Shades of William #5B716F
Tints of William #5B716F
RGB
CMYK
RGB Variations
Color information
#5B716F (or 0x5B716F) is known color: William. HEX triplet: 5B, 71 and 6F. RGB value is (91,113,111). Sum of RGB (Red+Green+Blue) = 91+113+111=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #5B716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B716F is #A48E90. Grayscale: #6A6A6A. Windows color (decimal): -10784401 or 7303515. OLE color: 7303515.
HSL color Cylindrical-coordinate representation of color #5B716F: hue angle of 174.55º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B716F is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 113 | 111 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.56 |
| HSL | 174.55º | 0.11% | 0.4% | - |
| HSV(B) | 174.55º | 0.19% | 0.44% | - |
| XYZ | 13.09 | 15.18 | 17.28 | - |
| YUV | 106.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 111 | 0.19 | 0 | 0.02 | 0.56 | 174.55 | 0.11 | 0.4 |
| Hex | 5B | 71 | 6F | 13 | 0 | 2 | 38 | AF | B | 28 |
| Octal | 133 | 161 | 157 | 23 | 0 | 2 | 70 | 257 | 13 | 50 |
| Binary | 1011011 | 1110001 | 1101111 | 10011 | 0 | 10 | 111000 | 10101111 | 1011 | 101000 |
Color Harmonies of #5B716F
Complementary color
Monochromatic Colors of #5B716F
Black with #5B716F
Text Example
Text Example
White with #5B716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B716F; }
p { color: rgb(91,113,111); }
H1.HeaderClassName
{
color: #5B716F;
}
.AnyTagClassName
{
color: #5B716F;
}
</style>
background-color css
<style>
a { background-color: #5B716F; }
a { background-color: rgb(91,113,111); }
div.DivClassName
{
background-color: #5B716F;
}
.BgClassName
{
background-color: #5B716F;
}
</style>
border-color css
<style>
span { border-color: #5B716F; }
span { border-color: rgb(91,113,111); }
td.TdClassName
{
border-color: #5B716F;
}
.TagClassName
{
border-color: #5B716F;
}
</style>