#596d87

Color #596D87 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #596D87

Tints of Kashmir Blue #596D87

Color information

#596D87 (or 0x596D87) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6D and 87. RGB value is (89,109,135). Sum of RGB (Red+Green+Blue) = 89+109+135=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #596D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D87 is #A69278. Grayscale: #696969. Windows color (decimal): -10916473 or 8875353. OLE color: 8875353.

HSL color Cylindrical-coordinate representation of color #596D87: hue angle of 213.91º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #596D87 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89109135-
CMYK0.340.1900.47
HSL213.91º20.54%43.92%-
HSV(B)213.91º34.07%52.94%-
XYZ13.9614.8125.04-
YUV105.98144.37115.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.73%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=26.73%
G=32.73%
B=40.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891091350.340.1900.47213.9120.5443.92
Hex596D87221302Fd6152c
Octal13115520742230573262554
Binary10110011101101100001111000101001101011111101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596d87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596d87; }

 p { color: rgb(89,109,135); }

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

<style>
 a { background-color: #596d87; }

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

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

<style>
 span { border-color: #596d87; }

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

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