Shades of William #5A726D
Tints of William #5A726D
RGB
CMYK
RGB Variations
Color information
#5A726D (or 0x5A726D) is known color: William. HEX triplet: 5A, 72 and 6D. RGB value is (90,114,109). Sum of RGB (Red+Green+Blue) = 90+114+109=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #5A726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A726D is #A58D92. Grayscale: #6A6A6A. Windows color (decimal): -10849683 or 7172698. OLE color: 7172698.
HSL color Cylindrical-coordinate representation of color #5A726D: hue angle of 167.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A726D is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 109 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.55 |
| HSL | 167.5º | 0.12% | 0.4% | - |
| HSV(B) | 167.5º | 0.21% | 0.45% | - |
| XYZ | 12.99 | 15.31 | 16.74 | - |
| YUV | 106.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 109 | 0.21 | 0 | 0.04 | 0.55 | 167.5 | 0.12 | 0.4 |
| Hex | 5A | 72 | 6D | 15 | 0 | 4 | 37 | A8 | C | 28 |
| Octal | 132 | 162 | 155 | 25 | 0 | 4 | 67 | 250 | 14 | 50 |
| Binary | 1011010 | 1110010 | 1101101 | 10101 | 0 | 100 | 110111 | 10101000 | 1100 | 101000 |
Color Harmonies of #5A726D
Complementary color
Monochromatic Colors of #5A726D
Black with #5A726D
Text Example
Text Example
White with #5A726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A726D; }
p { color: rgb(90,114,109); }
H1.HeaderClassName
{
color: #5A726D;
}
.AnyTagClassName
{
color: #5A726D;
}
</style>
background-color css
<style>
a { background-color: #5A726D; }
a { background-color: rgb(90,114,109); }
div.DivClassName
{
background-color: #5A726D;
}
.BgClassName
{
background-color: #5A726D;
}
</style>
border-color css
<style>
span { border-color: #5A726D; }
span { border-color: rgb(90,114,109); }
td.TdClassName
{
border-color: #5A726D;
}
.TagClassName
{
border-color: #5A726D;
}
</style>