#596972

Color #596972 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #596972

Tints of Mid Grey #596972

Color information

#596972 (or 0x596972) is unknown color: approx Mid Grey. HEX triplet: 59, 69 and 72. RGB value is (89,105,114). Sum of RGB (Red+Green+Blue) = 89+105+114=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #596972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596972 is #A6968D. Grayscale: #656565. Windows color (decimal): -10917518 or 7498073. OLE color: 7498073.

HSL color Cylindrical-coordinate representation of color #596972: hue angle of 201.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #596972 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB89105114-
CMYK0.220.0800.55
HSL201.6º12.32%39.8%-
HSV(B)201.6º21.93%44.71%-
XYZ12.2113.4417.87-
YUV101.24135.2119.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=28.90%
G=34.09%
B=37.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal891051140.220.0800.55201.612.3239.8
Hex596972168037cac28
Octal13115116226100673121450
Binary1011001110100111100101011010000110111110010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596972; }

 p { color: rgb(89,105,114); }

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

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

 a { background-color: rgb(89,105,114); }

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

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

 span { border-color: rgb(89,105,114); }

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