#5556de

Color #5556DE Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5556DE

Tints of Slate Blue #5556DE

Color information

#5556DE (or 0x5556DE) is unknown color: approx Slate Blue. HEX triplet: 55, 56 and DE. RGB value is (85,86,222). Sum of RGB (Red+Green+Blue) = 85+86+222=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #5556DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556DE is #AAA921. Grayscale: #646464. Windows color (decimal): -11184418 or 14571093. OLE color: 14571093.

HSL color Cylindrical-coordinate representation of color #5556DE: hue angle of 239.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5556DE is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8586222-
CMYK0.620.6100.13
HSL239.56º67.49%60.2%-
HSV(B)239.56º61.71%87.06%-
XYZ20.2613.8670.71-
YUV101.2196.17116.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 86 (33.98% from 255) = 21.88%
BLUE value IS 222 (87.11% from 255) = 56.49%
R=21.63%
G=21.88%
B=56.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85862220.620.6100.13239.5667.4960.2
Hex5556DE3E3D0Df0433c
Octal125126336767501536010374
Binary101010110101101101111011111011110101101111100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5556de; }

 p { color: rgb(85,86,222); }

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

<style>
 a { background-color: #5556de; }

 a { background-color: rgb(85,86,222); }

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

<style>
 span { border-color: #5556de; }

 span { border-color: rgb(85,86,222); }

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