#58534C

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

Shades of Masala #58534C

Tints of Masala #58534C

Color information

#58534C (or 0x58534C) is unknown color: approx Masala. HEX triplet: 58, 53 and 4C. RGB value is (88,83,76). Sum of RGB (Red+Green+Blue) = 88+83+76=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #58534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58534C is #A7ACB3. Grayscale: #535353. Windows color (decimal): -10988724 or 5002072. OLE color: 5002072.

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

Color convert

RGB888376-
CMYK00.060.140.65
HSL35º7.32%32.16%-
HSV(B)35º13.64%34.51%-
XYZ8.428.788.09-
YUV83.7123.66131.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=35.63%
G=33.60%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88837600.060.140.65357.3232.16
Hex58534C06E4123720
Octal130123114061610143740
Binary101100010100111001100011011101000001100011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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