Shades of William #5C7572
Tints of William #5C7572
RGB
CMYK
RGB Variations
Color information
#5C7572 (or 0x5C7572) is known color: William. HEX triplet: 5C, 75 and 72. RGB value is (92,117,114). Sum of RGB (Red+Green+Blue) = 92+117+114=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7572 is #A38A8D. Grayscale: #6D6D6D. Windows color (decimal): -10717838 or 7501148. OLE color: 7501148.
HSL color Cylindrical-coordinate representation of color #5C7572: hue angle of 172.8º 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 #5C7572 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 114 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.54 |
| HSL | 172.8º | 0.12% | 0.41% | - |
| HSV(B) | 172.8º | 0.21% | 0.46% | - |
| XYZ | 13.81 | 16.21 | 18.32 | - |
| YUV | 109.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 114 | 0.21 | 0 | 0.03 | 0.54 | 172.8 | 0.12 | 0.41 |
| Hex | 5C | 75 | 72 | 15 | 0 | 3 | 36 | AD | C | 29 |
| Octal | 134 | 165 | 162 | 25 | 0 | 3 | 66 | 255 | 14 | 51 |
| Binary | 1011100 | 1110101 | 1110010 | 10101 | 0 | 11 | 110110 | 10101101 | 1100 | 101001 |
Color Harmonies of #5C7572
Complementary color
Monochromatic Colors of #5C7572
Black with #5C7572
Text Example
Text Example
White with #5C7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7572; }
p { color: rgb(92,117,114); }
H1.HeaderClassName
{
color: #5C7572;
}
.AnyTagClassName
{
color: #5C7572;
}
</style>
background-color css
<style>
a { background-color: #5C7572; }
a { background-color: rgb(92,117,114); }
div.DivClassName
{
background-color: #5C7572;
}
.BgClassName
{
background-color: #5C7572;
}
</style>
border-color css
<style>
span { border-color: #5C7572; }
span { border-color: rgb(92,117,114); }
td.TdClassName
{
border-color: #5C7572;
}
.TagClassName
{
border-color: #5C7572;
}
</style>