Shades of William #526D6E
Tints of William #526D6E
RGB
CMYK
RGB Variations
Color information
#526D6E (or 0x526D6E) is known color: William. HEX triplet: 52, 6D and 6E. RGB value is (82,109,110). Sum of RGB (Red+Green+Blue) = 82+109+110=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 110 - color contains mainly: blue. Hex color #526D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D6E is #AD9291. Grayscale: #656565. Windows color (decimal): -11375250 or 7236946. OLE color: 7236946.
HSL color Cylindrical-coordinate representation of color #526D6E: hue angle of 182.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D6E is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 110 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.57 |
| HSL | 182.14º | 0.15% | 0.38% | - |
| HSV(B) | 182.14º | 0.25% | 0.43% | - |
| XYZ | 11.76 | 13.86 | 16.81 | - |
| YUV | 101.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 110 | 0.25 | 0.01 | 0 | 0.57 | 182.14 | 0.15 | 0.38 |
| Hex | 52 | 6D | 6E | 19 | 1 | 0 | 39 | B6 | F | 26 |
| Octal | 122 | 155 | 156 | 31 | 1 | 0 | 71 | 266 | 17 | 46 |
| Binary | 1010010 | 1101101 | 1101110 | 11001 | 1 | 0 | 111001 | 10110110 | 1111 | 100110 |
Color Harmonies of #526D6E
Complementary color
Monochromatic Colors of #526D6E
Black with #526D6E
Text Example
Text Example
White with #526D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D6E; }
p { color: rgb(82,109,110); }
H1.HeaderClassName
{
color: #526D6E;
}
.AnyTagClassName
{
color: #526D6E;
}
</style>
background-color css
<style>
a { background-color: #526D6E; }
a { background-color: rgb(82,109,110); }
div.DivClassName
{
background-color: #526D6E;
}
.BgClassName
{
background-color: #526D6E;
}
</style>
border-color css
<style>
span { border-color: #526D6E; }
span { border-color: rgb(82,109,110); }
td.TdClassName
{
border-color: #526D6E;
}
.TagClassName
{
border-color: #526D6E;
}
</style>