#58544D

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

Shades of Masala #58544D

Tints of Masala #58544D

Color information

#58544D (or 0x58544D) is unknown color: approx Masala. HEX triplet: 58, 54 and 4D. RGB value is (88,84,77). Sum of RGB (Red+Green+Blue) = 88+84+77=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58544D is #A7ABB2. Grayscale: #545454. Windows color (decimal): -10988467 or 5067864. OLE color: 5067864.

HSL color Cylindrical-coordinate representation of color #58544D: hue angle of 38.18º 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 #58544D is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB888477-
CMYK00.050.120.65
HSL38.18º6.67%32.35%-
HSV(B)38.18º12.5%34.51%-
XYZ8.538.958.3-
YUV84.4123.83130.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=35.34%
G=33.73%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88847700.050.120.6538.186.6732.35
Hex58544D05C4126720
Octal130124115051410146740
Binary101100010101001001101010111001000001100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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