#595DD0

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

Shades of Slate Blue #595DD0

Tints of Slate Blue #595DD0

Color information

#595DD0 (or 0x595DD0) is unknown color: approx Slate Blue. HEX triplet: 59, 5D and D0. RGB value is (89,93,208). Sum of RGB (Red+Green+Blue) = 89+93+208=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #595DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DD0 is #A6A22F. Grayscale: #686868. Windows color (decimal): -10920496 or 13655385. OLE color: 13655385.

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

Color convert

RGB8993208-
CMYK0.570.5500.18
HSL237.98º55.87%58.24%-
HSV(B)237.98º57.21%81.57%-
XYZ19.4214.5161.45-
YUV104.91186.17116.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 93 (36.72% from 255) = 23.85%
BLUE value IS 208 (81.64% from 255) = 53.33%
R=22.82%
G=23.85%
B=53.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89932080.570.5500.18237.9855.8758.24
Hex595DD03937012ee383a
Octal13113532071670223567072
Binary101100110111011101000011100111011101001011101110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,208); }

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

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

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

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

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

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

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