Shades of Merlin #52514C
Tints of Merlin #52514C
RGB
CMYK
RGB Variations
Color information
#52514C (or 0x52514C) is known color: Merlin. HEX triplet: 52, 51 and 4C. RGB value is (82,81,76). Sum of RGB (Red+Green+Blue) = 82+81+76=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 82 - color contains mainly: red. Hex color #52514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52514C is #ADAEB3. Grayscale: #505050. Windows color (decimal): -11382452 or 5001554. OLE color: 5001554.
HSL color Cylindrical-coordinate representation of color #52514C: hue angle of 50º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #52514C is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 76 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.68 |
| HSL | 50º | 0.04% | 0.31% | - |
| HSV(B) | 50º | 0.07% | 0.32% | - |
| XYZ | 7.73 | 8.2 | 8.01 | - |
| YUV | 80.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 76 | 0 | 0.01 | 0.07 | 0.68 | 50 | 0.04 | 0.31 |
| Hex | 52 | 51 | 4C | 0 | 1 | 7 | 44 | 32 | 4 | 1F |
| Octal | 122 | 121 | 114 | 0 | 1 | 7 | 104 | 62 | 4 | 37 |
| Binary | 1010010 | 1010001 | 1001100 | 0 | 1 | 111 | 1000100 | 110010 | 100 | 11111 |
Color Harmonies of #52514C
Complementary color
Monochromatic Colors of #52514C
Black with #52514C
Text Example
Text Example
White with #52514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52514C; }
p { color: rgb(82,81,76); }
H1.HeaderClassName
{
color: #52514C;
}
.AnyTagClassName
{
color: #52514C;
}
</style>
background-color css
<style>
a { background-color: #52514C; }
a { background-color: rgb(82,81,76); }
div.DivClassName
{
background-color: #52514C;
}
.BgClassName
{
background-color: #52514C;
}
</style>
border-color css
<style>
span { border-color: #52514C; }
span { border-color: rgb(82,81,76); }
td.TdClassName
{
border-color: #52514C;
}
.TagClassName
{
border-color: #52514C;
}
</style>