Shades of Merlin #53524A
Tints of Merlin #53524A
RGB
CMYK
RGB Variations
Color information
#53524A (or 0x53524A) is known color: Merlin. HEX triplet: 53, 52 and 4A. RGB value is (83,82,74). Sum of RGB (Red+Green+Blue) = 83+82+74=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #53524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53524A is #ACADB5. Grayscale: #515151. Windows color (decimal): -11316662 or 4870739. OLE color: 4870739.
HSL color Cylindrical-coordinate representation of color #53524A: hue angle of 53.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53524A is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 74 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.67 |
| HSL | 53.33º | 0.06% | 0.31% | - |
| HSV(B) | 53.33º | 0.11% | 0.33% | - |
| XYZ | 7.82 | 8.37 | 7.68 | - |
| YUV | 81.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 74 | 0 | 0.01 | 0.11 | 0.67 | 53.33 | 0.06 | 0.31 |
| Hex | 53 | 52 | 4A | 0 | 1 | B | 43 | 35 | 6 | 1F |
| Octal | 123 | 122 | 112 | 0 | 1 | 13 | 103 | 65 | 6 | 37 |
| Binary | 1010011 | 1010010 | 1001010 | 0 | 1 | 1011 | 1000011 | 110101 | 110 | 11111 |
Color Harmonies of #53524A
Complementary color
Monochromatic Colors of #53524A
Black with #53524A
Text Example
Text Example
White with #53524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53524A; }
p { color: rgb(83,82,74); }
H1.HeaderClassName
{
color: #53524A;
}
.AnyTagClassName
{
color: #53524A;
}
</style>
background-color css
<style>
a { background-color: #53524A; }
a { background-color: rgb(83,82,74); }
div.DivClassName
{
background-color: #53524A;
}
.BgClassName
{
background-color: #53524A;
}
</style>
border-color css
<style>
span { border-color: #53524A; }
span { border-color: rgb(83,82,74); }
td.TdClassName
{
border-color: #53524A;
}
.TagClassName
{
border-color: #53524A;
}
</style>