#535ED2

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

Shades of Free Speech Blue #535ED2

Tints of Free Speech Blue #535ED2

Color information

#535ED2 (or 0x535ED2) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5E and D2. RGB value is (83,94,210). Sum of RGB (Red+Green+Blue) = 83+94+210=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #535ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ED2 is #ACA12D. Grayscale: #676767. Windows color (decimal): -11313454 or 13786707. OLE color: 13786707.

HSL color Cylindrical-coordinate representation of color #535ED2: hue angle of 234.8º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535ED2 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8394210-
CMYK0.600.5500.18
HSL234.8º58.53%57.45%-
HSV(B)234.8º60.48%82.35%-
XYZ19.214.562.76-
YUV103.94187.86113.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 210 (82.42% from 255) = 54.26%
R=21.45%
G=24.29%
B=54.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83942100.600.5500.18234.858.5357.45
Hex535ED23C37012eb3b39
Octal12313632274670223537371
Binary101001110111101101001011110011011101001011101011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,94,210); }

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

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

 a { background-color: rgb(83,94,210); }

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

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

 span { border-color: rgb(83,94,210); }

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