Shades of William #5B7773
Tints of William #5B7773
RGB
CMYK
RGB Variations
Color information
#5B7773 (or 0x5B7773) is known color: William. HEX triplet: 5B, 77 and 73. RGB value is (91,119,115). Sum of RGB (Red+Green+Blue) = 91+119+115=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7773 is #A4888C. Grayscale: #6E6E6E. Windows color (decimal): -10782861 or 7567195. OLE color: 7567195.
HSL color Cylindrical-coordinate representation of color #5B7773: hue angle of 171.43º 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 #5B7773 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 115 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.53 |
| HSL | 171.43º | 0.13% | 0.41% | - |
| HSV(B) | 171.43º | 0.24% | 0.47% | - |
| XYZ | 14.01 | 16.66 | 18.7 | - |
| YUV | 110.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 115 | 0.24 | 0 | 0.03 | 0.53 | 171.43 | 0.13 | 0.41 |
| Hex | 5B | 77 | 73 | 18 | 0 | 3 | 35 | AB | D | 29 |
| Octal | 133 | 167 | 163 | 30 | 0 | 3 | 65 | 253 | 15 | 51 |
| Binary | 1011011 | 1110111 | 1110011 | 11000 | 0 | 11 | 110101 | 10101011 | 1101 | 101001 |
Color Harmonies of #5B7773
Complementary color
Monochromatic Colors of #5B7773
Black with #5B7773
Text Example
Text Example
White with #5B7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7773; }
p { color: rgb(91,119,115); }
H1.HeaderClassName
{
color: #5B7773;
}
.AnyTagClassName
{
color: #5B7773;
}
</style>
background-color css
<style>
a { background-color: #5B7773; }
a { background-color: rgb(91,119,115); }
div.DivClassName
{
background-color: #5B7773;
}
.BgClassName
{
background-color: #5B7773;
}
</style>
border-color css
<style>
span { border-color: #5B7773; }
span { border-color: rgb(91,119,115); }
td.TdClassName
{
border-color: #5B7773;
}
.TagClassName
{
border-color: #5B7773;
}
</style>