#575653

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

Shades of Masala #575653

Tints of Masala #575653

Color information

#575653 (or 0x575653) is unknown color: approx Masala. HEX triplet: 57, 56 and 53. RGB value is (87,86,83). Sum of RGB (Red+Green+Blue) = 87+86+83=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 87 - color contains mainly: red. Hex color #575653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575653 is #A8A9AC. Grayscale: #555555. Windows color (decimal): -11053485 or 5461591. OLE color: 5461591.

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

Color convert

RGB878683-
CMYK00.010.050.66
HSL45º2.35%33.33%-
HSV(B)45º4.6%34.12%-
XYZ8.829.319.52-
YUV85.96126.33128.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=33.98%
G=33.59%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87868300.010.050.66452.3533.33
Hex575653015422d221
Octal12712612301510255241
Binary10101111010110101001101101100001010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575653; }

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

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

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

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

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

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

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

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