#595F5E

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

Shades of Mako #595F5E

Tints of Mako #595F5E

Color information

#595F5E (or 0x595F5E) is unknown color: approx Mako. HEX triplet: 59, 5F and 5E. RGB value is (89,95,94). Sum of RGB (Red+Green+Blue) = 89+95+94=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 95 - color contains mainly: green. Hex color #595F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F5E is #A6A0A1. Grayscale: #5D5D5D. Windows color (decimal): -10920098 or 6184793. OLE color: 6184793.

HSL color Cylindrical-coordinate representation of color #595F5E: hue angle of 170º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595F5E is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB899594-
CMYK0.0600.010.63
HSL170º3.26%36.08%-
HSV(B)170º6.32%37.25%-
XYZ10.2311.1212.2-
YUV93.09128.51125.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=32.01%
G=34.17%
B=33.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8995940.0600.010.631703.2636.08
Hex595F5E6013Faa324
Octal13113713660177252344
Binary101100110111111011110110011111111010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595F5E; }

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

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

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

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

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

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

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

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