#5B574F

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

Shades of Masala #5B574F

Tints of Masala #5B574F

Color information

#5B574F (or 0x5B574F) is unknown color: approx Masala. HEX triplet: 5B, 57 and 4F. RGB value is (91,87,79). Sum of RGB (Red+Green+Blue) = 91+87+79=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 91 - color contains mainly: red. Hex color #5B574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B574F is #A4A8B0. Grayscale: #575757. Windows color (decimal): -10791089 or 5199707. OLE color: 5199707.

HSL color Cylindrical-coordinate representation of color #5B574F: hue angle of 40º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B574F is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB918779-
CMYK00.040.130.64
HSL40º7.06%33.33%-
HSV(B)40º13.19%35.69%-
XYZ9.139.618.77-
YUV87.28123.33130.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.41%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=35.41%
G=33.85%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91877900.040.130.64407.0633.33
Hex5B574F04D4028721
Octal133127117041510050741
Binary101101110101111001111010011011000000101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B574F; }

 p { color: rgb(91,87,79); }

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

<style>
 a { background-color: #5B574F; }

 a { background-color: rgb(91,87,79); }

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

<style>
 span { border-color: #5B574F; }

 span { border-color: rgb(91,87,79); }

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