Html Css Color HEX #506254 Mineral Green

📋 copy color: '#506254'

red 80 ◦ green 98 ◦ blue 84

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

Shades of Mineral Green #506254

Tints of Mineral Green #506254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.4%

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

R = 30.53%
G = 37.4%
B = 32.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#506254 (or 0x506254) is known color: Mineral Green. HEX triplet: 50, 62 and 54. RGB value is (80,98,84). Sum of RGB (Red+Green+Blue) = 80+98+84=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #506254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506254 is #AF9DAB. Grayscale: #5B5B5B. Windows color (decimal): -11509164 or 5530192. OLE color: 5530192.

HSL color Cylindrical-coordinate representation of color #506254: hue angle of 133.33º 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 #506254 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 84 -
CMYK 0.18 0 0.14 0.62
HSL 133.33º 0.1% 0.35% -
HSV(B) 133.33º 0.18% 0.38% -
XYZ 9.28 11.08 10.04 -
YUV 91.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 80 98 84 0.18 0 0.14 0.62 133.33 0.1 0.35
Hex 50 62 54 12 0 E 3E 85 A 23
Octal 120 142 124 22 0 16 76 205 12 43
Binary 1010000 1100010 1010100 10010 0 1110 111110 10000101 1010 100011

Color Harmonies of #506254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506254

Black with #506254

Text Example


Text Example

White with #506254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506254; }

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

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

background-color css

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

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

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

border-color css

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

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

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