Shades of William #5F7470
Tints of William #5F7470
RGB
CMYK
RGB Variations
Color information
#5F7470 (or 0x5F7470) is known color: William. HEX triplet: 5F, 74 and 70. RGB value is (95,116,112). Sum of RGB (Red+Green+Blue) = 95+116+112=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7470 is #A08B8F. Grayscale: #6D6D6D. Windows color (decimal): -10521488 or 7369823. OLE color: 7369823.
HSL color Cylindrical-coordinate representation of color #5F7470: hue angle of 168.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F7470 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 116 | 112 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.55 |
| HSL | 168.57º | 0.1% | 0.41% | - |
| HSV(B) | 168.57º | 0.18% | 0.45% | - |
| XYZ | 13.89 | 16.09 | 17.7 | - |
| YUV | 109.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 112 | 0.18 | 0 | 0.03 | 0.55 | 168.57 | 0.1 | 0.41 |
| Hex | 5F | 74 | 70 | 12 | 0 | 3 | 37 | A9 | A | 29 |
| Octal | 137 | 164 | 160 | 22 | 0 | 3 | 67 | 251 | 12 | 51 |
| Binary | 1011111 | 1110100 | 1110000 | 10010 | 0 | 11 | 110111 | 10101001 | 1010 | 101001 |
Color Harmonies of #5F7470
Complementary color
Monochromatic Colors of #5F7470
Black with #5F7470
Text Example
Text Example
White with #5F7470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7470; }
p { color: rgb(95,116,112); }
H1.HeaderClassName
{
color: #5F7470;
}
.AnyTagClassName
{
color: #5F7470;
}
</style>
background-color css
<style>
a { background-color: #5F7470; }
a { background-color: rgb(95,116,112); }
div.DivClassName
{
background-color: #5F7470;
}
.BgClassName
{
background-color: #5F7470;
}
</style>
border-color css
<style>
span { border-color: #5F7470; }
span { border-color: rgb(95,116,112); }
td.TdClassName
{
border-color: #5F7470;
}
.TagClassName
{
border-color: #5F7470;
}
</style>