Shades of Dune #535049
Tints of Dune #535049
RGB
CMYK
RGB Variations
Color information
#535049 (or 0x535049) is known color: Dune. HEX triplet: 53, 50 and 49. RGB value is (83,80,73). Sum of RGB (Red+Green+Blue) = 83+80+73=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 83 - color contains mainly: red. Hex color #535049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535049 is #ACAFB6. Grayscale: #505050. Windows color (decimal): -11317175 or 4804691. OLE color: 4804691.
HSL color Cylindrical-coordinate representation of color #535049: hue angle of 42º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #535049 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 73 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.67 |
| HSL | 42º | 0.06% | 0.31% | - |
| HSV(B) | 42º | 0.12% | 0.33% | - |
| XYZ | 7.64 | 8.06 | 7.46 | - |
| YUV | 80.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 73 | 0 | 0.04 | 0.12 | 0.67 | 42 | 0.06 | 0.31 |
| Hex | 53 | 50 | 49 | 0 | 4 | C | 43 | 2A | 6 | 1F |
| Octal | 123 | 120 | 111 | 0 | 4 | 14 | 103 | 52 | 6 | 37 |
| Binary | 1010011 | 1010000 | 1001001 | 0 | 100 | 1100 | 1000011 | 101010 | 110 | 11111 |
Color Harmonies of #535049
Complementary color
Monochromatic Colors of #535049
Black with #535049
Text Example
Text Example
White with #535049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535049; }
p { color: rgb(83,80,73); }
H1.HeaderClassName
{
color: #535049;
}
.AnyTagClassName
{
color: #535049;
}
</style>
background-color css
<style>
a { background-color: #535049; }
a { background-color: rgb(83,80,73); }
div.DivClassName
{
background-color: #535049;
}
.BgClassName
{
background-color: #535049;
}
</style>
border-color css
<style>
span { border-color: #535049; }
span { border-color: rgb(83,80,73); }
td.TdClassName
{
border-color: #535049;
}
.TagClassName
{
border-color: #535049;
}
</style>