Shades of William #5B726D
Tints of William #5B726D
RGB
CMYK
RGB Variations
Color information
#5B726D (or 0x5B726D) is known color: William. HEX triplet: 5B, 72 and 6D. RGB value is (91,114,109). Sum of RGB (Red+Green+Blue) = 91+114+109=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #5B726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B726D is #A48D92. Grayscale: #6A6A6A. Windows color (decimal): -10784147 or 7172699. OLE color: 7172699.
HSL color Cylindrical-coordinate representation of color #5B726D: hue angle of 166.96º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B726D is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 114 | 109 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.55 |
| HSL | 166.96º | 0.11% | 0.4% | - |
| HSV(B) | 166.96º | 0.2% | 0.45% | - |
| XYZ | 13.09 | 15.36 | 16.74 | - |
| YUV | 106.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 114 | 109 | 0.20 | 0 | 0.04 | 0.55 | 166.96 | 0.11 | 0.4 |
| Hex | 5B | 72 | 6D | 14 | 0 | 4 | 37 | A7 | B | 28 |
| Octal | 133 | 162 | 155 | 24 | 0 | 4 | 67 | 247 | 13 | 50 |
| Binary | 1011011 | 1110010 | 1101101 | 10100 | 0 | 100 | 110111 | 10100111 | 1011 | 101000 |
Color Harmonies of #5B726D
Complementary color
Monochromatic Colors of #5B726D
Black with #5B726D
Text Example
Text Example
White with #5B726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B726D; }
p { color: rgb(91,114,109); }
H1.HeaderClassName
{
color: #5B726D;
}
.AnyTagClassName
{
color: #5B726D;
}
</style>
background-color css
<style>
a { background-color: #5B726D; }
a { background-color: rgb(91,114,109); }
div.DivClassName
{
background-color: #5B726D;
}
.BgClassName
{
background-color: #5B726D;
}
</style>
border-color css
<style>
span { border-color: #5B726D; }
span { border-color: rgb(91,114,109); }
td.TdClassName
{
border-color: #5B726D;
}
.TagClassName
{
border-color: #5B726D;
}
</style>