Html Css Color HEX #506354 Mineral Green

📋 copy color: '#506354'

red 80 ◦ green 99 ◦ blue 84

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

Shades of Mineral Green #506354

Tints of Mineral Green #506354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

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

R = 30.42%
G = 37.64%
B = 31.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#506354 (or 0x506354) is known color: Mineral Green. HEX triplet: 50, 63 and 54. RGB value is (80,99,84). Sum of RGB (Red+Green+Blue) = 80+99+84=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #506354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506354 is #AF9CAB. Grayscale: #5B5B5B. Windows color (decimal): -11508908 or 5530448. OLE color: 5530448.

HSL color Cylindrical-coordinate representation of color #506354: hue angle of 132.63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506354 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 84 -
CMYK 0.19 0 0.15 0.61
HSL 132.63º 0.11% 0.35% -
HSV(B) 132.63º 0.19% 0.39% -
XYZ 9.37 11.27 10.07 -
YUV 91.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 80 99 84 0.19 0 0.15 0.61 132.63 0.11 0.35
Hex 50 63 54 13 0 F 3D 85 B 23
Octal 120 143 124 23 0 17 75 205 13 43
Binary 1010000 1100011 1010100 10011 0 1111 111101 10000101 1011 100011

Color Harmonies of #506354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506354

Black with #506354

Text Example


Text Example

White with #506354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506354; }

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

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

background-color css

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

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

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

border-color css

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

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

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