Html Css Color HEX #506E59 Mineral Green

📋 copy color: '#506E59'

red 80 ◦ green 110 ◦ blue 89

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

Shades of Mineral Green #506E59

Tints of Mineral Green #506E59

RGB

 RED value IS 80 (31.64% from 255) = 28.67%

 GREEN value IS 110 (43.36% from 255) = 39.43%

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 28.67%
G = 39.43%
B = 31.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#506E59 (or 0x506E59) is known color: Mineral Green. HEX triplet: 50, 6E and 59. RGB value is (80,110,89). Sum of RGB (Red+Green+Blue) = 80+110+89=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #506E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E59 is #AF91A6. Grayscale: #626262. Windows color (decimal): -11506087 or 5860944. OLE color: 5860944.

HSL color Cylindrical-coordinate representation of color #506E59: hue angle of 138º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506E59 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 110 89 -
CMYK 0.27 0 0.19 0.57
HSL 138º 0.16% 0.37% -
HSV(B) 138º 0.27% 0.43% -
XYZ 10.69 13.58 11.51 -
YUV 98.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 80 110 89 0.27 0 0.19 0.57 138 0.16 0.37
Hex 50 6E 59 1B 0 13 39 8A 10 25
Octal 120 156 131 33 0 23 71 212 20 45
Binary 1010000 1101110 1011001 11011 0 10011 111001 10001010 10000 100101

Color Harmonies of #506E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E59

Black with #506E59

Text Example


Text Example

White with #506E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506E59; }

 p { color: rgb(80,110,89); }

 H1.HeaderClassName
 {
   color: #506E59;
 }
 .AnyTagClassName
 {
   color: #506E59;
 }
</style>

background-color css

<style>
 a { background-color: #506E59; }

 a { background-color: rgb(80,110,89); }

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

border-color css

<style>
 span { border-color: #506E59; }

 span { border-color: rgb(80,110,89); }

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