Html Css Color HEX #59655B Mineral Green

📋 copy color: '#59655B'

red 89 ◦ green 101 ◦ blue 91

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

Shades of Mineral Green #59655B

Tints of Mineral Green #59655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 91 (35.94% from 255) = 32.38%

R = 31.67%
G = 35.94%
B = 32.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#59655B (or 0x59655B) is known color: Mineral Green. HEX triplet: 59, 65 and 5B. RGB value is (89,101,91). Sum of RGB (Red+Green+Blue) = 89+101+91=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #59655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59655B is #A69AA4. Grayscale: #606060. Windows color (decimal): -10918565 or 5989721. OLE color: 5989721.

HSL color Cylindrical-coordinate representation of color #59655B: hue angle of 130º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59655B is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 91 -
CMYK 0.12 0 0.10 0.60
HSL 130º 0.06% 0.37% -
HSV(B) 130º 0.12% 0.4% -
XYZ 10.66 12.19 11.69 -
YUV 96.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 89 101 91 0.12 0 0.10 0.60 130 0.06 0.37
Hex 59 65 5B C 0 A 3C 82 6 25
Octal 131 145 133 14 0 12 74 202 6 45
Binary 1011001 1100101 1011011 1100 0 1010 111100 10000010 110 100101

Color Harmonies of #59655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59655B

Black with #59655B

Text Example


Text Example

White with #59655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59655B; }

 p { color: rgb(89,101,91); }

 H1.HeaderClassName
 {
   color: #59655B;
 }
 .AnyTagClassName
 {
   color: #59655B;
 }
</style>

background-color css

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

 a { background-color: rgb(89,101,91); }

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

border-color css

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

 span { border-color: rgb(89,101,91); }

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