#58544C

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

Shades of Masala #58544C

Tints of Masala #58544C

Color information

#58544C (or 0x58544C) is unknown color: approx Masala. HEX triplet: 58, 54 and 4C. RGB value is (88,84,76). Sum of RGB (Red+Green+Blue) = 88+84+76=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58544C is #A7ABB3. Grayscale: #545454. Windows color (decimal): -10988468 or 5002328. OLE color: 5002328.

HSL color Cylindrical-coordinate representation of color #58544C: hue angle of 40º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58544C is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB888476-
CMYK00.050.140.65
HSL40º7.32%32.16%-
HSV(B)40º13.64%34.51%-
XYZ8.58.948.11-
YUV84.28123.33130.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=35.48%
G=33.87%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88847600.050.140.65407.3232.16
Hex58544C05E4128720
Octal130124114051610150740
Binary101100010101001001100010111101000001101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,84,76); }

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

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

 a { background-color: rgb(88,84,76); }

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

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

 span { border-color: rgb(88,84,76); }

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