#526B5B

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

Shades of Mineral Green #526B5B

Tints of Mineral Green #526B5B

Color information

#526B5B (or 0x526B5B) is unknown color: approx Mineral Green. HEX triplet: 52, 6B and 5B. RGB value is (82,107,91). Sum of RGB (Red+Green+Blue) = 82+107+91=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #526B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B5B is #AD94A4. Grayscale: #616161. Windows color (decimal): -11375781 or 5991250. OLE color: 5991250.

HSL color Cylindrical-coordinate representation of color #526B5B: hue angle of 141.6º 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 #526B5B is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB8210791-
CMYK0.2300.150.58
HSL141.6º13.23%37.06%-
HSV(B)141.6º23.36%41.96%-
XYZ10.6313.0611.86-
YUV97.7124.22116.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=29.29%
G=38.21%
B=32.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107910.2300.150.58141.613.2337.06
Hex526B5B170F3A8ed25
Octal12215313327017722161545
Binary1010010110101110110111011101111111010100011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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