Shades of Mid Grey #5F6970
Tints of Mid Grey #5F6970
RGB
CMYK
RGB Variations
Color information
#5F6970 (or 0x5F6970) is known color: Mid Grey. HEX triplet: 5F, 69 and 70. RGB value is (95,105,112). Sum of RGB (Red+Green+Blue) = 95+105+112=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F6970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6970 is #A0968F. Grayscale: #666666. Windows color (decimal): -10524304 or 7367007. OLE color: 7367007.
HSL color Cylindrical-coordinate representation of color #5F6970: hue angle of 204.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F6970 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 105 | 112 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.56 |
| HSL | 204.71º | 0.08% | 0.41% | - |
| HSV(B) | 204.71º | 0.15% | 0.44% | - |
| XYZ | 12.7 | 13.71 | 17.31 | - |
| YUV | 102.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 112 | 0.15 | 0.06 | 0 | 0.56 | 204.71 | 0.08 | 0.41 |
| Hex | 5F | 69 | 70 | F | 6 | 0 | 38 | CD | 8 | 29 |
| Octal | 137 | 151 | 160 | 17 | 6 | 0 | 70 | 315 | 10 | 51 |
| Binary | 1011111 | 1101001 | 1110000 | 1111 | 110 | 0 | 111000 | 11001101 | 1000 | 101001 |
Color Harmonies of #5F6970
Complementary color
Monochromatic Colors of #5F6970
Black with #5F6970
Text Example
Text Example
White with #5F6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6970; }
p { color: rgb(95,105,112); }
H1.HeaderClassName
{
color: #5F6970;
}
.AnyTagClassName
{
color: #5F6970;
}
</style>
background-color css
<style>
a { background-color: #5F6970; }
a { background-color: rgb(95,105,112); }
div.DivClassName
{
background-color: #5F6970;
}
.BgClassName
{
background-color: #5F6970;
}
</style>
border-color css
<style>
span { border-color: #5F6970; }
span { border-color: rgb(95,105,112); }
td.TdClassName
{
border-color: #5F6970;
}
.TagClassName
{
border-color: #5F6970;
}
</style>