Shades of William #53736F
Tints of William #53736F
RGB
CMYK
RGB Variations
Color information
#53736F (or 0x53736F) is known color: William. HEX triplet: 53, 73 and 6F. RGB value is (83,115,111). Sum of RGB (Red+Green+Blue) = 83+115+111=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #53736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53736F is #AC8C90. Grayscale: #686868. Windows color (decimal): -11308177 or 7304019. OLE color: 7304019.
HSL color Cylindrical-coordinate representation of color #53736F: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53736F is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
RGB | 83 | 115 | 111 | - |
CMYK | 0.28 | 0 | 0.03 | 0.55 |
HSL | 172.5º | 0.16% | 0.39% | - |
HSV(B) | 172.5º | 0.28% | 0.45% | - |
XYZ | 12.57 | 15.25 | 17.32 | - |
YUV | 104.98 | 131.4 | 112.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 115 | 111 | 0.28 | 0 | 0.03 | 0.55 | 172.5 | 0.16 | 0.39 |
Hex | 53 | 73 | 6F | 1C | 0 | 3 | 37 | AC | 10 | 27 |
Octal | 123 | 163 | 157 | 34 | 0 | 3 | 67 | 254 | 20 | 47 |
Binary | 1010011 | 1110011 | 1101111 | 11100 | 0 | 11 | 110111 | 10101100 | 10000 | 100111 |
Color Harmonies of #53736F
Complementary color
Monochromatic Colors of #53736F
Black with #53736F
Text Example
Text Example
White with #53736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53736F; }
p { color: rgb(83,115,111); }
H1.HeaderClassName
{
color: #53736F;
}
.AnyTagClassName
{
color: #53736F;
}
</style>
background-color css
<style>
a { background-color: #53736F; }
a { background-color: rgb(83,115,111); }
div.DivClassName
{
background-color: #53736F;
}
.BgClassName
{
background-color: #53736F;
}
</style>
border-color css
<style>
span { border-color: #53736F; }
span { border-color: rgb(83,115,111); }
td.TdClassName
{
border-color: #53736F;
}
.TagClassName
{
border-color: #53736F;
}
</style>