#555cd6

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

Shades of Slate Blue #555CD6

Tints of Slate Blue #555CD6

Color information

#555CD6 (or 0x555CD6) is unknown color: approx Slate Blue. HEX triplet: 55, 5C and D6. RGB value is (85,92,214). Sum of RGB (Red+Green+Blue) = 85+92+214=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #555CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CD6 is #AAA329. Grayscale: #676767. Windows color (decimal): -11182890 or 14048341. OLE color: 14048341.

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

Color convert

RGB8592214-
CMYK0.600.5700.16
HSL236.74º61.14%58.63%-
HSV(B)236.74º60.28%83.92%-
XYZ19.7114.4465.37-
YUV103.82190.18114.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 92 (36.33% from 255) = 23.53%
BLUE value IS 214 (83.98% from 255) = 54.73%
R=21.74%
G=23.53%
B=54.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85922140.600.5700.16236.7461.1458.63
Hex555CD63C39010ed3d3b
Octal12513432674710203557573
Binary101010110111001101011011110011100101000011101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555cd6; }

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

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

<style>
 a { background-color: #555cd6; }

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

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

<style>
 span { border-color: #555cd6; }

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

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