#506C56

Color #506C56 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #506C56

Tints of Mineral Green #506C56

Color information

#506C56 (or 0x506C56) is unknown color: approx Mineral Green. HEX triplet: 50, 6C and 56. RGB value is (80,108,86). Sum of RGB (Red+Green+Blue) = 80+108+86=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 108 - color contains mainly: green. Hex color #506C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C56 is #AF93A9. Grayscale: #616161. Windows color (decimal): -11506602 or 5663824. OLE color: 5663824.

HSL color Cylindrical-coordinate representation of color #506C56: hue angle of 132.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506C56 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB8010886-
CMYK0.2600.200.58
HSL132.86º14.89%36.86%-
HSV(B)132.86º25.93%42.35%-
XYZ10.3513.110.79-
YUV97.12121.72115.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=29.20%
G=39.42%
B=31.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108860.2600.200.58132.8614.8936.86
Hex506C561A0143A85f25
Octal12015412632024722051745
Binary10100001101100101011011010010100111010100001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,86); }

 H1.HeaderClassName
 {
   color: #506C56;
 }
 .AnyTagClassName
 {
   color: #506C56;
 }
</style>
background-color css

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

 a { background-color: rgb(80,108,86); }

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

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

 span { border-color: rgb(80,108,86); }

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