#5959DB

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

Shades of Slate Blue #5959DB

Tints of Slate Blue #5959DB

Color information

#5959DB (or 0x5959DB) is unknown color: approx Slate Blue. HEX triplet: 59, 59 and DB. RGB value is (89,89,219). Sum of RGB (Red+Green+Blue) = 89+89+219=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #5959DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959DB is #A6A624. Grayscale: #676767. Windows color (decimal): -10921509 or 14375257. OLE color: 14375257.

HSL color Cylindrical-coordinate representation of color #5959DB: hue angle of 240º 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 #5959DB is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8989219-
CMYK0.590.5900.14
HSL240º64.36%60.39%-
HSV(B)240º59.36%85.88%-
XYZ20.4814.3868.71-
YUV103.82193117.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.42%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 219 (85.94% from 255) = 55.16%
R=22.42%
G=22.42%
B=55.16%

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
Decimal89892190.590.5900.1424064.3660.39
Hex5959DB3B3B0Ef0403c
Octal131131333737301636010074
Binary101100110110011101101111101111101101110111100001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5959DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5959DB; }

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

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

<style>
 a { background-color: #5959DB; }

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

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

<style>
 span { border-color: #5959DB; }

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

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