Html Css Color HEX #595D5A Mineral Green

📋 copy color: '#595D5A'

red 89 ◦ green 93 ◦ blue 90

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

Shades of Mineral Green #595D5A

Tints of Mineral Green #595D5A

RGB

 RED value IS 89 (35.16% from 255) = 32.72%

 GREEN value IS 93 (36.72% from 255) = 34.19%

 BLUE value IS 90 (35.55% from 255) = 33.09%

R = 32.72%
G = 34.19%
B = 33.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#595D5A (or 0x595D5A) is known color: Mineral Green. HEX triplet: 59, 5D and 5A. RGB value is (89,93,90). Sum of RGB (Red+Green+Blue) = 89+93+90=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 93 - color contains mainly: green. Hex color #595D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D5A is #A6A2A5. Grayscale: #5B5B5B. Windows color (decimal): -10920614 or 5922137. OLE color: 5922137.

HSL color Cylindrical-coordinate representation of color #595D5A: hue angle of 135º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595D5A is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 93 90 -
CMYK 0.04 0 0.03 0.64
HSL 135º 0.02% 0.36% -
HSV(B) 135º 0.04% 0.36% -
XYZ 9.88 10.69 11.22 -
YUV 91.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 89 93 90 0.04 0 0.03 0.64 135 0.02 0.36
Hex 59 5D 5A 4 0 3 40 87 2 24
Octal 131 135 132 4 0 3 100 207 2 44
Binary 1011001 1011101 1011010 100 0 11 1000000 10000111 10 100100

Color Harmonies of #595D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595D5A

Black with #595D5A

Text Example


Text Example

White with #595D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,93,90); }

 H1.HeaderClassName
 {
   color: #595D5A;
 }
 .AnyTagClassName
 {
   color: #595D5A;
 }
</style>

background-color css

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

 a { background-color: rgb(89,93,90); }

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

border-color css

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

 span { border-color: rgb(89,93,90); }

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