Shades of William #5B7771
Tints of William #5B7771
RGB
CMYK
RGB Variations
Color information
#5B7771 (or 0x5B7771) is known color: William. HEX triplet: 5B, 77 and 71. RGB value is (91,119,113). Sum of RGB (Red+Green+Blue) = 91+119+113=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7771 is #A4888E. Grayscale: #6D6D6D. Windows color (decimal): -10782863 or 7436123. OLE color: 7436123.
HSL color Cylindrical-coordinate representation of color #5B7771: hue angle of 167.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7771 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 113 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.53 |
| HSL | 167.14º | 0.13% | 0.41% | - |
| HSV(B) | 167.14º | 0.24% | 0.47% | - |
| XYZ | 13.89 | 16.61 | 18.1 | - |
| YUV | 109.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 113 | 0.24 | 0 | 0.05 | 0.53 | 167.14 | 0.13 | 0.41 |
| Hex | 5B | 77 | 71 | 18 | 0 | 5 | 35 | A7 | D | 29 |
| Octal | 133 | 167 | 161 | 30 | 0 | 5 | 65 | 247 | 15 | 51 |
| Binary | 1011011 | 1110111 | 1110001 | 11000 | 0 | 101 | 110101 | 10100111 | 1101 | 101001 |
Color Harmonies of #5B7771
Complementary color
Monochromatic Colors of #5B7771
Black with #5B7771
Text Example
Text Example
White with #5B7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7771; }
p { color: rgb(91,119,113); }
H1.HeaderClassName
{
color: #5B7771;
}
.AnyTagClassName
{
color: #5B7771;
}
</style>
background-color css
<style>
a { background-color: #5B7771; }
a { background-color: rgb(91,119,113); }
div.DivClassName
{
background-color: #5B7771;
}
.BgClassName
{
background-color: #5B7771;
}
</style>
border-color css
<style>
span { border-color: #5B7771; }
span { border-color: rgb(91,119,113); }
td.TdClassName
{
border-color: #5B7771;
}
.TagClassName
{
border-color: #5B7771;
}
</style>