Shades of William #5D726C
Tints of William #5D726C
RGB
CMYK
RGB Variations
Color information
#5D726C (or 0x5D726C) is known color: William. HEX triplet: 5D, 72 and 6C. RGB value is (93,114,108). Sum of RGB (Red+Green+Blue) = 93+114+108=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #5D726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D726C is #A28D93. Grayscale: #6B6B6B. Windows color (decimal): -10653076 or 7107165. OLE color: 7107165.
HSL color Cylindrical-coordinate representation of color #5D726C: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D726C is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 114 | 108 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.55 |
| HSL | 162.86º | 0.1% | 0.41% | - |
| HSV(B) | 162.86º | 0.18% | 0.45% | - |
| XYZ | 13.24 | 15.44 | 16.47 | - |
| YUV | 107.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 108 | 0.18 | 0 | 0.05 | 0.55 | 162.86 | 0.1 | 0.41 |
| Hex | 5D | 72 | 6C | 12 | 0 | 5 | 37 | A3 | A | 29 |
| Octal | 135 | 162 | 154 | 22 | 0 | 5 | 67 | 243 | 12 | 51 |
| Binary | 1011101 | 1110010 | 1101100 | 10010 | 0 | 101 | 110111 | 10100011 | 1010 | 101001 |
Color Harmonies of #5D726C
Complementary color
Monochromatic Colors of #5D726C
Black with #5D726C
Text Example
Text Example
White with #5D726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D726C; }
p { color: rgb(93,114,108); }
H1.HeaderClassName
{
color: #5D726C;
}
.AnyTagClassName
{
color: #5D726C;
}
</style>
background-color css
<style>
a { background-color: #5D726C; }
a { background-color: rgb(93,114,108); }
div.DivClassName
{
background-color: #5D726C;
}
.BgClassName
{
background-color: #5D726C;
}
</style>
border-color css
<style>
span { border-color: #5D726C; }
span { border-color: rgb(93,114,108); }
td.TdClassName
{
border-color: #5D726C;
}
.TagClassName
{
border-color: #5D726C;
}
</style>