#596A7F

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

Shades of Kashmir Blue #596A7F

Tints of Kashmir Blue #596A7F

Color information

#596A7F (or 0x596A7F) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6A and 7F. RGB value is (89,106,127). Sum of RGB (Red+Green+Blue) = 89+106+127=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #596A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A7F is #A69580. Grayscale: #676767. Windows color (decimal): -10917249 or 8350297. OLE color: 8350297.

HSL color Cylindrical-coordinate representation of color #596A7F: hue angle of 213.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596A7F is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89106127-
CMYK0.300.1700.50
HSL213.16º17.59%42.35%-
HSV(B)213.16º29.92%49.8%-
XYZ13.113.9622.08-
YUV103.31141.37117.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 127 (50% from 255) = 39.44%
R=27.64%
G=32.92%
B=39.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891061270.300.1700.50213.1617.5942.35
Hex596A7F1E11032d5122a
Octal13115217736210623252252
Binary101100111010101111111111101000101100101101010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,106,127); }

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

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

 a { background-color: rgb(89,106,127); }

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

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

 span { border-color: rgb(89,106,127); }

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