#555BD6

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

Shades of Slate Blue #555BD6

Tints of Slate Blue #555BD6

Color information

#555BD6 (or 0x555BD6) is unknown color: approx Slate Blue. HEX triplet: 55, 5B and D6. RGB value is (85,91,214). Sum of RGB (Red+Green+Blue) = 85+91+214=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #555BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BD6 is #AAA429. Grayscale: #666666. Windows color (decimal): -11183146 or 14048085. OLE color: 14048085.

HSL color Cylindrical-coordinate representation of color #555BD6: hue angle of 237.21º 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 #555BD6 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8591214-
CMYK0.600.5700.16
HSL237.21º61.14%58.63%-
HSV(B)237.21º60.28%83.92%-
XYZ19.6214.2765.34-
YUV103.23190.51115-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=21.79%
G=23.33%
B=54.87%

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
Decimal85912140.600.5700.16237.2161.1458.63
Hex555BD63C39010ed3d3b
Octal12513332674710203557573
Binary101010110110111101011011110011100101000011101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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