Shades of Dune #565042
Tints of Dune #565042
RGB
CMYK
RGB Variations
Color information
#565042 (or 0x565042) is known color: Dune. HEX triplet: 56, 50 and 42. RGB value is (86,80,66). Sum of RGB (Red+Green+Blue) = 86+80+66=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #565042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565042 is #A9AFBD. Grayscale: #505050. Windows color (decimal): -11120574 or 4345942. OLE color: 4345942.
HSL color Cylindrical-coordinate representation of color #565042: hue angle of 42º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #565042 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 66 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.66 |
| HSL | 42º | 0.13% | 0.3% | - |
| HSV(B) | 42º | 0.23% | 0.34% | - |
| XYZ | 7.69 | 8.11 | 6.31 | - |
| YUV | 80.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 66 | 0 | 0.07 | 0.23 | 0.66 | 42 | 0.13 | 0.3 |
| Hex | 56 | 50 | 42 | 0 | 7 | 17 | 42 | 2A | D | 1E |
| Octal | 126 | 120 | 102 | 0 | 7 | 27 | 102 | 52 | 15 | 36 |
| Binary | 1010110 | 1010000 | 1000010 | 0 | 111 | 10111 | 1000010 | 101010 | 1101 | 11110 |
Color Harmonies of #565042
Complementary color
Monochromatic Colors of #565042
Black with #565042
Text Example
Text Example
White with #565042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565042; }
p { color: rgb(86,80,66); }
H1.HeaderClassName
{
color: #565042;
}
.AnyTagClassName
{
color: #565042;
}
</style>
background-color css
<style>
a { background-color: #565042; }
a { background-color: rgb(86,80,66); }
div.DivClassName
{
background-color: #565042;
}
.BgClassName
{
background-color: #565042;
}
</style>
border-color css
<style>
span { border-color: #565042; }
span { border-color: rgb(86,80,66); }
td.TdClassName
{
border-color: #565042;
}
.TagClassName
{
border-color: #565042;
}
</style>