Shades of William #5E7873
Tints of William #5E7873
RGB
CMYK
RGB Variations
Color information
#5E7873 (or 0x5E7873) is known color: William. HEX triplet: 5E, 78 and 73. RGB value is (94,120,115). Sum of RGB (Red+Green+Blue) = 94+120+115=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7873 is #A1878C. Grayscale: #6F6F6F. Windows color (decimal): -10585997 or 7567454. OLE color: 7567454.
HSL color Cylindrical-coordinate representation of color #5E7873: hue angle of 168.46º 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 #5E7873 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 115 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.53 |
| HSL | 168.46º | 0.12% | 0.42% | - |
| HSV(B) | 168.46º | 0.22% | 0.47% | - |
| XYZ | 14.43 | 17.05 | 18.75 | - |
| YUV | 111.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 115 | 0.22 | 0 | 0.04 | 0.53 | 168.46 | 0.12 | 0.42 |
| Hex | 5E | 78 | 73 | 16 | 0 | 4 | 35 | A8 | C | 2A |
| Octal | 136 | 170 | 163 | 26 | 0 | 4 | 65 | 250 | 14 | 52 |
| Binary | 1011110 | 1111000 | 1110011 | 10110 | 0 | 100 | 110101 | 10101000 | 1100 | 101010 |
Color Harmonies of #5E7873
Complementary color
Monochromatic Colors of #5E7873
Black with #5E7873
Text Example
Text Example
White with #5E7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7873; }
p { color: rgb(94,120,115); }
H1.HeaderClassName
{
color: #5E7873;
}
.AnyTagClassName
{
color: #5E7873;
}
</style>
background-color css
<style>
a { background-color: #5E7873; }
a { background-color: rgb(94,120,115); }
div.DivClassName
{
background-color: #5E7873;
}
.BgClassName
{
background-color: #5E7873;
}
</style>
border-color css
<style>
span { border-color: #5E7873; }
span { border-color: rgb(94,120,115); }
td.TdClassName
{
border-color: #5E7873;
}
.TagClassName
{
border-color: #5E7873;
}
</style>