Shades of William #5C7873
Tints of William #5C7873
RGB
CMYK
RGB Variations
Color information
#5C7873 (or 0x5C7873) is known color: William. HEX triplet: 5C, 78 and 73. RGB value is (92,120,115). Sum of RGB (Red+Green+Blue) = 92+120+115=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7873 is #A3878C. Grayscale: #6F6F6F. Windows color (decimal): -10717069 or 7567452. OLE color: 7567452.
HSL color Cylindrical-coordinate representation of color #5C7873: hue angle of 169.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7873 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 115 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.53 |
| HSL | 169.29º | 0.13% | 0.42% | - |
| HSV(B) | 169.29º | 0.23% | 0.47% | - |
| XYZ | 14.22 | 16.95 | 18.74 | - |
| YUV | 111.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 115 | 0.23 | 0 | 0.04 | 0.53 | 169.29 | 0.13 | 0.42 |
| Hex | 5C | 78 | 73 | 17 | 0 | 4 | 35 | A9 | D | 2A |
| Octal | 134 | 170 | 163 | 27 | 0 | 4 | 65 | 251 | 15 | 52 |
| Binary | 1011100 | 1111000 | 1110011 | 10111 | 0 | 100 | 110101 | 10101001 | 1101 | 101010 |
Color Harmonies of #5C7873
Complementary color
Monochromatic Colors of #5C7873
Black with #5C7873
Text Example
Text Example
White with #5C7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7873; }
p { color: rgb(92,120,115); }
H1.HeaderClassName
{
color: #5C7873;
}
.AnyTagClassName
{
color: #5C7873;
}
</style>
background-color css
<style>
a { background-color: #5C7873; }
a { background-color: rgb(92,120,115); }
div.DivClassName
{
background-color: #5C7873;
}
.BgClassName
{
background-color: #5C7873;
}
</style>
border-color css
<style>
span { border-color: #5C7873; }
span { border-color: rgb(92,120,115); }
td.TdClassName
{
border-color: #5C7873;
}
.TagClassName
{
border-color: #5C7873;
}
</style>