#585653

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

Shades of Masala #585653

Tints of Masala #585653

Color information

#585653 (or 0x585653) is unknown color: approx Masala. HEX triplet: 58, 56 and 53. RGB value is (88,86,83). Sum of RGB (Red+Green+Blue) = 88+86+83=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 88 - color contains mainly: red. Hex color #585653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585653 is #A7A9AC. Grayscale: #565656. Windows color (decimal): -10987949 or 5461592. OLE color: 5461592.

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

Color convert

RGB888683-
CMYK00.020.060.65
HSL36º2.92%33.53%-
HSV(B)36º5.68%34.51%-
XYZ8.919.359.52-
YUV86.26126.16129.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=34.24%
G=33.46%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88868300.020.060.65362.9233.53
Hex5856530264124322
Octal13012612302610144342
Binary101100010101101010011010110100000110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585653; }

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

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

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

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

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

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

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

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