Html Css Color HEX #506154 Mineral Green

📋 copy color: '#506154'

red 80 ◦ green 97 ◦ blue 84

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

Shades of Mineral Green #506154

Tints of Mineral Green #506154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

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

R = 30.65%
G = 37.16%
B = 32.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#506154 (or 0x506154) is known color: Mineral Green. HEX triplet: 50, 61 and 54. RGB value is (80,97,84). Sum of RGB (Red+Green+Blue) = 80+97+84=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #506154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506154 is #AF9EAB. Grayscale: #5A5A5A. Windows color (decimal): -11509420 or 5529936. OLE color: 5529936.

HSL color Cylindrical-coordinate representation of color #506154: hue angle of 134.12º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506154 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 84 -
CMYK 0.18 0 0.13 0.62
HSL 134.12º 0.1% 0.35% -
HSV(B) 134.12º 0.18% 0.38% -
XYZ 9.18 10.89 10.01 -
YUV 90.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 80 97 84 0.18 0 0.13 0.62 134.12 0.1 0.35
Hex 50 61 54 12 0 D 3E 86 A 23
Octal 120 141 124 22 0 15 76 206 12 43
Binary 1010000 1100001 1010100 10010 0 1101 111110 10000110 1010 100011

Color Harmonies of #506154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506154

Black with #506154

Text Example


Text Example

White with #506154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506154; }

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

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

background-color css

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

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

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

border-color css

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

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

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