Shades of Merlin #535146
Tints of Merlin #535146
RGB
CMYK
RGB Variations
Color information
#535146 (or 0x535146) is known color: Merlin. HEX triplet: 53, 51 and 46. RGB value is (83,81,70). Sum of RGB (Red+Green+Blue) = 83+81+70=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #535146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535146 is #ACAEB9. Grayscale: #505050. Windows color (decimal): -11316922 or 4608339. OLE color: 4608339.
HSL color Cylindrical-coordinate representation of color #535146: hue angle of 50.77º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #535146 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 70 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.67 |
| HSL | 50.77º | 0.08% | 0.3% | - |
| HSV(B) | 50.77º | 0.16% | 0.33% | - |
| XYZ | 7.62 | 8.17 | 6.97 | - |
| YUV | 80.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 70 | 0 | 0.02 | 0.16 | 0.67 | 50.77 | 0.08 | 0.3 |
| Hex | 53 | 51 | 46 | 0 | 2 | 10 | 43 | 33 | 8 | 1E |
| Octal | 123 | 121 | 106 | 0 | 2 | 20 | 103 | 63 | 10 | 36 |
| Binary | 1010011 | 1010001 | 1000110 | 0 | 10 | 10000 | 1000011 | 110011 | 1000 | 11110 |
Color Harmonies of #535146
Complementary color
Monochromatic Colors of #535146
Black with #535146
Text Example
Text Example
White with #535146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535146; }
p { color: rgb(83,81,70); }
H1.HeaderClassName
{
color: #535146;
}
.AnyTagClassName
{
color: #535146;
}
</style>
background-color css
<style>
a { background-color: #535146; }
a { background-color: rgb(83,81,70); }
div.DivClassName
{
background-color: #535146;
}
.BgClassName
{
background-color: #535146;
}
</style>
border-color css
<style>
span { border-color: #535146; }
span { border-color: rgb(83,81,70); }
td.TdClassName
{
border-color: #535146;
}
.TagClassName
{
border-color: #535146;
}
</style>