#526557

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

Shades of Mineral Green #526557

Tints of Mineral Green #526557

Color information

#526557 (or 0x526557) is unknown color: approx Mineral Green. HEX triplet: 52, 65 and 57. RGB value is (82,101,87). Sum of RGB (Red+Green+Blue) = 82+101+87=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #526557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526557 is #AD9AA8. Grayscale: #5D5D5D. Windows color (decimal): -11377321 or 5727570. OLE color: 5727570.

HSL color Cylindrical-coordinate representation of color #526557: hue angle of 135.79º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526557 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB8210187-
CMYK0.1900.140.60
HSL135.79º10.38%35.88%-
HSV(B)135.79º18.81%39.61%-
XYZ9.8511.7910.77-
YUV93.72124.21119.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 87 (34.38% from 255) = 32.22%
R=30.37%
G=37.41%
B=32.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101870.1900.140.60135.7910.3835.88
Hex526557130E3C88a24
Octal12214512723016742101244
Binary1010010110010110101111001101110111100100010001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526557; }

 p { color: rgb(82,101,87); }

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

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

 a { background-color: rgb(82,101,87); }

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

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

 span { border-color: rgb(82,101,87); }

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