#5559DF

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

Shades of Slate Blue #5559DF

Tints of Slate Blue #5559DF

Color information

#5559DF (or 0x5559DF) is unknown color: approx Slate Blue. HEX triplet: 55, 59 and DF. RGB value is (85,89,223). Sum of RGB (Red+Green+Blue) = 85+89+223=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #5559DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5559DF is #AAA620. Grayscale: #666666. Windows color (decimal): -11183649 or 14637397. OLE color: 14637397.

HSL color Cylindrical-coordinate representation of color #5559DF: hue angle of 238.26º degrees, saturation: 0.68, 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 #5559DF is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8589223-
CMYK0.620.6000.13
HSL238.26º68.32%60.39%-
HSV(B)238.26º61.88%87.45%-
XYZ20.6414.471.5-
YUV103.08195.67115.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 223 (87.5% from 255) = 56.17%
R=21.41%
G=22.42%
B=56.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85892230.620.6000.13238.2668.3260.39
Hex5559DF3E3C0Dee443c
Octal125131337767401535610474
Binary101010110110011101111111111011110001101111011101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5559DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5559DF; }

 p { color: rgb(85,89,223); }

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

<style>
 a { background-color: #5559DF; }

 a { background-color: rgb(85,89,223); }

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

<style>
 span { border-color: #5559DF; }

 span { border-color: rgb(85,89,223); }

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