#555043

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

Shades of Dune #555043

Tints of Dune #555043

Color information

#555043 (or 0x555043) is unknown color: approx Dune. HEX triplet: 55, 50 and 43. RGB value is (85,80,67). Sum of RGB (Red+Green+Blue) = 85+80+67=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 85 - color contains mainly: red. Hex color #555043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555043 is #AAAFBC. Grayscale: #505050. Windows color (decimal): -11186109 or 4411477. OLE color: 4411477.

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

Color convert

RGB858067-
CMYK00.060.210.67
HSL43.33º11.84%29.8%-
HSV(B)43.33º21.18%33.33%-
XYZ7.638.076.47-
YUV80.01120.66131.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 67 (26.56% from 255) = 28.88%
R=36.64%
G=34.48%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85806700.060.210.6743.3311.8429.8
Hex5550430615432bc1e
Octal1251201030625103531436
Binary1010101101000010000110110101011000011101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555043; }

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

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

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

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

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

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

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

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