#596C87

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

Shades of Kashmir Blue #596C87

Tints of Kashmir Blue #596C87

Color information

#596C87 (or 0x596C87) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6C and 87. RGB value is (89,108,135). Sum of RGB (Red+Green+Blue) = 89+108+135=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #596C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C87 is #A69378. Grayscale: #696969. Windows color (decimal): -10916729 or 8875097. OLE color: 8875097.

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

Color convert

RGB89108135-
CMYK0.340.200.47
HSL215.22º20.54%43.92%-
HSV(B)215.22º34.07%52.94%-
XYZ13.8614.625.01-
YUV105.4144.71116.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=26.81%
G=32.53%
B=40.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891081350.340.200.47215.2220.5443.92
Hex596C87221402Fd7152c
Octal13115420742240573272554
Binary10110011101100100001111000101010001011111101011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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