Shades of William #5D7673
Tints of William #5D7673
RGB
CMYK
RGB Variations
Color information
#5D7673 (or 0x5D7673) is known color: William. HEX triplet: 5D, 76 and 73. RGB value is (93,118,115). Sum of RGB (Red+Green+Blue) = 93+118+115=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7673 is #A2898C. Grayscale: #6E6E6E. Windows color (decimal): -10652045 or 7566941. OLE color: 7566941.
HSL color Cylindrical-coordinate representation of color #5D7673: 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 #5D7673 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 115 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.54 |
| HSL | 172.8º | 0.12% | 0.41% | - |
| HSV(B) | 172.8º | 0.21% | 0.46% | - |
| XYZ | 14.09 | 16.52 | 18.67 | - |
| YUV | 110.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 115 | 0.21 | 0 | 0.03 | 0.54 | 172.8 | 0.12 | 0.41 |
| Hex | 5D | 76 | 73 | 15 | 0 | 3 | 36 | AD | C | 29 |
| Octal | 135 | 166 | 163 | 25 | 0 | 3 | 66 | 255 | 14 | 51 |
| Binary | 1011101 | 1110110 | 1110011 | 10101 | 0 | 11 | 110110 | 10101101 | 1100 | 101001 |
Color Harmonies of #5D7673
Complementary color
Monochromatic Colors of #5D7673
Black with #5D7673
Text Example
Text Example
White with #5D7673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7673; }
p { color: rgb(93,118,115); }
H1.HeaderClassName
{
color: #5D7673;
}
.AnyTagClassName
{
color: #5D7673;
}
</style>
background-color css
<style>
a { background-color: #5D7673; }
a { background-color: rgb(93,118,115); }
div.DivClassName
{
background-color: #5D7673;
}
.BgClassName
{
background-color: #5D7673;
}
</style>
border-color css
<style>
span { border-color: #5D7673; }
span { border-color: rgb(93,118,115); }
td.TdClassName
{
border-color: #5D7673;
}
.TagClassName
{
border-color: #5D7673;
}
</style>