#526F5A

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

Shades of Mineral Green #526F5A

Tints of Mineral Green #526F5A

Color information

#526F5A (or 0x526F5A) is unknown color: approx Mineral Green. HEX triplet: 52, 6F and 5A. RGB value is (82,111,90). Sum of RGB (Red+Green+Blue) = 82+111+90=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #526F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F5A is #AD90A5. Grayscale: #636363. Windows color (decimal): -11374758 or 5926738. OLE color: 5926738.

HSL color Cylindrical-coordinate representation of color #526F5A: hue angle of 136.55º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F5A is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB8211190-
CMYK0.2600.190.56
HSL136.55º15.03%37.84%-
HSV(B)136.55º26.13%43.53%-
XYZ11.0113.911.78-
YUV99.94122.39115.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=28.98%
G=39.22%
B=31.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111900.2600.190.56136.5515.0337.84
Hex526F5A1A0133889f26
Octal12215713232023702111746
Binary10100101101111101101011010010011111000100010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526F5A; }

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

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

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

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

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

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

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

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