Html Css Color HEX #506959 Mineral Green

📋 copy color: '#506959'

red 80 ◦ green 105 ◦ blue 89

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

Shades of Mineral Green #506959

Tints of Mineral Green #506959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

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

R = 29.2%
G = 38.32%
B = 32.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#506959 (or 0x506959) is known color: Mineral Green. HEX triplet: 50, 69 and 59. RGB value is (80,105,89). Sum of RGB (Red+Green+Blue) = 80+105+89=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #506959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506959 is #AF96A6. Grayscale: #5F5F5F. Windows color (decimal): -11507367 or 5859664. OLE color: 5859664.

HSL color Cylindrical-coordinate representation of color #506959: hue angle of 141.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #506959 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 89 -
CMYK 0.24 0 0.15 0.59
HSL 141.6º 0.14% 0.36% -
HSV(B) 141.6º 0.24% 0.41% -
XYZ 10.16 12.53 11.33 -
YUV 95.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 80 105 89 0.24 0 0.15 0.59 141.6 0.14 0.36
Hex 50 69 59 18 0 F 3B 8E E 24
Octal 120 151 131 30 0 17 73 216 16 44
Binary 1010000 1101001 1011001 11000 0 1111 111011 10001110 1110 100100

Color Harmonies of #506959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506959

Black with #506959

Text Example


Text Example

White with #506959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506959; }

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

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

background-color css

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

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

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

border-color css

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

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

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