#596E85

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

Shades of Kashmir Blue #596E85

Tints of Kashmir Blue #596E85

Color information

#596E85 (or 0x596E85) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6E and 85. RGB value is (89,110,133). Sum of RGB (Red+Green+Blue) = 89+110+133=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #596E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E85 is #A6917A. Grayscale: #6A6A6A. Windows color (decimal): -10916219 or 8744537. OLE color: 8744537.

HSL color Cylindrical-coordinate representation of color #596E85: hue angle of 211.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596E85 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89110133-
CMYK0.330.1700.48
HSL211.36º19.82%43.53%-
HSV(B)211.36º33.08%52.16%-
XYZ13.9314.9724.35-
YUV106.34143.04115.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=26.81%
G=33.13%
B=40.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891101330.330.1700.48211.3619.8243.53
Hex596E852111030d3142c
Octal13115620541210603232454
Binary10110011101110100001011000011000101100001101001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,110,133); }

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

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

 a { background-color: rgb(89,110,133); }

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

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

 span { border-color: rgb(89,110,133); }

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