#525D55

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

Shades of Mineral Green #525D55

Tints of Mineral Green #525D55

Color information

#525D55 (or 0x525D55) is unknown color: approx Mineral Green. HEX triplet: 52, 5D and 55. RGB value is (82,93,85). Sum of RGB (Red+Green+Blue) = 82+93+85=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 93 - color contains mainly: green. Hex color #525D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525D55 is #ADA2AA. Grayscale: #585858. Windows color (decimal): -11379371 or 5594450. OLE color: 5594450.

HSL color Cylindrical-coordinate representation of color #525D55: hue angle of 136.36º 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 #525D55 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB829385-
CMYK0.1200.090.64
HSL136.36º6.29%34.31%-
HSV(B)136.36º11.83%36.47%-
XYZ9.0310.2810.1-
YUV88.8125.86123.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=31.54%
G=35.77%
B=32.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8293850.1200.090.64136.366.2934.31
Hex525D55C094088622
Octal12213512514011100210642
Binary101001010111011010101110001001100000010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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