Shades of Mid Grey #5F6A71
Tints of Mid Grey #5F6A71
RGB
CMYK
RGB Variations
Color information
#5F6A71 (or 0x5F6A71) is known color: Mid Grey. HEX triplet: 5F, 6A and 71. RGB value is (95,106,113). Sum of RGB (Red+Green+Blue) = 95+106+113=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F6A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A71 is #A0958E. Grayscale: #676767. Windows color (decimal): -10524047 or 7432799. OLE color: 7432799.
HSL color Cylindrical-coordinate representation of color #5F6A71: hue angle of 203.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F6A71 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 106 | 113 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.56 |
| HSL | 203.33º | 0.09% | 0.41% | - |
| HSV(B) | 203.33º | 0.16% | 0.44% | - |
| XYZ | 12.85 | 13.93 | 17.63 | - |
| YUV | 103.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 106 | 113 | 0.16 | 0.06 | 0 | 0.56 | 203.33 | 0.09 | 0.41 |
| Hex | 5F | 6A | 71 | 10 | 6 | 0 | 38 | CB | 9 | 29 |
| Octal | 137 | 152 | 161 | 20 | 6 | 0 | 70 | 313 | 11 | 51 |
| Binary | 1011111 | 1101010 | 1110001 | 10000 | 110 | 0 | 111000 | 11001011 | 1001 | 101001 |
Color Harmonies of #5F6A71
Complementary color
Monochromatic Colors of #5F6A71
Black with #5F6A71
Text Example
Text Example
White with #5F6A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6A71; }
p { color: rgb(95,106,113); }
H1.HeaderClassName
{
color: #5F6A71;
}
.AnyTagClassName
{
color: #5F6A71;
}
</style>
background-color css
<style>
a { background-color: #5F6A71; }
a { background-color: rgb(95,106,113); }
div.DivClassName
{
background-color: #5F6A71;
}
.BgClassName
{
background-color: #5F6A71;
}
</style>
border-color css
<style>
span { border-color: #5F6A71; }
span { border-color: rgb(95,106,113); }
td.TdClassName
{
border-color: #5F6A71;
}
.TagClassName
{
border-color: #5F6A71;
}
</style>