Shades of Mid Grey #596972
Tints of Mid Grey #596972
RGB
CMYK
RGB Variations
Color information
#596972 (or 0x596972) is known color: 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
| RGB | 89 | 105 | 114 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.55 |
| HSL | 201.6º | 0.12% | 0.4% | - |
| HSV(B) | 201.6º | 0.22% | 0.45% | - |
| XYZ | 12.21 | 13.44 | 17.87 | - |
| YUV | 101.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 114 | 0.22 | 0.08 | 0 | 0.55 | 201.6 | 0.12 | 0.4 |
| Hex | 59 | 69 | 72 | 16 | 8 | 0 | 37 | CA | C | 28 |
| Octal | 131 | 151 | 162 | 26 | 10 | 0 | 67 | 312 | 14 | 50 |
| Binary | 1011001 | 1101001 | 1110010 | 10110 | 1000 | 0 | 110111 | 11001010 | 1100 | 101000 |
Color Harmonies of #596972
Complementary color
Monochromatic Colors of #596972
Black with #596972
Text Example
Text Example
White with #596972
Text Example
Text Example
HTML Codes & Css Web 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>