Shades of William #5B7972
Tints of William #5B7972
RGB
CMYK
RGB Variations
Color information
#5B7972 (or 0x5B7972) is known color: William. HEX triplet: 5B, 79 and 72. RGB value is (91,121,114). Sum of RGB (Red+Green+Blue) = 91+121+114=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7972 is #A4868D. Grayscale: #6F6F6F. Windows color (decimal): -10782350 or 7502171. OLE color: 7502171.
HSL color Cylindrical-coordinate representation of color #5B7972: hue angle of 166º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B7972 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 121 | 114 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.53 |
| HSL | 166º | 0.14% | 0.42% | - |
| HSV(B) | 166º | 0.25% | 0.47% | - |
| XYZ | 14.19 | 17.11 | 18.48 | - |
| YUV | 111.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 121 | 114 | 0.25 | 0 | 0.06 | 0.53 | 166 | 0.14 | 0.42 |
| Hex | 5B | 79 | 72 | 19 | 0 | 6 | 35 | A6 | E | 2A |
| Octal | 133 | 171 | 162 | 31 | 0 | 6 | 65 | 246 | 16 | 52 |
| Binary | 1011011 | 1111001 | 1110010 | 11001 | 0 | 110 | 110101 | 10100110 | 1110 | 101010 |
Color Harmonies of #5B7972
Complementary color
Monochromatic Colors of #5B7972
Black with #5B7972
Text Example
Text Example
White with #5B7972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7972; }
p { color: rgb(91,121,114); }
H1.HeaderClassName
{
color: #5B7972;
}
.AnyTagClassName
{
color: #5B7972;
}
</style>
background-color css
<style>
a { background-color: #5B7972; }
a { background-color: rgb(91,121,114); }
div.DivClassName
{
background-color: #5B7972;
}
.BgClassName
{
background-color: #5B7972;
}
</style>
border-color css
<style>
span { border-color: #5B7972; }
span { border-color: rgb(91,121,114); }
td.TdClassName
{
border-color: #5B7972;
}
.TagClassName
{
border-color: #5B7972;
}
</style>