Shades of William #5E7872
Tints of William #5E7872
RGB
CMYK
RGB Variations
Color information
#5E7872 (or 0x5E7872) is known color: William. HEX triplet: 5E, 78 and 72. RGB value is (94,120,114). Sum of RGB (Red+Green+Blue) = 94+120+114=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7872 is #A1878D. Grayscale: #6F6F6F. Windows color (decimal): -10585998 or 7501918. OLE color: 7501918.
HSL color Cylindrical-coordinate representation of color #5E7872: hue angle of 166.15º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7872 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 114 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.53 |
| HSL | 166.15º | 0.12% | 0.42% | - |
| HSV(B) | 166.15º | 0.22% | 0.47% | - |
| XYZ | 14.37 | 17.03 | 18.45 | - |
| YUV | 111.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 114 | 0.22 | 0 | 0.05 | 0.53 | 166.15 | 0.12 | 0.42 |
| Hex | 5E | 78 | 72 | 16 | 0 | 5 | 35 | A6 | C | 2A |
| Octal | 136 | 170 | 162 | 26 | 0 | 5 | 65 | 246 | 14 | 52 |
| Binary | 1011110 | 1111000 | 1110010 | 10110 | 0 | 101 | 110101 | 10100110 | 1100 | 101010 |
Color Harmonies of #5E7872
Complementary color
Monochromatic Colors of #5E7872
Black with #5E7872
Text Example
Text Example
White with #5E7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7872; }
p { color: rgb(94,120,114); }
H1.HeaderClassName
{
color: #5E7872;
}
.AnyTagClassName
{
color: #5E7872;
}
</style>
background-color css
<style>
a { background-color: #5E7872; }
a { background-color: rgb(94,120,114); }
div.DivClassName
{
background-color: #5E7872;
}
.BgClassName
{
background-color: #5E7872;
}
</style>
border-color css
<style>
span { border-color: #5E7872; }
span { border-color: rgb(94,120,114); }
td.TdClassName
{
border-color: #5E7872;
}
.TagClassName
{
border-color: #5E7872;
}
</style>