#595BD0

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

Shades of Slate Blue #595BD0

Tints of Slate Blue #595BD0

Color information

#595BD0 (or 0x595BD0) is unknown color: approx Slate Blue. HEX triplet: 59, 5B and D0. RGB value is (89,91,208). Sum of RGB (Red+Green+Blue) = 89+91+208=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #595BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BD0 is #A6A42F. Grayscale: #676767. Windows color (decimal): -10921008 or 13654873. OLE color: 13654873.

HSL color Cylindrical-coordinate representation of color #595BD0: hue angle of 238.99º 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 #595BD0 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8991208-
CMYK0.570.5600.18
HSL238.99º55.87%58.24%-
HSV(B)238.99º57.21%81.57%-
XYZ19.2514.1661.39-
YUV103.74186.84117.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 208 (81.64% from 255) = 53.61%
R=22.94%
G=23.45%
B=53.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89912080.570.5600.18238.9955.8758.24
Hex595BD03938012ef383a
Octal13113332071700223577072
Binary101100110110111101000011100111100001001011101111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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