Html Css Color HEX #506054 Mineral Green

📋 copy color: '#506054'

red 80 ◦ green 96 ◦ blue 84

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

Shades of Mineral Green #506054

Tints of Mineral Green #506054

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 30.77%
G = 36.92%
B = 32.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#506054 (or 0x506054) is known color: Mineral Green. HEX triplet: 50, 60 and 54. RGB value is (80,96,84). Sum of RGB (Red+Green+Blue) = 80+96+84=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #506054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506054 is #AF9FAB. Grayscale: #595959. Windows color (decimal): -11509676 or 5529680. OLE color: 5529680.

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

Color convert

RGB 80 96 84 -
CMYK 0.17 0 0.12 0.62
HSL 135º 0.09% 0.35% -
HSV(B) 135º 0.17% 0.38% -
XYZ 9.09 10.71 9.98 -
YUV 89.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 80 96 84 0.17 0 0.12 0.62 135 0.09 0.35
Hex 50 60 54 11 0 C 3E 87 9 23
Octal 120 140 124 21 0 14 76 207 11 43
Binary 1010000 1100000 1010100 10001 0 1100 111110 10000111 1001 100011

Color Harmonies of #506054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506054

Black with #506054

Text Example


Text Example

White with #506054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506054; }

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

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

background-color css

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

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

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

border-color css

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

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

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