#55524A

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

Shades of Dune #55524A

Tints of Dune #55524A

Color information

#55524A (or 0x55524A) is unknown color: approx Dune. HEX triplet: 55, 52 and 4A. RGB value is (85,82,74). Sum of RGB (Red+Green+Blue) = 85+82+74=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #55524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55524A is #AAADB5. Grayscale: #525252. Windows color (decimal): -11185590 or 4870741. OLE color: 4870741.

HSL color Cylindrical-coordinate representation of color #55524A: hue angle of 43.64º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55524A is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB858274-
CMYK00.040.130.67
HSL43.64º6.92%31.18%-
HSV(B)43.64º12.94%33.33%-
XYZ88.467.69-
YUV81.99123.49130.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=35.27%
G=34.02%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85827400.040.130.6743.646.9231.18
Hex55524A04D432c71f
Octal125122112041510354737
Binary10101011010010100101001001101100001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55524A; }

 p { color: rgb(85,82,74); }

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

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

 a { background-color: rgb(85,82,74); }

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

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

 span { border-color: rgb(85,82,74); }

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