Shades of William #5C716E
Tints of William #5C716E
RGB
CMYK
RGB Variations
Color information
#5C716E (or 0x5C716E) is known color: William. HEX triplet: 5C, 71 and 6E. RGB value is (92,113,110). Sum of RGB (Red+Green+Blue) = 92+113+110=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #5C716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C716E is #A38E91. Grayscale: #6A6A6A. Windows color (decimal): -10718866 or 7237980. OLE color: 7237980.
HSL color Cylindrical-coordinate representation of color #5C716E: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C716E is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 110 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.56 |
| HSL | 171.43º | 0.1% | 0.4% | - |
| HSV(B) | 171.43º | 0.19% | 0.44% | - |
| XYZ | 13.13 | 15.21 | 17 | - |
| YUV | 106.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 110 | 0.19 | 0 | 0.03 | 0.56 | 171.43 | 0.1 | 0.4 |
| Hex | 5C | 71 | 6E | 13 | 0 | 3 | 38 | AB | A | 28 |
| Octal | 134 | 161 | 156 | 23 | 0 | 3 | 70 | 253 | 12 | 50 |
| Binary | 1011100 | 1110001 | 1101110 | 10011 | 0 | 11 | 111000 | 10101011 | 1010 | 101000 |
Color Harmonies of #5C716E
Complementary color
Monochromatic Colors of #5C716E
Black with #5C716E
Text Example
Text Example
White with #5C716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C716E; }
p { color: rgb(92,113,110); }
H1.HeaderClassName
{
color: #5C716E;
}
.AnyTagClassName
{
color: #5C716E;
}
</style>
background-color css
<style>
a { background-color: #5C716E; }
a { background-color: rgb(92,113,110); }
div.DivClassName
{
background-color: #5C716E;
}
.BgClassName
{
background-color: #5C716E;
}
</style>
border-color css
<style>
span { border-color: #5C716E; }
span { border-color: rgb(92,113,110); }
td.TdClassName
{
border-color: #5C716E;
}
.TagClassName
{
border-color: #5C716E;
}
</style>