#5F594E

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

Shades of Masala #5F594E

Tints of Masala #5F594E

Color information

#5F594E (or 0x5F594E) is unknown color: approx Masala. HEX triplet: 5F, 59 and 4E. RGB value is (95,89,78). Sum of RGB (Red+Green+Blue) = 95+89+78=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 95 - color contains mainly: red. Hex color #5F594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F594E is #A0A6B1. Grayscale: #595959. Windows color (decimal): -10528434 or 5134687. OLE color: 5134687.

HSL color Cylindrical-coordinate representation of color #5F594E: hue angle of 38.82º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F594E is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB958978-
CMYK00.060.180.63
HSL38.82º9.83%33.92%-
HSV(B)38.82º17.89%37.25%-
XYZ9.6710.138.65-
YUV89.54121.49131.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=36.26%
G=33.97%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95897800.060.180.6338.829.8333.92
Hex5F594E06123F27a22
Octal137131116062277471242
Binary1011111101100110011100110100101111111001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F594E; }

 p { color: rgb(95,89,78); }

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

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

 a { background-color: rgb(95,89,78); }

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

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

 span { border-color: rgb(95,89,78); }

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