#506A63

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

Shades of Dark Green Copper #506A63

Tints of Dark Green Copper #506A63

Color information

#506A63 (or 0x506A63) is unknown color: approx Dark Green Copper. HEX triplet: 50, 6A and 63. RGB value is (80,106,99). Sum of RGB (Red+Green+Blue) = 80+106+99=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #506A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A63 is #AF959C. Grayscale: #616161. Windows color (decimal): -11507101 or 6515280. OLE color: 6515280.

HSL color Cylindrical-coordinate representation of color #506A63: hue angle of 163.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A63 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB8010699-
CMYK0.2500.070.58
HSL163.85º13.98%36.47%-
HSV(B)163.85º24.53%41.57%-
XYZ10.7112.9113.73-
YUV97.43128.89115.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 106 (41.80% from 255) = 37.19%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=28.07%
G=37.19%
B=34.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106990.2500.070.58163.8513.9836.47
Hex506A6319073Aa4e24
Octal1201521433107722441644
Binary101000011010101100011110010111111010101001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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