Shades of William #53726B
Tints of William #53726B
RGB
CMYK
RGB Variations
Color information
#53726B (or 0x53726B) is known color: William. HEX triplet: 53, 72 and 6B. RGB value is (83,114,107). Sum of RGB (Red+Green+Blue) = 83+114+107=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 114 - color contains mainly: green. Hex color #53726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53726B is #AC8D94. Grayscale: #676767. Windows color (decimal): -11308437 or 7041619. OLE color: 7041619.
HSL color Cylindrical-coordinate representation of color #53726B: hue angle of 166.45º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53726B is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 107 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.55 |
| HSL | 166.45º | 0.16% | 0.39% | - |
| HSV(B) | 166.45º | 0.27% | 0.45% | - |
| XYZ | 12.24 | 14.94 | 16.15 | - |
| YUV | 103.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 107 | 0.27 | 0 | 0.06 | 0.55 | 166.45 | 0.16 | 0.39 |
| Hex | 53 | 72 | 6B | 1B | 0 | 6 | 37 | A6 | 10 | 27 |
| Octal | 123 | 162 | 153 | 33 | 0 | 6 | 67 | 246 | 20 | 47 |
| Binary | 1010011 | 1110010 | 1101011 | 11011 | 0 | 110 | 110111 | 10100110 | 10000 | 100111 |
Color Harmonies of #53726B
Complementary color
Monochromatic Colors of #53726B
Black with #53726B
Text Example
Text Example
White with #53726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53726B; }
p { color: rgb(83,114,107); }
H1.HeaderClassName
{
color: #53726B;
}
.AnyTagClassName
{
color: #53726B;
}
</style>
background-color css
<style>
a { background-color: #53726B; }
a { background-color: rgb(83,114,107); }
div.DivClassName
{
background-color: #53726B;
}
.BgClassName
{
background-color: #53726B;
}
</style>
border-color css
<style>
span { border-color: #53726B; }
span { border-color: rgb(83,114,107); }
td.TdClassName
{
border-color: #53726B;
}
.TagClassName
{
border-color: #53726B;
}
</style>