#526457

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

Shades of Mineral Green #526457

Tints of Mineral Green #526457

Color information

#526457 (or 0x526457) is unknown color: approx Mineral Green. HEX triplet: 52, 64 and 57. RGB value is (82,100,87). Sum of RGB (Red+Green+Blue) = 82+100+87=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #526457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526457 is #AD9BA8. Grayscale: #5D5D5D. Windows color (decimal): -11377577 or 5727314. OLE color: 5727314.

HSL color Cylindrical-coordinate representation of color #526457: hue angle of 136.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #526457 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB8210087-
CMYK0.1800.130.61
HSL136.67º9.89%35.69%-
HSV(B)136.67º18%39.22%-
XYZ9.7611.610.74-
YUV93.14124.54120.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 87 (34.38% from 255) = 32.34%
R=30.48%
G=37.17%
B=32.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100870.1800.130.61136.679.8935.69
Hex526457120D3D89a24
Octal12214412722015752111244
Binary1010010110010010101111001001101111101100010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526457; }

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

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

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

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

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

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

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

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