#525C54

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

Shades of Mineral Green #525C54

Tints of Mineral Green #525C54

Color information

#525C54 (or 0x525C54) is unknown color: approx Mineral Green. HEX triplet: 52, 5C and 54. RGB value is (82,92,84). Sum of RGB (Red+Green+Blue) = 82+92+84=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #525C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525C54 is #ADA3AB. Grayscale: #585858. Windows color (decimal): -11379628 or 5528658. OLE color: 5528658.

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

Color convert

RGB829284-
CMYK0.1100.090.64
HSL132º5.75%34.12%-
HSV(B)132º10.87%36.08%-
XYZ8.9110.099.87-
YUV88.1125.69123.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=31.78%
G=35.66%
B=32.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8292840.1100.090.641325.7534.12
Hex525C54B094084622
Octal12213412413011100204642
Binary101001010111001010100101101001100000010000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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