Html Css Color HEX #527166 Dark Green Copper

📋 copy color: '#527166'

red 82 ◦ green 113 ◦ blue 102

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

Shades of Dark Green Copper #527166

Tints of Dark Green Copper #527166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 27.61%
G = 38.05%
B = 34.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#527166 (or 0x527166) is known color: Dark Green Copper. HEX triplet: 52, 71 and 66. RGB value is (82,113,102). Sum of RGB (Red+Green+Blue) = 82+113+102=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #527166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527166 is #AD8E99. Grayscale: #666666. Windows color (decimal): -11374234 or 6713682. OLE color: 6713682.

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

Color convert

RGB 82 113 102 -
CMYK 0.27 0 0.10 0.56
HSL 158.71º 0.16% 0.38% -
HSV(B) 158.71º 0.27% 0.44% -
XYZ 11.78 14.56 14.76 -
YUV 102.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 82 113 102 0.27 0 0.10 0.56 158.71 0.16 0.38
Hex 52 71 66 1B 0 A 38 9F 10 26
Octal 122 161 146 33 0 12 70 237 20 46
Binary 1010010 1110001 1100110 11011 0 1010 111000 10011111 10000 100110

Color Harmonies of #527166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527166

Black with #527166

Text Example


Text Example

White with #527166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527166; }

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

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

background-color css

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

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

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

border-color css

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

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

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