#595ADB

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

Shades of Slate Blue #595ADB

Tints of Slate Blue #595ADB

Color information

#595ADB (or 0x595ADB) is unknown color: approx Slate Blue. HEX triplet: 59, 5A and DB. RGB value is (89,90,219). Sum of RGB (Red+Green+Blue) = 89+90+219=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 90 (35.55% from 255 or 22.61% 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 #595ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ADB is #A6A524. Grayscale: #676767. Windows color (decimal): -10921253 or 14375513. OLE color: 14375513.

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

Color convert

RGB8990219-
CMYK0.590.5900.14
HSL239.54º64.36%60.39%-
HSV(B)239.54º59.36%85.88%-
XYZ20.5614.5568.74-
YUV104.41192.67117.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.36%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 219 (85.94% from 255) = 55.03%
R=22.36%
G=22.61%
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
Decimal89902190.590.5900.14239.5464.3660.39
Hex595ADB3B3B0Ef0403c
Octal131132333737301636010074
Binary101100110110101101101111101111101101110111100001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595ADB; }

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

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

<style>
 a { background-color: #595ADB; }

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

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

<style>
 span { border-color: #595ADB; }

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

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