#5556DA

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

Shades of Slate Blue #5556DA

Tints of Slate Blue #5556DA

Color information

#5556DA (or 0x5556DA) is unknown color: approx Slate Blue. HEX triplet: 55, 56 and DA. RGB value is (85,86,218). Sum of RGB (Red+Green+Blue) = 85+86+218=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #5556DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556DA is #AAA925. Grayscale: #646464. Windows color (decimal): -11184422 or 14308949. OLE color: 14308949.

HSL color Cylindrical-coordinate representation of color #5556DA: hue angle of 239.55º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5556DA is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8586218-
CMYK0.610.6100.15
HSL239.55º64.25%59.41%-
HSV(B)239.55º61.01%85.49%-
XYZ19.7313.6567.92-
YUV100.75194.17116.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 218 (85.55% from 255) = 56.04%
R=21.85%
G=22.11%
B=56.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85862180.610.6100.15239.5564.2559.41
Hex5556DA3D3D0Ff0403b
Octal125126332757501736010073
Binary101010110101101101101011110111110101111111100001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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