Shades of William #5B7371
Tints of William #5B7371
RGB
CMYK
RGB Variations
Color information
#5B7371 (or 0x5B7371) is known color: William. HEX triplet: 5B, 73 and 71. RGB value is (91,115,113). Sum of RGB (Red+Green+Blue) = 91+115+113=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7371 is #A48C8E. Grayscale: #6B6B6B. Windows color (decimal): -10783887 or 7435099. OLE color: 7435099.
HSL color Cylindrical-coordinate representation of color #5B7371: hue angle of 175º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B7371 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 113 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.55 |
| HSL | 175º | 0.12% | 0.4% | - |
| HSV(B) | 175º | 0.21% | 0.45% | - |
| XYZ | 13.43 | 15.68 | 17.94 | - |
| YUV | 107.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 113 | 0.21 | 0 | 0.02 | 0.55 | 175 | 0.12 | 0.4 |
| Hex | 5B | 73 | 71 | 15 | 0 | 2 | 37 | AF | C | 28 |
| Octal | 133 | 163 | 161 | 25 | 0 | 2 | 67 | 257 | 14 | 50 |
| Binary | 1011011 | 1110011 | 1110001 | 10101 | 0 | 10 | 110111 | 10101111 | 1100 | 101000 |
Color Harmonies of #5B7371
Complementary color
Monochromatic Colors of #5B7371
Black with #5B7371
Text Example
Text Example
White with #5B7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7371; }
p { color: rgb(91,115,113); }
H1.HeaderClassName
{
color: #5B7371;
}
.AnyTagClassName
{
color: #5B7371;
}
</style>
background-color css
<style>
a { background-color: #5B7371; }
a { background-color: rgb(91,115,113); }
div.DivClassName
{
background-color: #5B7371;
}
.BgClassName
{
background-color: #5B7371;
}
</style>
border-color css
<style>
span { border-color: #5B7371; }
span { border-color: rgb(91,115,113); }
td.TdClassName
{
border-color: #5B7371;
}
.TagClassName
{
border-color: #5B7371;
}
</style>