Html Css Color HEX #526E59 Mineral Green

📋 copy color: '#526E59'

red 82 ◦ green 110 ◦ blue 89

#526E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #526E59

Tints of Mineral Green #526E59

RGB

 RED value IS 82 (32.42% from 255) = 29.18%

 GREEN value IS 110 (43.36% from 255) = 39.15%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 29.18%
G = 39.15%
B = 31.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#526E59 (or 0x526E59) is known color: Mineral Green. HEX triplet: 52, 6E and 59. RGB value is (82,110,89). Sum of RGB (Red+Green+Blue) = 82+110+89=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #526E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E59 is #AD91A6. Grayscale: #636363. Windows color (decimal): -11375015 or 5860946. OLE color: 5860946.

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

Color convert

RGB 82 110 89 -
CMYK 0.25 0 0.19 0.57
HSL 135º 0.15% 0.38% -
HSV(B) 135º 0.25% 0.43% -
XYZ 10.86 13.67 11.52 -
YUV 99.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 82 110 89 0.25 0 0.19 0.57 135 0.15 0.38
Hex 52 6E 59 19 0 13 39 87 F 26
Octal 122 156 131 31 0 23 71 207 17 46
Binary 1010010 1101110 1011001 11001 0 10011 111001 10000111 1111 100110

Color Harmonies of #526E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E59

Black with #526E59

Text Example


Text Example

White with #526E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #526E59;
 }
 .AnyTagClassName
 {
   color: #526E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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