#527059

Color #527059 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #527059

Tints of Mineral Green #527059

Color information

#527059 (or 0x527059) is unknown color: approx 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

RGB8211289-
CMYK0.2700.210.56
HSL134º15.46%38.04%-
HSV(B)134º26.79%43.92%-
XYZ11.0814.111.59-
YUV100.41121.56114.87-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112890.2700.210.5613415.4638.04
Hex5270591B0153886f26
Octal12216013133025702061746
Binary10100101110000101100111011010101111000100001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>