#58554C

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

Shades of Masala #58554C

Tints of Masala #58554C

Color information

#58554C (or 0x58554C) is unknown color: approx Masala. HEX triplet: 58, 55 and 4C. RGB value is (88,85,76). Sum of RGB (Red+Green+Blue) = 88+85+76=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58554C is #A7AAB3. Grayscale: #545454. Windows color (decimal): -10988212 or 5002584. OLE color: 5002584.

HSL color Cylindrical-coordinate representation of color #58554C: hue angle of 45º 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 #58554C is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB888576-
CMYK00.030.140.65
HSL45º7.32%32.16%-
HSV(B)45º13.64%34.51%-
XYZ8.589.098.14-
YUV84.87122.99130.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=35.34%
G=34.14%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88857600.030.140.65457.3232.16
Hex58554C03E412d720
Octal130125114031610155740
Binary10110001010101100110001111101000001101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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