Html Css Color HEX #526C57 Mineral Green

📋 copy color: '#526C57'

red 82 ◦ green 108 ◦ blue 87

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

Shades of Mineral Green #526C57

Tints of Mineral Green #526C57

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.99%

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

R = 29.6%
G = 38.99%
B = 31.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#526C57 (or 0x526C57) is known color: Mineral Green. HEX triplet: 52, 6C and 57. RGB value is (82,108,87). Sum of RGB (Red+Green+Blue) = 82+108+87=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #526C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C57 is #AD93A8. Grayscale: #616161. Windows color (decimal): -11375529 or 5729362. OLE color: 5729362.

HSL color Cylindrical-coordinate representation of color #526C57: hue angle of 131.54º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #526C57 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 87 -
CMYK 0.24 0 0.19 0.58
HSL 131.54º 0.14% 0.37% -
HSV(B) 131.54º 0.24% 0.42% -
XYZ 10.56 13.21 11.01 -
YUV 97.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 82 108 87 0.24 0 0.19 0.58 131.54 0.14 0.37
Hex 52 6C 57 18 0 13 3A 84 E 25
Octal 122 154 127 30 0 23 72 204 16 45
Binary 1010010 1101100 1010111 11000 0 10011 111010 10000100 1110 100101

Color Harmonies of #526C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C57

Black with #526C57

Text Example


Text Example

White with #526C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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