#5A59DB

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

Shades of Slate Blue #5A59DB

Tints of Slate Blue #5A59DB

Color information

#5A59DB (or 0x5A59DB) is unknown color: approx Slate Blue. HEX triplet: 5A, 59 and DB. RGB value is (90,89,219). Sum of RGB (Red+Green+Blue) = 90+89+219=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A59DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A59DB is #A5A624. Grayscale: #676767. Windows color (decimal): -10855973 or 14375258. OLE color: 14375258.

HSL color Cylindrical-coordinate representation of color #5A59DB: hue angle of 240.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A59DB is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9089219-
CMYK0.590.5900.14
HSL240.46º64.36%60.39%-
HSV(B)240.46º59.36%85.88%-
XYZ20.5814.4368.72-
YUV104.12192.83117.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.61%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=22.61%
G=22.36%
B=55.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90892190.590.5900.14240.4664.3660.39
Hex5A59DB3B3B0Ef0403c
Octal132131333737301636010074
Binary101101010110011101101111101111101101110111100001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A59DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A59DB; }

 p { color: rgb(90,89,219); }

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

<style>
 a { background-color: #5A59DB; }

 a { background-color: rgb(90,89,219); }

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

<style>
 span { border-color: #5A59DB; }

 span { border-color: rgb(90,89,219); }

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