#5556D7

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

Shades of Slate Blue #5556D7

Tints of Slate Blue #5556D7

Color information

#5556D7 (or 0x5556D7) is unknown color: approx Slate Blue. HEX triplet: 55, 56 and D7. RGB value is (85,86,215). Sum of RGB (Red+Green+Blue) = 85+86+215=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #5556D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556D7 is #AAA928. Grayscale: #636363. Windows color (decimal): -11184425 or 14112341. OLE color: 14112341.

HSL color Cylindrical-coordinate representation of color #5556D7: hue angle of 239.54º degrees, saturation: 0.62, 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 #5556D7 is Cyan = 0.60, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8586215-
CMYK0.600.600.16
HSL239.54º61.9%58.82%-
HSV(B)239.54º60.47%84.31%-
XYZ19.3413.4965.88-
YUV100.41192.67117.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 215 (84.38% from 255) = 55.70%
R=22.02%
G=22.28%
B=55.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85862150.600.600.16239.5461.958.82
Hex5556D73C3C010f03e3b
Octal12512632774740203607673
Binary101010110101101101011111110011110001000011110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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