#596F87

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

Shades of Kashmir Blue #596F87

Tints of Kashmir Blue #596F87

Color information

#596F87 (or 0x596F87) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6F and 87. RGB value is (89,111,135). Sum of RGB (Red+Green+Blue) = 89+111+135=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #596F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F87 is #A69078. Grayscale: #6B6B6B. Windows color (decimal): -10915961 or 8875865. OLE color: 8875865.

HSL color Cylindrical-coordinate representation of color #596F87: hue angle of 211.3º 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 #596F87 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB89111135-
CMYK0.340.1800.47
HSL211.3º20.54%43.92%-
HSV(B)211.3º34.07%52.94%-
XYZ14.1815.2425.12-
YUV107.16143.71115.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=26.57%
G=33.13%
B=40.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891111350.340.1800.47211.320.5443.92
Hex596F87221202Fd3152c
Octal13115720742220573232554
Binary10110011101111100001111000101001001011111101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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