Html Css Color HEX #506954 Mineral Green

📋 copy color: '#506954'

red 80 ◦ green 105 ◦ blue 84

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

Shades of Mineral Green #506954

Tints of Mineral Green #506954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 29.74%
G = 39.03%
B = 31.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#506954 (or 0x506954) is known color: Mineral Green. HEX triplet: 50, 69 and 54. RGB value is (80,105,84). Sum of RGB (Red+Green+Blue) = 80+105+84=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #506954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506954 is #AF96AB. Grayscale: #5F5F5F. Windows color (decimal): -11507372 or 5531984. OLE color: 5531984.

HSL color Cylindrical-coordinate representation of color #506954: hue angle of 129.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 #506954 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 105 84 -
CMYK 0.24 0 0.20 0.59
HSL 129.6º 0.14% 0.36% -
HSV(B) 129.6º 0.24% 0.41% -
XYZ 9.96 12.45 10.27 -
YUV 95.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 80 105 84 0.24 0 0.20 0.59 129.6 0.14 0.36
Hex 50 69 54 18 0 14 3B 82 E 24
Octal 120 151 124 30 0 24 73 202 16 44
Binary 1010000 1101001 1010100 11000 0 10100 111011 10000010 1110 100100

Color Harmonies of #506954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506954

Black with #506954

Text Example


Text Example

White with #506954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506954; }

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

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

background-color css

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

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

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

border-color css

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

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

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