Html Css Color HEX #517569 Dark Green Copper

📋 copy color: '#517569'

red 81 ◦ green 117 ◦ blue 105

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

Shades of Dark Green Copper #517569

Tints of Dark Green Copper #517569

RGB

 RED value IS 81 (32.03% from 255) = 26.73%

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

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

R = 26.73%
G = 38.61%
B = 34.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#517569 (or 0x517569) is known color: Dark Green Copper. HEX triplet: 51, 75 and 69. RGB value is (81,117,105). Sum of RGB (Red+Green+Blue) = 81+117+105=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #517569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517569 is #AE8A96. Grayscale: #686868. Windows color (decimal): -11438743 or 6911313. OLE color: 6911313.

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

Color convert

RGB 81 117 105 -
CMYK 0.31 0 0.10 0.54
HSL 160º 0.18% 0.39% -
HSV(B) 160º 0.31% 0.46% -
XYZ 12.3 15.49 15.71 -
YUV 104.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 81 117 105 0.31 0 0.10 0.54 160 0.18 0.39
Hex 51 75 69 1F 0 A 36 A0 12 27
Octal 121 165 151 37 0 12 66 240 22 47
Binary 1010001 1110101 1101001 11111 0 1010 110110 10100000 10010 100111

Color Harmonies of #517569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517569

Black with #517569

Text Example


Text Example

White with #517569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517569; }

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

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

background-color css

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

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

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

border-color css

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

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

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