#507566

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

Shades of Dark Green Copper #507566

Tints of Dark Green Copper #507566

Color information

#507566 (or 0x507566) is unknown color: approx Dark Green Copper. HEX triplet: 50, 75 and 66. RGB value is (80,117,102). Sum of RGB (Red+Green+Blue) = 80+117+102=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #507566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507566 is #AF8A99. Grayscale: #686868. Windows color (decimal): -11504282 or 6714704. OLE color: 6714704.

HSL color Cylindrical-coordinate representation of color #507566: hue angle of 155.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507566 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB80117102-
CMYK0.3200.130.54
HSL155.68º18.78%38.63%-
HSV(B)155.68º31.62%45.88%-
XYZ12.0715.3914.9-
YUV104.23126.74110.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=26.76%
G=39.13%
B=34.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801171020.3200.130.54155.6818.7838.63
Hex507566200D369c1327
Octal12016514640015662342347
Binary101000011101011100110100000011011101101001110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507566; }

 p { color: rgb(80,117,102); }

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

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

 a { background-color: rgb(80,117,102); }

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

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

 span { border-color: rgb(80,117,102); }

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