Shades of William #5C7574
Tints of William #5C7574
RGB
CMYK
RGB Variations
Color information
#5C7574 (or 0x5C7574) is known color: William. HEX triplet: 5C, 75 and 74. RGB value is (92,117,116). Sum of RGB (Red+Green+Blue) = 92+117+116=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7574 is #A38A8B. Grayscale: #6D6D6D. Windows color (decimal): -10717836 or 7632220. OLE color: 7632220.
HSL color Cylindrical-coordinate representation of color #5C7574: hue angle of 177.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C7574 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 116 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.54 |
| HSL | 177.6º | 0.12% | 0.41% | - |
| HSV(B) | 177.6º | 0.21% | 0.46% | - |
| XYZ | 13.93 | 16.26 | 18.93 | - |
| YUV | 109.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 116 | 0.21 | 0 | 0.01 | 0.54 | 177.6 | 0.12 | 0.41 |
| Hex | 5C | 75 | 74 | 15 | 0 | 1 | 36 | B2 | C | 29 |
| Octal | 134 | 165 | 164 | 25 | 0 | 1 | 66 | 262 | 14 | 51 |
| Binary | 1011100 | 1110101 | 1110100 | 10101 | 0 | 1 | 110110 | 10110010 | 1100 | 101001 |
Color Harmonies of #5C7574
Complementary color
Monochromatic Colors of #5C7574
Black with #5C7574
Text Example
Text Example
White with #5C7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7574; }
p { color: rgb(92,117,116); }
H1.HeaderClassName
{
color: #5C7574;
}
.AnyTagClassName
{
color: #5C7574;
}
</style>
background-color css
<style>
a { background-color: #5C7574; }
a { background-color: rgb(92,117,116); }
div.DivClassName
{
background-color: #5C7574;
}
.BgClassName
{
background-color: #5C7574;
}
</style>
border-color css
<style>
span { border-color: #5C7574; }
span { border-color: rgb(92,117,116); }
td.TdClassName
{
border-color: #5C7574;
}
.TagClassName
{
border-color: #5C7574;
}
</style>