#55524C

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

Shades of Masala #55524C

Tints of Masala #55524C

Color information

#55524C (or 0x55524C) is unknown color: approx Masala. HEX triplet: 55, 52 and 4C. RGB value is (85,82,76). Sum of RGB (Red+Green+Blue) = 85+82+76=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 85 - color contains mainly: red. Hex color #55524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55524C is #AAADB3. Grayscale: #525252. Windows color (decimal): -11185588 or 5001813. OLE color: 5001813.

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

Color convert

RGB858276-
CMYK00.040.110.67
HSL40º5.59%31.57%-
HSV(B)40º10.59%33.33%-
XYZ8.078.498.05-
YUV82.21124.49129.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=34.98%
G=33.74%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85827600.040.110.67405.5931.57
Hex55524C04B4328620
Octal125122114041310350640
Binary101010110100101001100010010111000011101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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