#526A5B

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

Shades of Mineral Green #526A5B

Tints of Mineral Green #526A5B

Color information

#526A5B (or 0x526A5B) is unknown color: approx Mineral Green. HEX triplet: 52, 6A and 5B. RGB value is (82,106,91). Sum of RGB (Red+Green+Blue) = 82+106+91=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #526A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A5B is #AD95A4. Grayscale: #616161. Windows color (decimal): -11376037 or 5990994. OLE color: 5990994.

HSL color Cylindrical-coordinate representation of color #526A5B: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A5B is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8210691-
CMYK0.2300.140.58
HSL142.5º12.77%36.86%-
HSV(B)142.5º22.64%41.57%-
XYZ10.5212.8611.82-
YUV97.11124.55117.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=29.39%
G=37.99%
B=32.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106910.2300.140.58142.512.7736.86
Hex526A5B170E3A8ed25
Octal12215213327016722161545
Binary1010010110101010110111011101110111010100011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A5B; }

 p { color: rgb(82,106,91); }

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

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

 a { background-color: rgb(82,106,91); }

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

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

 span { border-color: rgb(82,106,91); }

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