Shades of William #5E7771
Tints of William #5E7771
RGB
CMYK
RGB Variations
Color information
#5E7771 (or 0x5E7771) is known color: William. HEX triplet: 5E, 77 and 71. RGB value is (94,119,113). Sum of RGB (Red+Green+Blue) = 94+119+113=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7771 is #A1888E. Grayscale: #6E6E6E. Windows color (decimal): -10586255 or 7436126. OLE color: 7436126.
HSL color Cylindrical-coordinate representation of color #5E7771: hue angle of 165.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E7771 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 113 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.53 |
| HSL | 165.6º | 0.12% | 0.42% | - |
| HSV(B) | 165.6º | 0.21% | 0.47% | - |
| XYZ | 14.19 | 16.77 | 18.11 | - |
| YUV | 110.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 113 | 0.21 | 0 | 0.05 | 0.53 | 165.6 | 0.12 | 0.42 |
| Hex | 5E | 77 | 71 | 15 | 0 | 5 | 35 | A6 | C | 2A |
| Octal | 136 | 167 | 161 | 25 | 0 | 5 | 65 | 246 | 14 | 52 |
| Binary | 1011110 | 1110111 | 1110001 | 10101 | 0 | 101 | 110101 | 10100110 | 1100 | 101010 |
Color Harmonies of #5E7771
Complementary color
Monochromatic Colors of #5E7771
Black with #5E7771
Text Example
Text Example
White with #5E7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7771; }
p { color: rgb(94,119,113); }
H1.HeaderClassName
{
color: #5E7771;
}
.AnyTagClassName
{
color: #5E7771;
}
</style>
background-color css
<style>
a { background-color: #5E7771; }
a { background-color: rgb(94,119,113); }
div.DivClassName
{
background-color: #5E7771;
}
.BgClassName
{
background-color: #5E7771;
}
</style>
border-color css
<style>
span { border-color: #5E7771; }
span { border-color: rgb(94,119,113); }
td.TdClassName
{
border-color: #5E7771;
}
.TagClassName
{
border-color: #5E7771;
}
</style>