Shades of William #526D69
Tints of William #526D69
RGB
CMYK
RGB Variations
Color information
#526D69 (or 0x526D69) is known color: William. HEX triplet: 52, 6D and 69. RGB value is (82,109,105). Sum of RGB (Red+Green+Blue) = 82+109+105=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 109 - color contains mainly: green. Hex color #526D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D69 is #AD9296. Grayscale: #646464. Windows color (decimal): -11375255 or 6909266. OLE color: 6909266.
HSL color Cylindrical-coordinate representation of color #526D69: hue angle of 171.11º 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 #526D69 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 109 | 105 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.57 |
| HSL | 171.11º | 0.14% | 0.37% | - |
| HSV(B) | 171.11º | 0.25% | 0.43% | - |
| XYZ | 11.5 | 13.75 | 15.41 | - |
| YUV | 100.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 105 | 0.25 | 0 | 0.04 | 0.57 | 171.11 | 0.14 | 0.37 |
| Hex | 52 | 6D | 69 | 19 | 0 | 4 | 39 | AB | E | 25 |
| Octal | 122 | 155 | 151 | 31 | 0 | 4 | 71 | 253 | 16 | 45 |
| Binary | 1010010 | 1101101 | 1101001 | 11001 | 0 | 100 | 111001 | 10101011 | 1110 | 100101 |
Color Harmonies of #526D69
Complementary color
Monochromatic Colors of #526D69
Black with #526D69
Text Example
Text Example
White with #526D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526D69; }
p { color: rgb(82,109,105); }
H1.HeaderClassName
{
color: #526D69;
}
.AnyTagClassName
{
color: #526D69;
}
</style>
background-color css
<style>
a { background-color: #526D69; }
a { background-color: rgb(82,109,105); }
div.DivClassName
{
background-color: #526D69;
}
.BgClassName
{
background-color: #526D69;
}
</style>
border-color css
<style>
span { border-color: #526D69; }
span { border-color: rgb(82,109,105); }
td.TdClassName
{
border-color: #526D69;
}
.TagClassName
{
border-color: #526D69;
}
</style>