#55524D

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

Shades of Masala #55524D

Tints of Masala #55524D

Color information

#55524D (or 0x55524D) is unknown color: approx Masala. HEX triplet: 55, 52 and 4D. RGB value is (85,82,77). Sum of RGB (Red+Green+Blue) = 85+82+77=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 85 - color contains mainly: red. Hex color #55524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55524D is #AAADB2. Grayscale: #525252. Windows color (decimal): -11185587 or 5067349. OLE color: 5067349.

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

Color convert

RGB858277-
CMYK00.040.090.67
HSL37.5º4.94%31.76%-
HSV(B)37.5º9.41%33.33%-
XYZ8.18.58.24-
YUV82.33124.99129.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=34.84%
G=33.61%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85827700.040.090.6737.54.9431.76
Hex55524D0494326520
Octal125122115041110346540
Binary101010110100101001101010010011000011100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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