Shades of Merlin #51504C
Tints of Merlin #51504C
RGB
CMYK
RGB Variations
Color information
#51504C (or 0x51504C) is known color: Merlin. HEX triplet: 51, 50 and 4C. RGB value is (81,80,76). Sum of RGB (Red+Green+Blue) = 81+80+76=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 81 - color contains mainly: red. Hex color #51504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51504C is #AEAFB3. Grayscale: #4F4F4F. Windows color (decimal): -11448244 or 5001297. OLE color: 5001297.
HSL color Cylindrical-coordinate representation of color #51504C: hue angle of 48º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #51504C is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 80 | 76 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.68 |
| HSL | 48º | 0.03% | 0.31% | - |
| HSV(B) | 48º | 0.06% | 0.32% | - |
| XYZ | 7.57 | 8.01 | 7.98 | - |
| YUV | 79.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 76 | 0 | 0.01 | 0.06 | 0.68 | 48 | 0.03 | 0.31 |
| Hex | 51 | 50 | 4C | 0 | 1 | 6 | 44 | 30 | 3 | 1F |
| Octal | 121 | 120 | 114 | 0 | 1 | 6 | 104 | 60 | 3 | 37 |
| Binary | 1010001 | 1010000 | 1001100 | 0 | 1 | 110 | 1000100 | 110000 | 11 | 11111 |
Color Harmonies of #51504C
Complementary color
Monochromatic Colors of #51504C
Black with #51504C
Text Example
Text Example
White with #51504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51504C; }
p { color: rgb(81,80,76); }
H1.HeaderClassName
{
color: #51504C;
}
.AnyTagClassName
{
color: #51504C;
}
</style>
background-color css
<style>
a { background-color: #51504C; }
a { background-color: rgb(81,80,76); }
div.DivClassName
{
background-color: #51504C;
}
.BgClassName
{
background-color: #51504C;
}
</style>
border-color css
<style>
span { border-color: #51504C; }
span { border-color: rgb(81,80,76); }
td.TdClassName
{
border-color: #51504C;
}
.TagClassName
{
border-color: #51504C;
}
</style>