Shades of Merlin #535045
Tints of Merlin #535045
RGB
CMYK
RGB Variations
Color information
#535045 (or 0x535045) is known color: Merlin. HEX triplet: 53, 50 and 45. RGB value is (83,80,69). Sum of RGB (Red+Green+Blue) = 83+80+69=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #535045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535045 is #ACAFBA. Grayscale: #4F4F4F. Windows color (decimal): -11317179 or 4542547. OLE color: 4542547.
HSL color Cylindrical-coordinate representation of color #535045: hue angle of 47.14º 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 #535045 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 69 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.67 |
| HSL | 47.14º | 0.09% | 0.3% | - |
| HSV(B) | 47.14º | 0.17% | 0.33% | - |
| XYZ | 7.51 | 8.01 | 6.78 | - |
| YUV | 79.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 69 | 0 | 0.04 | 0.17 | 0.67 | 47.14 | 0.09 | 0.3 |
| Hex | 53 | 50 | 45 | 0 | 4 | 11 | 43 | 2F | 9 | 1E |
| Octal | 123 | 120 | 105 | 0 | 4 | 21 | 103 | 57 | 11 | 36 |
| Binary | 1010011 | 1010000 | 1000101 | 0 | 100 | 10001 | 1000011 | 101111 | 1001 | 11110 |
Color Harmonies of #535045
Complementary color
Monochromatic Colors of #535045
Black with #535045
Text Example
Text Example
White with #535045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535045; }
p { color: rgb(83,80,69); }
H1.HeaderClassName
{
color: #535045;
}
.AnyTagClassName
{
color: #535045;
}
</style>
background-color css
<style>
a { background-color: #535045; }
a { background-color: rgb(83,80,69); }
div.DivClassName
{
background-color: #535045;
}
.BgClassName
{
background-color: #535045;
}
</style>
border-color css
<style>
span { border-color: #535045; }
span { border-color: rgb(83,80,69); }
td.TdClassName
{
border-color: #535045;
}
.TagClassName
{
border-color: #535045;
}
</style>