#5859D1

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

Shades of Slate Blue #5859D1

Tints of Slate Blue #5859D1

Color information

#5859D1 (or 0x5859D1) is unknown color: approx Slate Blue. HEX triplet: 58, 59 and D1. RGB value is (88,89,209). Sum of RGB (Red+Green+Blue) = 88+89+209=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #5859D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859D1 is #A7A62E. Grayscale: #656565. Windows color (decimal): -10987055 or 13719896. OLE color: 13719896.

HSL color Cylindrical-coordinate representation of color #5859D1: hue angle of 239.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5859D1 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8889209-
CMYK0.580.5700.18
HSL239.5º56.81%58.24%-
HSV(B)239.5º57.89%81.96%-
XYZ19.1113.8261.98-
YUV102.38188.17117.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.80%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 209 (82.03% from 255) = 54.15%
R=22.80%
G=23.06%
B=54.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal88892090.580.5700.18239.556.8158.24
Hex5859D13A39012f0393a
Octal13013132172710223607172
Binary101100010110011101000111101011100101001011110000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5859D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5859D1; }

 p { color: rgb(88,89,209); }

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

<style>
 a { background-color: #5859D1; }

 a { background-color: rgb(88,89,209); }

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

<style>
 span { border-color: #5859D1; }

 span { border-color: rgb(88,89,209); }

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