Shades of William #5D736F
Tints of William #5D736F
RGB
CMYK
RGB Variations
Color information
#5D736F (or 0x5D736F) is known color: William. HEX triplet: 5D, 73 and 6F. RGB value is (93,115,111). Sum of RGB (Red+Green+Blue) = 93+115+111=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #5D736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D736F is #A28C90. Grayscale: #6B6B6B. Windows color (decimal): -10652817 or 7304029. OLE color: 7304029.
HSL color Cylindrical-coordinate representation of color #5D736F: hue angle of 169.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D736F is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 111 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.55 |
| HSL | 169.09º | 0.11% | 0.41% | - |
| HSV(B) | 169.09º | 0.19% | 0.45% | - |
| XYZ | 13.51 | 15.74 | 17.36 | - |
| YUV | 107.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 111 | 0.19 | 0 | 0.03 | 0.55 | 169.09 | 0.11 | 0.41 |
| Hex | 5D | 73 | 6F | 13 | 0 | 3 | 37 | A9 | B | 29 |
| Octal | 135 | 163 | 157 | 23 | 0 | 3 | 67 | 251 | 13 | 51 |
| Binary | 1011101 | 1110011 | 1101111 | 10011 | 0 | 11 | 110111 | 10101001 | 1011 | 101001 |
Color Harmonies of #5D736F
Complementary color
Monochromatic Colors of #5D736F
Black with #5D736F
Text Example
Text Example
White with #5D736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D736F; }
p { color: rgb(93,115,111); }
H1.HeaderClassName
{
color: #5D736F;
}
.AnyTagClassName
{
color: #5D736F;
}
</style>
background-color css
<style>
a { background-color: #5D736F; }
a { background-color: rgb(93,115,111); }
div.DivClassName
{
background-color: #5D736F;
}
.BgClassName
{
background-color: #5D736F;
}
</style>
border-color css
<style>
span { border-color: #5D736F; }
span { border-color: rgb(93,115,111); }
td.TdClassName
{
border-color: #5D736F;
}
.TagClassName
{
border-color: #5D736F;
}
</style>