#555042

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

Shades of Dune #555042

Tints of Dune #555042

Color information

#555042 (or 0x555042) is unknown color: approx Dune. HEX triplet: 55, 50 and 42. RGB value is (85,80,66). Sum of RGB (Red+Green+Blue) = 85+80+66=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #555042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555042 is #AAAFBD. Grayscale: #4F4F4F. Windows color (decimal): -11186110 or 4345941. OLE color: 4345941.

HSL color Cylindrical-coordinate representation of color #555042: hue angle of 44.21º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555042 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB858066-
CMYK00.060.220.67
HSL44.21º12.58%29.61%-
HSV(B)44.21º22.35%33.33%-
XYZ7.68.066.31-
YUV79.9120.16131.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=36.80%
G=34.63%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85806600.060.220.6744.2112.5829.61
Hex5550420616432cd1e
Octal1251201020626103541536
Binary1010101101000010000100110101101000011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555042; }

 p { color: rgb(85,80,66); }

 H1.HeaderClassName
 {
   color: #555042;
 }
 .AnyTagClassName
 {
   color: #555042;
 }
</style>
background-color css

<style>
 a { background-color: #555042; }

 a { background-color: rgb(85,80,66); }

 div.DivClassName
 {
   background-color: #555042;
 }
 .BgClassName
 {
   background-color: #555042;
 }
</style>
border-color css

<style>
 span { border-color: #555042; }

 span { border-color: rgb(85,80,66); }

 td.TdClassName
 {
   border-color: #555042;
 }
 .TagClassName
 {
   border-color: #555042;
 }
</style>