#526255

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

Shades of Mineral Green #526255

Tints of Mineral Green #526255

Color information

#526255 (or 0x526255) is unknown color: approx Mineral Green. HEX triplet: 52, 62 and 55. RGB value is (82,98,85). Sum of RGB (Red+Green+Blue) = 82+98+85=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #526255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526255 is #AD9DAA. Grayscale: #5B5B5B. Windows color (decimal): -11378091 or 5595730. OLE color: 5595730.

HSL color Cylindrical-coordinate representation of color #526255: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #526255 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB829885-
CMYK0.1600.130.62
HSL131.25º8.89%35.29%-
HSV(B)131.25º16.33%38.43%-
XYZ9.4911.1910.25-
YUV91.73124.2121.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 98 (38.67% from 255) = 36.98%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=30.94%
G=36.98%
B=32.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298850.1600.130.62131.258.8935.29
Hex526255100D3E83923
Octal12214212520015762031143
Binary1010010110001010101011000001101111110100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526255; }

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

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

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

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

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

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

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

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