Shades of William #5C706D
Tints of William #5C706D
RGB
CMYK
RGB Variations
Color information
#5C706D (or 0x5C706D) is known color: William. HEX triplet: 5C, 70 and 6D. RGB value is (92,112,109). Sum of RGB (Red+Green+Blue) = 92+112+109=313 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.39% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 112 - color contains mainly: green. Hex color #5C706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C706D is #A38F92. Grayscale: #696969. Windows color (decimal): -10719123 or 7172188. OLE color: 7172188.
HSL color Cylindrical-coordinate representation of color #5C706D: hue angle of 171º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C706D is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 112 | 109 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.56 |
| HSL | 171º | 0.1% | 0.4% | - |
| HSV(B) | 171º | 0.18% | 0.44% | - |
| XYZ | 12.97 | 14.97 | 16.67 | - |
| YUV | 105.68 | 129.87 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 112 | 109 | 0.18 | 0 | 0.03 | 0.56 | 171 | 0.1 | 0.4 |
| Hex | 5C | 70 | 6D | 12 | 0 | 3 | 38 | AB | A | 28 |
| Octal | 134 | 160 | 155 | 22 | 0 | 3 | 70 | 253 | 12 | 50 |
| Binary | 1011100 | 1110000 | 1101101 | 10010 | 0 | 11 | 111000 | 10101011 | 1010 | 101000 |
Color Harmonies of #5C706D
Complementary color
Monochromatic Colors of #5C706D
Black with #5C706D
Text Example
Text Example
White with #5C706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C706D; }
p { color: rgb(92,112,109); }
H1.HeaderClassName
{
color: #5C706D;
}
.AnyTagClassName
{
color: #5C706D;
}
</style>
background-color css
<style>
a { background-color: #5C706D; }
a { background-color: rgb(92,112,109); }
div.DivClassName
{
background-color: #5C706D;
}
.BgClassName
{
background-color: #5C706D;
}
</style>
border-color css
<style>
span { border-color: #5C706D; }
span { border-color: rgb(92,112,109); }
td.TdClassName
{
border-color: #5C706D;
}
.TagClassName
{
border-color: #5C706D;
}
</style>