Html Css Color HEX #527169 Dark Green Copper

📋 copy color: '#527169'

red 82 ◦ green 113 ◦ blue 105

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

Shades of Dark Green Copper #527169

Tints of Dark Green Copper #527169

RGB

 RED value IS 82 (32.42% from 255) = 27.33%

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 27.33%
G = 37.67%
B = 35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#527169 (or 0x527169) is known color: Dark Green Copper. HEX triplet: 52, 71 and 69. RGB value is (82,113,105). Sum of RGB (Red+Green+Blue) = 82+113+105=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #527169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527169 is #AD8E96. Grayscale: #666666. Windows color (decimal): -11374231 or 6910290. OLE color: 6910290.

HSL color Cylindrical-coordinate representation of color #527169: hue angle of 164.52º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527169 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 105 -
CMYK 0.27 0 0.07 0.56
HSL 164.52º 0.16% 0.38% -
HSV(B) 164.52º 0.27% 0.44% -
XYZ 11.93 14.62 15.56 -
YUV 102.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 82 113 105 0.27 0 0.07 0.56 164.52 0.16 0.38
Hex 52 71 69 1B 0 7 38 A5 10 26
Octal 122 161 151 33 0 7 70 245 20 46
Binary 1010010 1110001 1101001 11011 0 111 111000 10100101 10000 100110

Color Harmonies of #527169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527169

Black with #527169

Text Example


Text Example

White with #527169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527169; }

 p { color: rgb(82,113,105); }

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

background-color css

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

 a { background-color: rgb(82,113,105); }

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

border-color css

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

 span { border-color: rgb(82,113,105); }

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