#525D54

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

Shades of Mineral Green #525D54

Tints of Mineral Green #525D54

Color information

#525D54 (or 0x525D54) is unknown color: approx Mineral Green. HEX triplet: 52, 5D and 54. RGB value is (82,93,84). Sum of RGB (Red+Green+Blue) = 82+93+84=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 93 - color contains mainly: green. Hex color #525D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D54 is #ADA2AB. Grayscale: #585858. Windows color (decimal): -11379372 or 5528914. OLE color: 5528914.

HSL color Cylindrical-coordinate representation of color #525D54: hue angle of 130.91º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #525D54 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB829384-
CMYK0.1200.100.64
HSL130.91º6.29%34.31%-
HSV(B)130.91º11.83%36.47%-
XYZ8.9910.269.89-
YUV88.68125.36123.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=31.66%
G=35.91%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293840.1200.100.64130.916.2934.31
Hex525D54C0A4083622
Octal12213512414012100203642
Binary101001010111011010100110001010100000010000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D54; }

 p { color: rgb(82,93,84); }

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

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

 a { background-color: rgb(82,93,84); }

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

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

 span { border-color: rgb(82,93,84); }

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