#565042

Color #565042 Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dune #565042

Tints of Dune #565042

Color information

#565042 (or 0x565042) is unknown color: approx 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

RGB868066-
CMYK00.070.230.66
HSL42º13.16%29.8%-
HSV(B)42º23.26%33.73%-
XYZ7.698.116.31-
YUV80.2119.99132.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=37.07%
G=34.48%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86806600.070.230.664213.1629.8
Hex5650420717422ad1e
Octal1261201020727102521536
Binary1010110101000010000100111101111000010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>