#575550

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

Shades of Masala #575550

Tints of Masala #575550

Color information

#575550 (or 0x575550) is unknown color: approx Masala. HEX triplet: 57, 55 and 50. RGB value is (87,85,80). Sum of RGB (Red+Green+Blue) = 87+85+80=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 87 - color contains mainly: red. Hex color #575550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575550 is #A8AAAF. Grayscale: #555555. Windows color (decimal): -11053744 or 5264727. OLE color: 5264727.

HSL color Cylindrical-coordinate representation of color #575550: hue angle of 42.86º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575550 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB878580-
CMYK00.020.080.66
HSL42.86º4.19%32.75%-
HSV(B)42.86º8.05%34.12%-
XYZ8.639.18.89-
YUV85.03125.16129.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=34.52%
G=33.73%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87858000.020.080.6642.864.1932.75
Hex575550028422b421
Octal127125120021010253441
Binary10101111010101101000001010001000010101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575550; }

 p { color: rgb(87,85,80); }

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

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

 a { background-color: rgb(87,85,80); }

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

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

 span { border-color: rgb(87,85,80); }

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