Shades of William #5B726E
Tints of William #5B726E
RGB
CMYK
RGB Variations
Color information
#5B726E (or 0x5B726E) is known color: William. HEX triplet: 5B, 72 and 6E. RGB value is (91,114,110). Sum of RGB (Red+Green+Blue) = 91+114+110=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #5B726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B726E is #A48D91. Grayscale: #6A6A6A. Windows color (decimal): -10784146 or 7238235. OLE color: 7238235.
HSL color Cylindrical-coordinate representation of color #5B726E: hue angle of 169.57º 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 #5B726E is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 114 | 110 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.55 |
| HSL | 169.57º | 0.11% | 0.4% | - |
| HSV(B) | 169.57º | 0.2% | 0.45% | - |
| XYZ | 13.15 | 15.38 | 17.03 | - |
| YUV | 106.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 114 | 110 | 0.20 | 0 | 0.04 | 0.55 | 169.57 | 0.11 | 0.4 |
| Hex | 5B | 72 | 6E | 14 | 0 | 4 | 37 | AA | B | 28 |
| Octal | 133 | 162 | 156 | 24 | 0 | 4 | 67 | 252 | 13 | 50 |
| Binary | 1011011 | 1110010 | 1101110 | 10100 | 0 | 100 | 110111 | 10101010 | 1011 | 101000 |
Color Harmonies of #5B726E
Complementary color
Monochromatic Colors of #5B726E
Black with #5B726E
Text Example
Text Example
White with #5B726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B726E; }
p { color: rgb(91,114,110); }
H1.HeaderClassName
{
color: #5B726E;
}
.AnyTagClassName
{
color: #5B726E;
}
</style>
background-color css
<style>
a { background-color: #5B726E; }
a { background-color: rgb(91,114,110); }
div.DivClassName
{
background-color: #5B726E;
}
.BgClassName
{
background-color: #5B726E;
}
</style>
border-color css
<style>
span { border-color: #5B726E; }
span { border-color: rgb(91,114,110); }
td.TdClassName
{
border-color: #5B726E;
}
.TagClassName
{
border-color: #5B726E;
}
</style>