#526559

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

Shades of Mineral Green #526559

Tints of Mineral Green #526559

Color information

#526559 (or 0x526559) is unknown color: approx Mineral Green. HEX triplet: 52, 65 and 59. RGB value is (82,101,89). Sum of RGB (Red+Green+Blue) = 82+101+89=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #526559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526559 is #AD9AA6. Grayscale: #5D5D5D. Windows color (decimal): -11377319 or 5858642. OLE color: 5858642.

HSL color Cylindrical-coordinate representation of color #526559: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526559 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB8210189-
CMYK0.1900.120.60
HSL142.11º10.38%35.88%-
HSV(B)142.11º18.81%39.61%-
XYZ9.9411.8211.21-
YUV93.95125.21119.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 89 (35.16% from 255) = 32.72%
R=30.15%
G=37.13%
B=32.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101890.1900.120.60142.1110.3835.88
Hex526559130C3C8ea24
Octal12214513123014742161244
Binary1010010110010110110011001101100111100100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526559; }

 p { color: rgb(82,101,89); }

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

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

 a { background-color: rgb(82,101,89); }

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

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

 span { border-color: rgb(82,101,89); }

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