Shades of William #5D7773
Tints of William #5D7773
RGB
CMYK
RGB Variations
Color information
#5D7773 (or 0x5D7773) is known color: William. HEX triplet: 5D, 77 and 73. RGB value is (93,119,115). Sum of RGB (Red+Green+Blue) = 93+119+115=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7773 is #A2888C. Grayscale: #6E6E6E. Windows color (decimal): -10651789 or 7567197. OLE color: 7567197.
HSL color Cylindrical-coordinate representation of color #5D7773: hue angle of 170.77º 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 #5D7773 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 115 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.53 |
| HSL | 170.77º | 0.12% | 0.42% | - |
| HSV(B) | 170.77º | 0.22% | 0.47% | - |
| XYZ | 14.21 | 16.76 | 18.71 | - |
| YUV | 110.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 115 | 0.22 | 0 | 0.03 | 0.53 | 170.77 | 0.12 | 0.42 |
| Hex | 5D | 77 | 73 | 16 | 0 | 3 | 35 | AB | C | 2A |
| Octal | 135 | 167 | 163 | 26 | 0 | 3 | 65 | 253 | 14 | 52 |
| Binary | 1011101 | 1110111 | 1110011 | 10110 | 0 | 11 | 110101 | 10101011 | 1100 | 101010 |
Color Harmonies of #5D7773
Complementary color
Monochromatic Colors of #5D7773
Black with #5D7773
Text Example
Text Example
White with #5D7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7773; }
p { color: rgb(93,119,115); }
H1.HeaderClassName
{
color: #5D7773;
}
.AnyTagClassName
{
color: #5D7773;
}
</style>
background-color css
<style>
a { background-color: #5D7773; }
a { background-color: rgb(93,119,115); }
div.DivClassName
{
background-color: #5D7773;
}
.BgClassName
{
background-color: #5D7773;
}
</style>
border-color css
<style>
span { border-color: #5D7773; }
span { border-color: rgb(93,119,115); }
td.TdClassName
{
border-color: #5D7773;
}
.TagClassName
{
border-color: #5D7773;
}
</style>