Html Css Color HEX #595F5E Mako

📋 copy color: '#595F5E'

red 89 ◦ green 95 ◦ blue 94

#595F5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mako #595F5E

Tints of Mako #595F5E

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 value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#595F5E (or 0x595F5E) is known color: 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

RGB 89 95 94 -
CMYK 0.06 0 0.01 0.63
HSL 170º 0.03% 0.36% -
HSV(B) 170º 0.06% 0.37% -
XYZ 10.23 11.12 12.2 -
YUV 93.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 89 95 94 0.06 0 0.01 0.63 170 0.03 0.36
Hex 59 5F 5E 6 0 1 3F AA 3 24
Octal 131 137 136 6 0 1 77 252 3 44
Binary 1011001 1011111 1011110 110 0 1 111111 10101010 11 100100

Color Harmonies of #595F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F5E

Black with #595F5E

Text Example


Text Example

White with #595F5E

Text Example


Text Example

HTML Codes & Css Web 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>