Shades of William #526D6A
Tints of William #526D6A
RGB
CMYK
RGB Variations
Color information
#526D6A (or 0x526D6A) is known color: William. HEX triplet: 52, 6D and 6A. RGB value is (82,109,106). Sum of RGB (Red+Green+Blue) = 82+109+106=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 109 - color contains mainly: green. Hex color #526D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D6A is #AD9295. Grayscale: #646464. Windows color (decimal): -11375254 or 6974802. OLE color: 6974802.
HSL color Cylindrical-coordinate representation of color #526D6A: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D6A is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 106 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.57 |
| HSL | 173.33º | 0.14% | 0.37% | - |
| HSV(B) | 173.33º | 0.25% | 0.43% | - |
| XYZ | 11.55 | 13.77 | 15.69 | - |
| YUV | 100.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 106 | 0.25 | 0 | 0.03 | 0.57 | 173.33 | 0.14 | 0.37 |
| Hex | 52 | 6D | 6A | 19 | 0 | 3 | 39 | AD | E | 25 |
| Octal | 122 | 155 | 152 | 31 | 0 | 3 | 71 | 255 | 16 | 45 |
| Binary | 1010010 | 1101101 | 1101010 | 11001 | 0 | 11 | 111001 | 10101101 | 1110 | 100101 |
Color Harmonies of #526D6A
Complementary color
Monochromatic Colors of #526D6A
Black with #526D6A
Text Example
Text Example
White with #526D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D6A; }
p { color: rgb(82,109,106); }
H1.HeaderClassName
{
color: #526D6A;
}
.AnyTagClassName
{
color: #526D6A;
}
</style>
background-color css
<style>
a { background-color: #526D6A; }
a { background-color: rgb(82,109,106); }
div.DivClassName
{
background-color: #526D6A;
}
.BgClassName
{
background-color: #526D6A;
}
</style>
border-color css
<style>
span { border-color: #526D6A; }
span { border-color: rgb(82,109,106); }
td.TdClassName
{
border-color: #526D6A;
}
.TagClassName
{
border-color: #526D6A;
}
</style>