#526659

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

Shades of Mineral Green #526659

Tints of Mineral Green #526659

Color information

#526659 (or 0x526659) is unknown color: approx Mineral Green. HEX triplet: 52, 66 and 59. RGB value is (82,102,89). Sum of RGB (Red+Green+Blue) = 82+102+89=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #526659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526659 is #AD99A6. Grayscale: #5E5E5E. Windows color (decimal): -11377063 or 5858898. OLE color: 5858898.

HSL color Cylindrical-coordinate representation of color #526659: hue angle of 141º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526659 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB8210289-
CMYK0.2000.130.6
HSL141º10.87%36.08%-
HSV(B)141º19.61%40%-
XYZ10.0312.0211.24-
YUV94.54124.87119.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=30.04%
G=37.36%
B=32.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82102890.2000.130.614110.8736.08
Hex526659140D3C8db24
Octal12214613124015742151344
Binary1010010110011010110011010001101111100100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526659; }

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

 H1.HeaderClassName
 {
   color: #526659;
 }
 .AnyTagClassName
 {
   color: #526659;
 }
</style>
background-color css

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

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

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

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

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

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