Html Css Color HEX #527059 Mineral Green

📋 copy color: '#527059'

red 82 ◦ green 112 ◦ blue 89

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

Shades of Mineral Green #527059

Tints of Mineral Green #527059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 89 (35.16% from 255) = 31.45%

R = 28.98%
G = 39.58%
B = 31.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#527059 (or 0x527059) is known color: Mineral Green. HEX triplet: 52, 70 and 59. RGB value is (82,112,89). Sum of RGB (Red+Green+Blue) = 82+112+89=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #527059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527059 is #AD8FA6. Grayscale: #646464. Windows color (decimal): -11374503 or 5861458. OLE color: 5861458.

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

Color convert

RGB 82 112 89 -
CMYK 0.27 0 0.21 0.56
HSL 134º 0.15% 0.38% -
HSV(B) 134º 0.27% 0.44% -
XYZ 11.08 14.1 11.59 -
YUV 100.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 82 112 89 0.27 0 0.21 0.56 134 0.15 0.38
Hex 52 70 59 1B 0 15 38 86 F 26
Octal 122 160 131 33 0 25 70 206 17 46
Binary 1010010 1110000 1011001 11011 0 10101 111000 10000110 1111 100110

Color Harmonies of #527059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527059

Black with #527059

Text Example


Text Example

White with #527059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527059; }

 p { color: rgb(82,112,89); }

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

background-color css

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

 a { background-color: rgb(82,112,89); }

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

border-color css

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

 span { border-color: rgb(82,112,89); }

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