#575450

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

Shades of Masala #575450

Tints of Masala #575450

Color information

#575450 (or 0x575450) is unknown color: approx Masala. HEX triplet: 57, 54 and 50. RGB value is (87,84,80). Sum of RGB (Red+Green+Blue) = 87+84+80=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 87 - color contains mainly: red. Hex color #575450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575450 is #A8ABAF. Grayscale: #545454. Windows color (decimal): -11054000 or 5264471. OLE color: 5264471.

HSL color Cylindrical-coordinate representation of color #575450: hue angle of 34.29º 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 #575450 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB878480-
CMYK00.030.080.66
HSL34.29º4.19%32.75%-
HSV(B)34.29º8.05%34.12%-
XYZ8.558.958.87-
YUV84.44125.49129.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.66%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=34.66%
G=33.47%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87848000.030.080.6634.294.1932.75
Hex5754500384222421
Octal127124120031010242441
Binary10101111010100101000001110001000010100010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575450; }

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

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

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

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

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

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

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

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