Shades of William #5B7671
Tints of William #5B7671
RGB
CMYK
RGB Variations
Color information
#5B7671 (or 0x5B7671) is known color: William. HEX triplet: 5B, 76 and 71. RGB value is (91,118,113). Sum of RGB (Red+Green+Blue) = 91+118+113=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7671 is #A4898E. Grayscale: #6D6D6D. Windows color (decimal): -10783119 or 7435867. OLE color: 7435867.
HSL color Cylindrical-coordinate representation of color #5B7671: hue angle of 168.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B7671 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 113 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.54 |
| HSL | 168.89º | 0.13% | 0.41% | - |
| HSV(B) | 168.89º | 0.23% | 0.46% | - |
| XYZ | 13.77 | 16.37 | 18.06 | - |
| YUV | 109.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 113 | 0.23 | 0 | 0.04 | 0.54 | 168.89 | 0.13 | 0.41 |
| Hex | 5B | 76 | 71 | 17 | 0 | 4 | 36 | A9 | D | 29 |
| Octal | 133 | 166 | 161 | 27 | 0 | 4 | 66 | 251 | 15 | 51 |
| Binary | 1011011 | 1110110 | 1110001 | 10111 | 0 | 100 | 110110 | 10101001 | 1101 | 101001 |
Color Harmonies of #5B7671
Complementary color
Monochromatic Colors of #5B7671
Black with #5B7671
Text Example
Text Example
White with #5B7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7671; }
p { color: rgb(91,118,113); }
H1.HeaderClassName
{
color: #5B7671;
}
.AnyTagClassName
{
color: #5B7671;
}
</style>
background-color css
<style>
a { background-color: #5B7671; }
a { background-color: rgb(91,118,113); }
div.DivClassName
{
background-color: #5B7671;
}
.BgClassName
{
background-color: #5B7671;
}
</style>
border-color css
<style>
span { border-color: #5B7671; }
span { border-color: rgb(91,118,113); }
td.TdClassName
{
border-color: #5B7671;
}
.TagClassName
{
border-color: #5B7671;
}
</style>