#575654

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

Shades of Masala #575654

Tints of Masala #575654

Color information

#575654 (or 0x575654) is unknown color: approx Masala. HEX triplet: 57, 56 and 54. RGB value is (87,86,84). Sum of RGB (Red+Green+Blue) = 87+86+84=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 87 - color contains mainly: red. Hex color #575654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575654 is #A8A9AB. Grayscale: #565656. Windows color (decimal): -11053484 or 5527127. OLE color: 5527127.

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

Color convert

RGB878684-
CMYK00.010.030.66
HSL40º1.75%33.53%-
HSV(B)40º3.45%34.12%-
XYZ8.869.329.72-
YUV86.07126.83128.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=33.85%
G=33.46%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87868400.010.030.66401.7533.53
Hex5756540134228222
Octal12712612401310250242
Binary1010111101011010101000111100001010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575654; }

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

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

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

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

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

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

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

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