Shades of William #5C7472
Tints of William #5C7472
RGB
CMYK
RGB Variations
Color information
#5C7472 (or 0x5C7472) is known color: William. HEX triplet: 5C, 74 and 72. RGB value is (92,116,114). Sum of RGB (Red+Green+Blue) = 92+116+114=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7472 is #A38B8D. Grayscale: #6C6C6C. Windows color (decimal): -10718094 or 7500892. OLE color: 7500892.
HSL color Cylindrical-coordinate representation of color #5C7472: hue angle of 175º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C7472 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 116 | 114 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.55 |
| HSL | 175º | 0.12% | 0.41% | - |
| HSV(B) | 175º | 0.21% | 0.45% | - |
| XYZ | 13.7 | 15.98 | 18.28 | - |
| YUV | 108.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 116 | 114 | 0.21 | 0 | 0.02 | 0.55 | 175 | 0.12 | 0.41 |
| Hex | 5C | 74 | 72 | 15 | 0 | 2 | 37 | AF | C | 29 |
| Octal | 134 | 164 | 162 | 25 | 0 | 2 | 67 | 257 | 14 | 51 |
| Binary | 1011100 | 1110100 | 1110010 | 10101 | 0 | 10 | 110111 | 10101111 | 1100 | 101001 |
Color Harmonies of #5C7472
Complementary color
Monochromatic Colors of #5C7472
Black with #5C7472
Text Example
Text Example
White with #5C7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7472; }
p { color: rgb(92,116,114); }
H1.HeaderClassName
{
color: #5C7472;
}
.AnyTagClassName
{
color: #5C7472;
}
</style>
background-color css
<style>
a { background-color: #5C7472; }
a { background-color: rgb(92,116,114); }
div.DivClassName
{
background-color: #5C7472;
}
.BgClassName
{
background-color: #5C7472;
}
</style>
border-color css
<style>
span { border-color: #5C7472; }
span { border-color: rgb(92,116,114); }
td.TdClassName
{
border-color: #5C7472;
}
.TagClassName
{
border-color: #5C7472;
}
</style>