Shades of William #53756E
Tints of William #53756E
RGB
CMYK
RGB Variations
Color information
#53756E (or 0x53756E) is known color: William. HEX triplet: 53, 75 and 6E. RGB value is (83,117,110). Sum of RGB (Red+Green+Blue) = 83+117+110=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #53756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53756E is #AC8A91. Grayscale: #6A6A6A. Windows color (decimal): -11307666 or 7238995. OLE color: 7238995.
HSL color Cylindrical-coordinate representation of color #53756E: hue angle of 167.65º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53756E is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 110 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.54 |
| HSL | 167.65º | 0.17% | 0.39% | - |
| HSV(B) | 167.65º | 0.29% | 0.46% | - |
| XYZ | 12.74 | 15.69 | 17.11 | - |
| YUV | 106.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 110 | 0.29 | 0 | 0.06 | 0.54 | 167.65 | 0.17 | 0.39 |
| Hex | 53 | 75 | 6E | 1D | 0 | 6 | 36 | A8 | 11 | 27 |
| Octal | 123 | 165 | 156 | 35 | 0 | 6 | 66 | 250 | 21 | 47 |
| Binary | 1010011 | 1110101 | 1101110 | 11101 | 0 | 110 | 110110 | 10101000 | 10001 | 100111 |
Color Harmonies of #53756E
Complementary color
Monochromatic Colors of #53756E
Black with #53756E
Text Example
Text Example
White with #53756E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53756E; }
p { color: rgb(83,117,110); }
H1.HeaderClassName
{
color: #53756E;
}
.AnyTagClassName
{
color: #53756E;
}
</style>
background-color css
<style>
a { background-color: #53756E; }
a { background-color: rgb(83,117,110); }
div.DivClassName
{
background-color: #53756E;
}
.BgClassName
{
background-color: #53756E;
}
</style>
border-color css
<style>
span { border-color: #53756E; }
span { border-color: rgb(83,117,110); }
td.TdClassName
{
border-color: #53756E;
}
.TagClassName
{
border-color: #53756E;
}
</style>