Shades of William #5C7975
Tints of William #5C7975
RGB
CMYK
RGB Variations
Color information
#5C7975 (or 0x5C7975) is known color: William. HEX triplet: 5C, 79 and 75. RGB value is (92,121,117). Sum of RGB (Red+Green+Blue) = 92+121+117=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7975 is #A3868A. Grayscale: #6F6F6F. Windows color (decimal): -10716811 or 7698780. OLE color: 7698780.
HSL color Cylindrical-coordinate representation of color #5C7975: hue angle of 171.72º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C7975 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 117 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.53 |
| HSL | 171.72º | 0.14% | 0.42% | - |
| HSV(B) | 171.72º | 0.24% | 0.47% | - |
| XYZ | 14.46 | 17.23 | 19.39 | - |
| YUV | 111.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 117 | 0.24 | 0 | 0.03 | 0.53 | 171.72 | 0.14 | 0.42 |
| Hex | 5C | 79 | 75 | 18 | 0 | 3 | 35 | AC | E | 2A |
| Octal | 134 | 171 | 165 | 30 | 0 | 3 | 65 | 254 | 16 | 52 |
| Binary | 1011100 | 1111001 | 1110101 | 11000 | 0 | 11 | 110101 | 10101100 | 1110 | 101010 |
Color Harmonies of #5C7975
Complementary color
Monochromatic Colors of #5C7975
Black with #5C7975
Text Example
Text Example
White with #5C7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7975; }
p { color: rgb(92,121,117); }
H1.HeaderClassName
{
color: #5C7975;
}
.AnyTagClassName
{
color: #5C7975;
}
</style>
background-color css
<style>
a { background-color: #5C7975; }
a { background-color: rgb(92,121,117); }
div.DivClassName
{
background-color: #5C7975;
}
.BgClassName
{
background-color: #5C7975;
}
</style>
border-color css
<style>
span { border-color: #5C7975; }
span { border-color: rgb(92,121,117); }
td.TdClassName
{
border-color: #5C7975;
}
.TagClassName
{
border-color: #5C7975;
}
</style>