Html Css Color HEX #507566 Dark Green Copper

📋 copy color: '#507566'

red 80 ◦ green 117 ◦ blue 102

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

Shades of Dark Green Copper #507566

Tints of Dark Green Copper #507566

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 value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#507566 (or 0x507566) is known color: 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

RGB 80 117 102 -
CMYK 0.32 0 0.13 0.54
HSL 155.68º 0.19% 0.39% -
HSV(B) 155.68º 0.32% 0.46% -
XYZ 12.07 15.39 14.9 -
YUV 104.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 80 117 102 0.32 0 0.13 0.54 155.68 0.19 0.39
Hex 50 75 66 20 0 D 36 9C 13 27
Octal 120 165 146 40 0 15 66 234 23 47
Binary 1010000 1110101 1100110 100000 0 1101 110110 10011100 10011 100111

Color Harmonies of #507566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507566

Black with #507566

Text Example


Text Example

White with #507566

Text Example


Text Example

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