Shades of Merlin #535248
Tints of Merlin #535248
RGB
CMYK
RGB Variations
Color information
#535248 (or 0x535248) is known color: Merlin. HEX triplet: 53, 52 and 48. RGB value is (83,82,72). Sum of RGB (Red+Green+Blue) = 83+82+72=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #535248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535248 is #ACADB7. Grayscale: #515151. Windows color (decimal): -11316664 or 4739667. OLE color: 4739667.
HSL color Cylindrical-coordinate representation of color #535248: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #535248 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 72 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.67 |
| HSL | 54.55º | 0.07% | 0.3% | - |
| HSV(B) | 54.55º | 0.13% | 0.33% | - |
| XYZ | 7.75 | 8.34 | 7.33 | - |
| YUV | 81.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 72 | 0 | 0.01 | 0.13 | 0.67 | 54.55 | 0.07 | 0.3 |
| Hex | 53 | 52 | 48 | 0 | 1 | D | 43 | 37 | 7 | 1E |
| Octal | 123 | 122 | 110 | 0 | 1 | 15 | 103 | 67 | 7 | 36 |
| Binary | 1010011 | 1010010 | 1001000 | 0 | 1 | 1101 | 1000011 | 110111 | 111 | 11110 |
Color Harmonies of #535248
Complementary color
Monochromatic Colors of #535248
Black with #535248
Text Example
Text Example
White with #535248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535248; }
p { color: rgb(83,82,72); }
H1.HeaderClassName
{
color: #535248;
}
.AnyTagClassName
{
color: #535248;
}
</style>
background-color css
<style>
a { background-color: #535248; }
a { background-color: rgb(83,82,72); }
div.DivClassName
{
background-color: #535248;
}
.BgClassName
{
background-color: #535248;
}
</style>
border-color css
<style>
span { border-color: #535248; }
span { border-color: rgb(83,82,72); }
td.TdClassName
{
border-color: #535248;
}
.TagClassName
{
border-color: #535248;
}
</style>