Html Css Color HEX #506C56 Mineral Green

📋 copy color: '#506C56'

red 80 ◦ green 108 ◦ blue 86

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

Shades of Mineral Green #506C56

Tints of Mineral Green #506C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

 BLUE value IS 86 (33.98% from 255) = 31.39%

R = 29.2%
G = 39.42%
B = 31.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#506C56 (or 0x506C56) is known color: 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

RGB 80 108 86 -
CMYK 0.26 0 0.20 0.58
HSL 132.86º 0.15% 0.37% -
HSV(B) 132.86º 0.26% 0.42% -
XYZ 10.35 13.1 10.79 -
YUV 97.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 80 108 86 0.26 0 0.20 0.58 132.86 0.15 0.37
Hex 50 6C 56 1A 0 14 3A 85 F 25
Octal 120 154 126 32 0 24 72 205 17 45
Binary 1010000 1101100 1010110 11010 0 10100 111010 10000101 1111 100101

Color Harmonies of #506C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C56

Black with #506C56

Text Example


Text Example

White with #506C56

Text Example


Text Example

HTML Codes & Css Web 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>