Html Css Color HEX #507569 Dark Green Copper

📋 copy color: '#507569'

red 80 ◦ green 117 ◦ blue 105

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

Shades of Dark Green Copper #507569

Tints of Dark Green Copper #507569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 26.49%
G = 38.74%
B = 34.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#507569 (or 0x507569) is known color: Dark Green Copper. HEX triplet: 50, 75 and 69. RGB value is (80,117,105). Sum of RGB (Red+Green+Blue) = 80+117+105=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #507569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507569 is #AF8A96. Grayscale: #686868. Windows color (decimal): -11504279 or 6911312. OLE color: 6911312.

HSL color Cylindrical-coordinate representation of color #507569: hue angle of 160.54º 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 #507569 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 105 -
CMYK 0.32 0 0.10 0.54
HSL 160.54º 0.19% 0.39% -
HSV(B) 160.54º 0.32% 0.46% -
XYZ 12.22 15.45 15.7 -
YUV 104.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 80 117 105 0.32 0 0.10 0.54 160.54 0.19 0.39
Hex 50 75 69 20 0 A 36 A1 13 27
Octal 120 165 151 40 0 12 66 241 23 47
Binary 1010000 1110101 1101001 100000 0 1010 110110 10100001 10011 100111

Color Harmonies of #507569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507569

Black with #507569

Text Example


Text Example

White with #507569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507569; }

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

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

background-color css

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

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

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

border-color css

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

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

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