Shades of Merlin #535145
Tints of Merlin #535145
RGB
CMYK
RGB Variations
Color information
#535145 (or 0x535145) is known color: Merlin. HEX triplet: 53, 51 and 45. RGB value is (83,81,69). Sum of RGB (Red+Green+Blue) = 83+81+69=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 83 - color contains mainly: red. Hex color #535145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535145 is #ACAEBA. Grayscale: #505050. Windows color (decimal): -11316923 or 4542803. OLE color: 4542803.
HSL color Cylindrical-coordinate representation of color #535145: hue angle of 51.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535145 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 69 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.67 |
| HSL | 51.43º | 0.09% | 0.3% | - |
| HSV(B) | 51.43º | 0.17% | 0.33% | - |
| XYZ | 7.58 | 8.15 | 6.8 | - |
| YUV | 80.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 69 | 0 | 0.02 | 0.17 | 0.67 | 51.43 | 0.09 | 0.3 |
| Hex | 53 | 51 | 45 | 0 | 2 | 11 | 43 | 33 | 9 | 1E |
| Octal | 123 | 121 | 105 | 0 | 2 | 21 | 103 | 63 | 11 | 36 |
| Binary | 1010011 | 1010001 | 1000101 | 0 | 10 | 10001 | 1000011 | 110011 | 1001 | 11110 |
Color Harmonies of #535145
Complementary color
Monochromatic Colors of #535145
Black with #535145
Text Example
Text Example
White with #535145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535145; }
p { color: rgb(83,81,69); }
H1.HeaderClassName
{
color: #535145;
}
.AnyTagClassName
{
color: #535145;
}
</style>
background-color css
<style>
a { background-color: #535145; }
a { background-color: rgb(83,81,69); }
div.DivClassName
{
background-color: #535145;
}
.BgClassName
{
background-color: #535145;
}
</style>
border-color css
<style>
span { border-color: #535145; }
span { border-color: rgb(83,81,69); }
td.TdClassName
{
border-color: #535145;
}
.TagClassName
{
border-color: #535145;
}
</style>