Shades of William #526F6D
Tints of William #526F6D
RGB
CMYK
RGB Variations
Color information
#526F6D (or 0x526F6D) is known color: William. HEX triplet: 52, 6F and 6D. RGB value is (82,111,109). Sum of RGB (Red+Green+Blue) = 82+111+109=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 111 - color contains mainly: green. Hex color #526F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F6D is #AD9092. Grayscale: #666666. Windows color (decimal): -11374739 or 7171922. OLE color: 7171922.
HSL color Cylindrical-coordinate representation of color #526F6D: hue angle of 175.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F6D is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 109 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.56 |
| HSL | 175.86º | 0.15% | 0.38% | - |
| HSV(B) | 175.86º | 0.26% | 0.44% | - |
| XYZ | 11.92 | 14.27 | 16.59 | - |
| YUV | 102.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 109 | 0.26 | 0 | 0.02 | 0.56 | 175.86 | 0.15 | 0.38 |
| Hex | 52 | 6F | 6D | 1A | 0 | 2 | 38 | B0 | F | 26 |
| Octal | 122 | 157 | 155 | 32 | 0 | 2 | 70 | 260 | 17 | 46 |
| Binary | 1010010 | 1101111 | 1101101 | 11010 | 0 | 10 | 111000 | 10110000 | 1111 | 100110 |
Color Harmonies of #526F6D
Complementary color
Monochromatic Colors of #526F6D
Black with #526F6D
Text Example
Text Example
White with #526F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F6D; }
p { color: rgb(82,111,109); }
H1.HeaderClassName
{
color: #526F6D;
}
.AnyTagClassName
{
color: #526F6D;
}
</style>
background-color css
<style>
a { background-color: #526F6D; }
a { background-color: rgb(82,111,109); }
div.DivClassName
{
background-color: #526F6D;
}
.BgClassName
{
background-color: #526F6D;
}
</style>
border-color css
<style>
span { border-color: #526F6D; }
span { border-color: rgb(82,111,109); }
td.TdClassName
{
border-color: #526F6D;
}
.TagClassName
{
border-color: #526F6D;
}
</style>