#58554D

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

Shades of Masala #58554D

Tints of Masala #58554D

Color information

#58554D (or 0x58554D) is unknown color: approx Masala. HEX triplet: 58, 55 and 4D. RGB value is (88,85,77). Sum of RGB (Red+Green+Blue) = 88+85+77=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #58554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58554D is #A7AAB2. Grayscale: #555555. Windows color (decimal): -10988211 or 5068120. OLE color: 5068120.

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

Color convert

RGB888577-
CMYK00.030.120.65
HSL43.64º6.67%32.35%-
HSV(B)43.64º12.5%34.51%-
XYZ8.619.118.33-
YUV84.98123.49130.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=35.2%
G=34%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88857700.030.120.6543.646.6732.35
Hex58554D03C412c720
Octal130125115031410154740
Binary10110001010101100110101111001000001101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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