Html Css Color HEX #527569 Dark Green Copper

📋 copy color: '#527569'

red 82 ◦ green 117 ◦ blue 105

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

Shades of Dark Green Copper #527569

Tints of Dark Green Copper #527569

RGB

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

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

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

R = 26.97%
G = 38.49%
B = 34.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#527569 (or 0x527569) is known color: Dark Green Copper. HEX triplet: 52, 75 and 69. RGB value is (82,117,105). Sum of RGB (Red+Green+Blue) = 82+117+105=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #527569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527569 is #AD8A96. Grayscale: #696969. Windows color (decimal): -11373207 or 6911314. OLE color: 6911314.

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

Color convert

RGB 82 117 105 -
CMYK 0.30 0 0.10 0.54
HSL 159.43º 0.18% 0.39% -
HSV(B) 159.43º 0.3% 0.46% -
XYZ 12.39 15.54 15.71 -
YUV 105.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 82 117 105 0.30 0 0.10 0.54 159.43 0.18 0.39
Hex 52 75 69 1E 0 A 36 9F 12 27
Octal 122 165 151 36 0 12 66 237 22 47
Binary 1010010 1110101 1101001 11110 0 1010 110110 10011111 10010 100111

Color Harmonies of #527569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527569

Black with #527569

Text Example


Text Example

White with #527569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527569; }

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

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

background-color css

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

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

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

border-color css

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

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

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