#5559de

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

Shades of Slate Blue #5559DE

Tints of Slate Blue #5559DE

Color information

#5559DE (or 0x5559DE) is unknown color: approx Slate Blue. HEX triplet: 55, 59 and DE. RGB value is (85,89,222). Sum of RGB (Red+Green+Blue) = 85+89+222=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #5559DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5559DE is #AAA621. Grayscale: #666666. Windows color (decimal): -11183650 or 14571861. OLE color: 14571861.

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

Color convert

RGB8589222-
CMYK0.620.6000.13
HSL238.25º67.49%60.2%-
HSV(B)238.25º61.71%87.06%-
XYZ20.514.3570.8-
YUV102.97195.17115.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 222 (87.11% from 255) = 56.06%
R=21.46%
G=22.47%
B=56.06%

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
Decimal85892220.620.6000.13238.2567.4960.2
Hex5559DE3E3C0Dee433c
Octal125131336767401535610374
Binary101010110110011101111011111011110001101111011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5559de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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