#596C84

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

Shades of Kashmir Blue #596C84

Tints of Kashmir Blue #596C84

Color information

#596C84 (or 0x596C84) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6C and 84. RGB value is (89,108,132). Sum of RGB (Red+Green+Blue) = 89+108+132=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #596C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C84 is #A6937B. Grayscale: #686868. Windows color (decimal): -10916732 or 8678489. OLE color: 8678489.

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

Color convert

RGB89108132-
CMYK0.330.1800.48
HSL213.49º19.46%43.33%-
HSV(B)213.49º32.58%51.76%-
XYZ13.6514.5123.91-
YUV105.06143.21116.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=27.05%
G=32.83%
B=40.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891081320.330.1800.48213.4919.4643.33
Hex596C842112030d5132b
Octal13115420441220603252353
Binary10110011101100100001001000011001001100001101010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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