#595752

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

Shades of Masala #595752

Tints of Masala #595752

Color information

#595752 (or 0x595752) is unknown color: approx Masala. HEX triplet: 59, 57 and 52. RGB value is (89,87,82). Sum of RGB (Red+Green+Blue) = 89+87+82=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 89 - color contains mainly: red. Hex color #595752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595752 is #A6A8AD. Grayscale: #575757. Windows color (decimal): -10922158 or 5396313. OLE color: 5396313.

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

Color convert

RGB898782-
CMYK00.020.080.65
HSL42.86º4.09%33.53%-
HSV(B)42.86º7.87%34.9%-
XYZ9.059.559.35-
YUV87.03125.16129.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.50%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=34.50%
G=33.72%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89878200.020.080.6542.864.0933.53
Hex595752028412b422
Octal131127122021010153442
Binary10110011010111101001001010001000001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595752; }

 p { color: rgb(89,87,82); }

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

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

 a { background-color: rgb(89,87,82); }

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

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

 span { border-color: rgb(89,87,82); }

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