#585652

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

Shades of Masala #585652

Tints of Masala #585652

Color information

#585652 (or 0x585652) is unknown color: approx Masala. HEX triplet: 58, 56 and 52. RGB value is (88,86,82). Sum of RGB (Red+Green+Blue) = 88+86+82=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 88 - color contains mainly: red. Hex color #585652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585652 is #A7A9AD. Grayscale: #565656. Windows color (decimal): -10987950 or 5396056. OLE color: 5396056.

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

Color convert

RGB888682-
CMYK00.020.070.65
HSL40º3.53%33.33%-
HSV(B)40º6.82%34.51%-
XYZ8.889.349.32-
YUV86.14125.66129.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=34.38%
G=33.59%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88868200.020.070.65403.5333.33
Hex5856520274128421
Octal13012612202710150441
Binary1011000101011010100100101111000001101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585652; }

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

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

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

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

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

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

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

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