#596B85

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

Shades of Kashmir Blue #596B85

Tints of Kashmir Blue #596B85

Color information

#596B85 (or 0x596B85) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6B and 85. RGB value is (89,107,133). Sum of RGB (Red+Green+Blue) = 89+107+133=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #596B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596B85 is #A6947A. Grayscale: #686868. Windows color (decimal): -10916987 or 8743769. OLE color: 8743769.

HSL color Cylindrical-coordinate representation of color #596B85: hue angle of 215.45º 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 #596B85 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB89107133-
CMYK0.330.2000.48
HSL215.45º19.82%43.53%-
HSV(B)215.45º33.08%52.16%-
XYZ13.6114.3324.24-
YUV104.58144.04116.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=27.05%
G=32.52%
B=40.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891071330.330.2000.48215.4519.8243.53
Hex596B852114030d7142c
Octal13115320541240603272454
Binary10110011101011100001011000011010001100001101011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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