Shades of William #5A726C
Tints of William #5A726C
RGB
CMYK
RGB Variations
Color information
#5A726C (or 0x5A726C) is known color: William. HEX triplet: 5A, 72 and 6C. RGB value is (90,114,108). Sum of RGB (Red+Green+Blue) = 90+114+108=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #5A726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A726C is #A58D93. Grayscale: #6A6A6A. Windows color (decimal): -10849684 or 7107162. OLE color: 7107162.
HSL color Cylindrical-coordinate representation of color #5A726C: hue angle of 165º 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 #5A726C is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 108 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.55 |
| HSL | 165º | 0.12% | 0.4% | - |
| HSV(B) | 165º | 0.21% | 0.45% | - |
| XYZ | 12.94 | 15.29 | 16.46 | - |
| YUV | 106.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 108 | 0.21 | 0 | 0.05 | 0.55 | 165 | 0.12 | 0.4 |
| Hex | 5A | 72 | 6C | 15 | 0 | 5 | 37 | A5 | C | 28 |
| Octal | 132 | 162 | 154 | 25 | 0 | 5 | 67 | 245 | 14 | 50 |
| Binary | 1011010 | 1110010 | 1101100 | 10101 | 0 | 101 | 110111 | 10100101 | 1100 | 101000 |
Color Harmonies of #5A726C
Complementary color
Monochromatic Colors of #5A726C
Black with #5A726C
Text Example
Text Example
White with #5A726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A726C; }
p { color: rgb(90,114,108); }
H1.HeaderClassName
{
color: #5A726C;
}
.AnyTagClassName
{
color: #5A726C;
}
</style>
background-color css
<style>
a { background-color: #5A726C; }
a { background-color: rgb(90,114,108); }
div.DivClassName
{
background-color: #5A726C;
}
.BgClassName
{
background-color: #5A726C;
}
</style>
border-color css
<style>
span { border-color: #5A726C; }
span { border-color: rgb(90,114,108); }
td.TdClassName
{
border-color: #5A726C;
}
.TagClassName
{
border-color: #5A726C;
}
</style>