Shades of William #5B7873
Tints of William #5B7873
RGB
CMYK
RGB Variations
Color information
#5B7873 (or 0x5B7873) is known color: William. HEX triplet: 5B, 78 and 73. RGB value is (91,120,115). Sum of RGB (Red+Green+Blue) = 91+120+115=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7873 is #A4878C. Grayscale: #6E6E6E. Windows color (decimal): -10782605 or 7567451. OLE color: 7567451.
HSL color Cylindrical-coordinate representation of color #5B7873: hue angle of 169.66º degrees, saturation: 0.14, 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 #5B7873 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 115 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.53 |
| HSL | 169.66º | 0.14% | 0.41% | - |
| HSV(B) | 169.66º | 0.24% | 0.47% | - |
| XYZ | 14.13 | 16.89 | 18.74 | - |
| YUV | 110.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 115 | 0.24 | 0 | 0.04 | 0.53 | 169.66 | 0.14 | 0.41 |
| Hex | 5B | 78 | 73 | 18 | 0 | 4 | 35 | AA | E | 29 |
| Octal | 133 | 170 | 163 | 30 | 0 | 4 | 65 | 252 | 16 | 51 |
| Binary | 1011011 | 1111000 | 1110011 | 11000 | 0 | 100 | 110101 | 10101010 | 1110 | 101001 |
Color Harmonies of #5B7873
Complementary color
Monochromatic Colors of #5B7873
Black with #5B7873
Text Example
Text Example
White with #5B7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7873; }
p { color: rgb(91,120,115); }
H1.HeaderClassName
{
color: #5B7873;
}
.AnyTagClassName
{
color: #5B7873;
}
</style>
background-color css
<style>
a { background-color: #5B7873; }
a { background-color: rgb(91,120,115); }
div.DivClassName
{
background-color: #5B7873;
}
.BgClassName
{
background-color: #5B7873;
}
</style>
border-color css
<style>
span { border-color: #5B7873; }
span { border-color: rgb(91,120,115); }
td.TdClassName
{
border-color: #5B7873;
}
.TagClassName
{
border-color: #5B7873;
}
</style>