Shades of William #526F6C
Tints of William #526F6C
RGB
CMYK
RGB Variations
Color information
#526F6C (or 0x526F6C) is known color: William. HEX triplet: 52, 6F and 6C. RGB value is (82,111,108). Sum of RGB (Red+Green+Blue) = 82+111+108=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #526F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F6C is #AD9093. Grayscale: #656565. Windows color (decimal): -11374740 or 7106386. OLE color: 7106386.
HSL color Cylindrical-coordinate representation of color #526F6C: hue angle of 173.79º 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 #526F6C is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 111 | 108 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.56 |
| HSL | 173.79º | 0.15% | 0.38% | - |
| HSV(B) | 173.79º | 0.26% | 0.44% | - |
| XYZ | 11.87 | 14.25 | 16.31 | - |
| YUV | 101.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 108 | 0.26 | 0 | 0.03 | 0.56 | 173.79 | 0.15 | 0.38 |
| Hex | 52 | 6F | 6C | 1A | 0 | 3 | 38 | AE | F | 26 |
| Octal | 122 | 157 | 154 | 32 | 0 | 3 | 70 | 256 | 17 | 46 |
| Binary | 1010010 | 1101111 | 1101100 | 11010 | 0 | 11 | 111000 | 10101110 | 1111 | 100110 |
Color Harmonies of #526F6C
Complementary color
Monochromatic Colors of #526F6C
Black with #526F6C
Text Example
Text Example
White with #526F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526F6C; }
p { color: rgb(82,111,108); }
H1.HeaderClassName
{
color: #526F6C;
}
.AnyTagClassName
{
color: #526F6C;
}
</style>
background-color css
<style>
a { background-color: #526F6C; }
a { background-color: rgb(82,111,108); }
div.DivClassName
{
background-color: #526F6C;
}
.BgClassName
{
background-color: #526F6C;
}
</style>
border-color css
<style>
span { border-color: #526F6C; }
span { border-color: rgb(82,111,108); }
td.TdClassName
{
border-color: #526F6C;
}
.TagClassName
{
border-color: #526F6C;
}
</style>