#525A54

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

Shades of Mineral Green #525A54

Tints of Mineral Green #525A54

Color information

#525A54 (or 0x525A54) is unknown color: approx Mineral Green. HEX triplet: 52, 5A and 54. RGB value is (82,90,84). Sum of RGB (Red+Green+Blue) = 82+90+84=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #525A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A54 is #ADA5AB. Grayscale: #565656. Windows color (decimal): -11380140 or 5528146. OLE color: 5528146.

HSL color Cylindrical-coordinate representation of color #525A54: hue angle of 135º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #525A54 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB829084-
CMYK0.0900.070.65
HSL135º4.65%33.73%-
HSV(B)135º8.89%35.29%-
XYZ8.749.759.81-
YUV86.92126.35124.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=32.03%
G=35.16%
B=32.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8290840.0900.070.651354.6533.73
Hex525A549074187522
Octal1221321241107101207542
Binary10100101011010101010010010111100000110000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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