Html Css Color HEX #506D63 Dark Green Copper

📋 copy color: '#506D63'

red 80 ◦ green 109 ◦ blue 99

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

Shades of Dark Green Copper #506D63

Tints of Dark Green Copper #506D63

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

 BLUE value IS 99 (39.06% from 255) = 34.38%

R = 27.78%
G = 37.85%
B = 34.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#506D63 (or 0x506D63) is known color: Dark Green Copper. HEX triplet: 50, 6D and 63. RGB value is (80,109,99). Sum of RGB (Red+Green+Blue) = 80+109+99=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #506D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D63 is #AF929C. Grayscale: #636363. Windows color (decimal): -11506333 or 6516048. OLE color: 6516048.

HSL color Cylindrical-coordinate representation of color #506D63: hue angle of 159.31º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D63 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 99 -
CMYK 0.27 0 0.09 0.57
HSL 159.31º 0.15% 0.37% -
HSV(B) 159.31º 0.27% 0.43% -
XYZ 11.03 13.54 13.84 -
YUV 99.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 80 109 99 0.27 0 0.09 0.57 159.31 0.15 0.37
Hex 50 6D 63 1B 0 9 39 9F F 25
Octal 120 155 143 33 0 11 71 237 17 45
Binary 1010000 1101101 1100011 11011 0 1001 111001 10011111 1111 100101

Color Harmonies of #506D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D63

Black with #506D63

Text Example


Text Example

White with #506D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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