#596F84

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

Shades of Kashmir Blue #596F84

Tints of Kashmir Blue #596F84

Color information

#596F84 (or 0x596F84) is unknown color: approx Kashmir Blue. HEX triplet: 59, 6F and 84. RGB value is (89,111,132). Sum of RGB (Red+Green+Blue) = 89+111+132=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #596F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F84 is #A6907B. Grayscale: #6A6A6A. Windows color (decimal): -10915964 or 8679257. OLE color: 8679257.

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

Color convert

RGB89111132-
CMYK0.330.1600.48
HSL209.3º19.46%43.33%-
HSV(B)209.3º32.58%51.76%-
XYZ13.9715.1624.02-
YUV106.82142.21115.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=26.81%
G=33.43%
B=39.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal891111320.330.1600.48209.319.4643.33
Hex596F842110030d1132b
Octal13115720441200603212353
Binary10110011101111100001001000011000001100001101000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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