#55514C

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

Shades of Masala #55514C

Tints of Masala #55514C

Color information

#55514C (or 0x55514C) is unknown color: approx Masala. HEX triplet: 55, 51 and 4C. RGB value is (85,81,76). Sum of RGB (Red+Green+Blue) = 85+81+76=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #55514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55514C is #AAAEB3. Grayscale: #515151. Windows color (decimal): -11185844 or 5001557. OLE color: 5001557.

HSL color Cylindrical-coordinate representation of color #55514C: hue angle of 33.33º 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 #55514C is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB858176-
CMYK00.050.110.67
HSL33.33º5.59%31.57%-
HSV(B)33.33º10.59%33.33%-
XYZ7.998.348.03-
YUV81.63124.83130.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=35.12%
G=33.47%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85817600.050.110.6733.335.5931.57
Hex55514C05B4321620
Octal125121114051310341640
Binary101010110100011001100010110111000011100001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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