#595FDE

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

Shades of Slate Blue #595FDE

Tints of Slate Blue #595FDE

Color information

#595FDE (or 0x595FDE) is unknown color: approx Slate Blue. HEX triplet: 59, 5F and DE. RGB value is (89,95,222). Sum of RGB (Red+Green+Blue) = 89+95+222=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #595FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FDE is #A6A021. Grayscale: #6B6B6B. Windows color (decimal): -10919970 or 14573401. OLE color: 14573401.

HSL color Cylindrical-coordinate representation of color #595FDE: hue angle of 237.29º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595FDE is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8995222-
CMYK0.600.5700.13
HSL237.29º66.83%60.98%-
HSV(B)237.29º59.91%87.06%-
XYZ21.415.5870.99-
YUV107.68192.51114.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.92%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 222 (87.11% from 255) = 54.68%
R=21.92%
G=23.40%
B=54.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89952220.600.5700.13237.2966.8360.98
Hex595FDE3C390Ded433d
Octal131137336747101535510375
Binary101100110111111101111011110011100101101111011011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,95,222); }

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

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

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

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

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

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

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