Html Css Color HEX #506A54 Mineral Green

📋 copy color: '#506A54'

red 80 ◦ green 106 ◦ blue 84

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

Shades of Mineral Green #506A54

Tints of Mineral Green #506A54

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.26%

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

R = 29.63%
G = 39.26%
B = 31.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#506A54 (or 0x506A54) is known color: Mineral Green. HEX triplet: 50, 6A and 54. RGB value is (80,106,84). Sum of RGB (Red+Green+Blue) = 80+106+84=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 106 - color contains mainly: green. Hex color #506A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A54 is #AF95AB. Grayscale: #5F5F5F. Windows color (decimal): -11507116 or 5532240. OLE color: 5532240.

HSL color Cylindrical-coordinate representation of color #506A54: hue angle of 129.23º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A54 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 106 84 -
CMYK 0.25 0 0.21 0.58
HSL 129.23º 0.14% 0.36% -
HSV(B) 129.23º 0.25% 0.42% -
XYZ 10.06 12.65 10.3 -
YUV 95.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 80 106 84 0.25 0 0.21 0.58 129.23 0.14 0.36
Hex 50 6A 54 19 0 15 3A 81 E 24
Octal 120 152 124 31 0 25 72 201 16 44
Binary 1010000 1101010 1010100 11001 0 10101 111010 10000001 1110 100100

Color Harmonies of #506A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A54

Black with #506A54

Text Example


Text Example

White with #506A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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