Shades of William #537A73
Tints of William #537A73
RGB
CMYK
RGB Variations
Color information
#537A73 (or 0x537A73) is known color: William. HEX triplet: 53, 7A and 73. RGB value is (83,122,115). Sum of RGB (Red+Green+Blue) = 83+122+115=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #537A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A73 is #AC858C. Grayscale: #6D6D6D. Windows color (decimal): -11306381 or 7567955. OLE color: 7567955.
HSL color Cylindrical-coordinate representation of color #537A73: hue angle of 169.23º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A73 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 122 | 115 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.52 |
| HSL | 169.23º | 0.19% | 0.4% | - |
| HSV(B) | 169.23º | 0.32% | 0.48% | - |
| XYZ | 13.62 | 17 | 18.78 | - |
| YUV | 109.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 115 | 0.32 | 0 | 0.06 | 0.52 | 169.23 | 0.19 | 0.4 |
| Hex | 53 | 7A | 73 | 20 | 0 | 6 | 34 | A9 | 13 | 28 |
| Octal | 123 | 172 | 163 | 40 | 0 | 6 | 64 | 251 | 23 | 50 |
| Binary | 1010011 | 1111010 | 1110011 | 100000 | 0 | 110 | 110100 | 10101001 | 10011 | 101000 |
Color Harmonies of #537A73
Complementary color
Monochromatic Colors of #537A73
Black with #537A73
Text Example
Text Example
White with #537A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537A73; }
p { color: rgb(83,122,115); }
H1.HeaderClassName
{
color: #537A73;
}
.AnyTagClassName
{
color: #537A73;
}
</style>
background-color css
<style>
a { background-color: #537A73; }
a { background-color: rgb(83,122,115); }
div.DivClassName
{
background-color: #537A73;
}
.BgClassName
{
background-color: #537A73;
}
</style>
border-color css
<style>
span { border-color: #537A73; }
span { border-color: rgb(83,122,115); }
td.TdClassName
{
border-color: #537A73;
}
.TagClassName
{
border-color: #537A73;
}
</style>