Shades of William #5C7773
Tints of William #5C7773
RGB
CMYK
RGB Variations
Color information
#5C7773 (or 0x5C7773) is known color: William. HEX triplet: 5C, 77 and 73. RGB value is (92,119,115). Sum of RGB (Red+Green+Blue) = 92+119+115=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7773 is #A3888C. Grayscale: #6E6E6E. Windows color (decimal): -10717325 or 7567196. OLE color: 7567196.
HSL color Cylindrical-coordinate representation of color #5C7773: hue angle of 171.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7773 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 115 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.53 |
| HSL | 171.11º | 0.13% | 0.41% | - |
| HSV(B) | 171.11º | 0.23% | 0.47% | - |
| XYZ | 14.1 | 16.71 | 18.7 | - |
| YUV | 110.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 115 | 0.23 | 0 | 0.03 | 0.53 | 171.11 | 0.13 | 0.41 |
| Hex | 5C | 77 | 73 | 17 | 0 | 3 | 35 | AB | D | 29 |
| Octal | 134 | 167 | 163 | 27 | 0 | 3 | 65 | 253 | 15 | 51 |
| Binary | 1011100 | 1110111 | 1110011 | 10111 | 0 | 11 | 110101 | 10101011 | 1101 | 101001 |
Color Harmonies of #5C7773
Complementary color
Monochromatic Colors of #5C7773
Black with #5C7773
Text Example
Text Example
White with #5C7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7773; }
p { color: rgb(92,119,115); }
H1.HeaderClassName
{
color: #5C7773;
}
.AnyTagClassName
{
color: #5C7773;
}
</style>
background-color css
<style>
a { background-color: #5C7773; }
a { background-color: rgb(92,119,115); }
div.DivClassName
{
background-color: #5C7773;
}
.BgClassName
{
background-color: #5C7773;
}
</style>
border-color css
<style>
span { border-color: #5C7773; }
span { border-color: rgb(92,119,115); }
td.TdClassName
{
border-color: #5C7773;
}
.TagClassName
{
border-color: #5C7773;
}
</style>