#58544F

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

Shades of Masala #58544F

Tints of Masala #58544F

Color information

#58544F (or 0x58544F) is unknown color: approx Masala. HEX triplet: 58, 54 and 4F. RGB value is (88,84,79). Sum of RGB (Red+Green+Blue) = 88+84+79=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #58544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58544F is #A7ABB0. Grayscale: #545454. Windows color (decimal): -10988465 or 5198936. OLE color: 5198936.

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

Color convert

RGB888479-
CMYK00.050.100.65
HSL33.33º5.39%32.75%-
HSV(B)33.33º10.23%34.51%-
XYZ8.618.988.68-
YUV84.63124.83130.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=35.06%
G=33.47%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88847900.050.100.6533.335.3932.75
Hex58544F05A4121521
Octal130124117051210141541
Binary101100010101001001111010110101000001100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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