#535FC7

Color #535FC7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #535FC7

Tints of Free Speech Blue #535FC7

Color information

#535FC7 (or 0x535FC7) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5F and C7. RGB value is (83,95,199). Sum of RGB (Red+Green+Blue) = 83+95+199=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #535FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535FC7 is #ACA038. Grayscale: #666666. Windows color (decimal): -11313209 or 13066067. OLE color: 13066067.

HSL color Cylindrical-coordinate representation of color #535FC7: hue angle of 233.79º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535FC7 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8395199-
CMYK0.580.5200.22
HSL233.79º50.88%55.29%-
HSV(B)233.79º58.29%78.04%-
XYZ17.9714.1555.82-
YUV103.27182.02113.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 199 (78.12% from 255) = 52.79%
R=22.02%
G=25.20%
B=52.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal83951990.580.5200.22233.7950.8855.29
Hex535FC73A34016ea3337
Octal12313730772640263526367
Binary101001110111111100011111101011010001011011101010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535FC7; }

 p { color: rgb(83,95,199); }

 H1.HeaderClassName
 {
   color: #535FC7;
 }
 .AnyTagClassName
 {
   color: #535FC7;
 }
</style>
background-color css

<style>
 a { background-color: #535FC7; }

 a { background-color: rgb(83,95,199); }

 div.DivClassName
 {
   background-color: #535FC7;
 }
 .BgClassName
 {
   background-color: #535FC7;
 }
</style>
border-color css

<style>
 span { border-color: #535FC7; }

 span { border-color: rgb(83,95,199); }

 td.TdClassName
 {
   border-color: #535FC7;
 }
 .TagClassName
 {
   border-color: #535FC7;
 }
</style>