#596D84

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

Shades of Kashmir Blue #596D84

Tints of Kashmir Blue #596D84

Color information

#596D84 (or 0x596D84) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6D and 84. RGB value is (89,109,132). Sum of RGB (Red+Green+Blue) = 89+109+132=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #596D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D84 is #A6927B. Grayscale: #696969. Windows color (decimal): -10916476 or 8678745. OLE color: 8678745.

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

Color convert

RGB89109132-
CMYK0.330.1700.48
HSL212.09º19.46%43.33%-
HSV(B)212.09º32.58%51.76%-
XYZ13.7514.7323.95-
YUV105.64142.87116.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.97%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 132 (51.95% from 255) = 40%
R=26.97%
G=33.03%
B=40%

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
Decimal891091320.330.1700.48212.0919.4643.33
Hex596D842111030d4132b
Octal13115520441210603242353
Binary10110011101101100001001000011000101100001101010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,109,132); }

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

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

 a { background-color: rgb(89,109,132); }

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

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

 span { border-color: rgb(89,109,132); }

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