#596A86

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

Shades of Kashmir Blue #596A86

Tints of Kashmir Blue #596A86

Color information

#596A86 (or 0x596A86) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6A and 86. RGB value is (89,106,134). Sum of RGB (Red+Green+Blue) = 89+106+134=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 134 - color contains mainly: blue. Hex color #596A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596A86 is #A69579. Grayscale: #676767. Windows color (decimal): -10917242 or 8809049. OLE color: 8809049.

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

Color convert

RGB89106134-
CMYK0.340.2100.47
HSL217.33º20.18%43.73%-
HSV(B)217.33º33.58%52.55%-
XYZ13.5814.1524.57-
YUV104.11144.87117.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=27.05%
G=32.22%
B=40.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891061340.340.2100.47217.3320.1843.73
Hex596A86221502Fd9142c
Octal13115220642250573312454
Binary10110011101010100001101000101010101011111101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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