#535CD6

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

Shades of Free Speech Blue #535CD6

Tints of Free Speech Blue #535CD6

Color information

#535CD6 (or 0x535CD6) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5C and D6. RGB value is (83,92,214). Sum of RGB (Red+Green+Blue) = 83+92+214=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #535CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CD6 is #ACA329. Grayscale: #666666. Windows color (decimal): -11313962 or 14048339. OLE color: 14048339.

HSL color Cylindrical-coordinate representation of color #535CD6: hue angle of 235.88º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #535CD6 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8392214-
CMYK0.610.5700.16
HSL235.88º61.5%58.24%-
HSV(B)235.88º61.21%83.92%-
XYZ19.5314.3565.36-
YUV103.22190.52113.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 214 (83.98% from 255) = 55.01%
R=21.34%
G=23.65%
B=55.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83922140.610.5700.16235.8861.558.24
Hex535CD63D39010ec3e3a
Octal12313432675710203547672
Binary101001110111001101011011110111100101000011101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,92,214); }

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

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

 a { background-color: rgb(83,92,214); }

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

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

 span { border-color: rgb(83,92,214); }

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