Html Css Color HEX #526E57 Mineral Green

📋 copy color: '#526E57'

red 82 ◦ green 110 ◦ blue 87

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

Shades of Mineral Green #526E57

Tints of Mineral Green #526E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 29.39%
G = 39.43%
B = 31.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#526E57 (or 0x526E57) is known color: Mineral Green. HEX triplet: 52, 6E and 57. RGB value is (82,110,87). Sum of RGB (Red+Green+Blue) = 82+110+87=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #526E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E57 is #AD91A8. Grayscale: #636363. Windows color (decimal): -11375017 or 5729874. OLE color: 5729874.

HSL color Cylindrical-coordinate representation of color #526E57: hue angle of 130.71º 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 #526E57 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 110 87 -
CMYK 0.25 0 0.21 0.57
HSL 130.71º 0.15% 0.38% -
HSV(B) 130.71º 0.25% 0.43% -
XYZ 10.78 13.63 11.08 -
YUV 99.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 82 110 87 0.25 0 0.21 0.57 130.71 0.15 0.38
Hex 52 6E 57 19 0 15 39 83 F 26
Octal 122 156 127 31 0 25 71 203 17 46
Binary 1010010 1101110 1010111 11001 0 10101 111001 10000011 1111 100110

Color Harmonies of #526E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E57

Black with #526E57

Text Example


Text Example

White with #526E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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