#5559D5

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

Shades of Slate Blue #5559D5

Tints of Slate Blue #5559D5

Color information

#5559D5 (or 0x5559D5) is unknown color: approx Slate Blue. HEX triplet: 55, 59 and D5. RGB value is (85,89,213). Sum of RGB (Red+Green+Blue) = 85+89+213=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #5559D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5559D5 is #AAA62A. Grayscale: #656565. Windows color (decimal): -11183659 or 13982037. OLE color: 13982037.

HSL color Cylindrical-coordinate representation of color #5559D5: hue angle of 238.12º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5559D5 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8589213-
CMYK0.600.5800.16
HSL238.12º60.38%58.43%-
HSV(B)238.12º60.09%83.53%-
XYZ19.3313.8864.61-
YUV101.94190.67115.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 213 (83.59% from 255) = 55.04%
R=21.96%
G=23.00%
B=55.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85892130.600.5800.16238.1260.3858.43
Hex5559D53C3A010ee3c3a
Octal12513132574720203567472
Binary101010110110011101010111110011101001000011101110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5559D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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