#526857

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

Shades of Mineral Green #526857

Tints of Mineral Green #526857

Color information

#526857 (or 0x526857) is unknown color: approx Mineral Green. HEX triplet: 52, 68 and 57. RGB value is (82,104,87). Sum of RGB (Red+Green+Blue) = 82+104+87=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #526857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526857 is #AD97A8. Grayscale: #5F5F5F. Windows color (decimal): -11376553 or 5728338. OLE color: 5728338.

HSL color Cylindrical-coordinate representation of color #526857: hue angle of 133.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526857 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB8210487-
CMYK0.2100.160.59
HSL133.64º11.83%36.47%-
HSV(B)133.64º21.15%40.78%-
XYZ10.1512.3810.87-
YUV95.48123.21118.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=30.04%
G=38.10%
B=31.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104870.2100.160.59133.6411.8336.47
Hex526857150103B86c24
Octal12215012725020732061444
Binary10100101101000101011110101010000111011100001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526857; }

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

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

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

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

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

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

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

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