#595650

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

Shades of Masala #595650

Tints of Masala #595650

Color information

#595650 (or 0x595650) is unknown color: approx Masala. HEX triplet: 59, 56 and 50. RGB value is (89,86,80). Sum of RGB (Red+Green+Blue) = 89+86+80=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 89 - color contains mainly: red. Hex color #595650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595650 is #A6A9AF. Grayscale: #565656. Windows color (decimal): -10922416 or 5264985. OLE color: 5264985.

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

Color convert

RGB898680-
CMYK00.030.100.65
HSL40º5.33%33.14%-
HSV(B)40º10.11%34.9%-
XYZ8.99.368.93-
YUV86.21124.49129.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.90%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=34.90%
G=33.73%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89868000.030.100.65405.3333.14
Hex59565003A4128521
Octal131126120031210150541
Binary10110011010110101000001110101000001101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595650; }

 p { color: rgb(89,86,80); }

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

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

 a { background-color: rgb(89,86,80); }

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

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

 span { border-color: rgb(89,86,80); }

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