Html Css Color HEX #526257 Mineral Green

📋 copy color: '#526257'

red 82 ◦ green 98 ◦ blue 87

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

Shades of Mineral Green #526257

Tints of Mineral Green #526257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.7%

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

R = 30.71%
G = 36.7%
B = 32.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#526257 (or 0x526257) is known color: Mineral Green. HEX triplet: 52, 62 and 57. RGB value is (82,98,87). Sum of RGB (Red+Green+Blue) = 82+98+87=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #526257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526257 is #AD9DA8. Grayscale: #5B5B5B. Windows color (decimal): -11378089 or 5726802. OLE color: 5726802.

HSL color Cylindrical-coordinate representation of color #526257: hue angle of 138.75º 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 #526257 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 87 -
CMYK 0.16 0 0.11 0.62
HSL 138.75º 0.09% 0.35% -
HSV(B) 138.75º 0.16% 0.38% -
XYZ 9.57 11.22 10.68 -
YUV 91.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 82 98 87 0.16 0 0.11 0.62 138.75 0.09 0.35
Hex 52 62 57 10 0 B 3E 8B 9 23
Octal 122 142 127 20 0 13 76 213 11 43
Binary 1010010 1100010 1010111 10000 0 1011 111110 10001011 1001 100011

Color Harmonies of #526257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526257

Black with #526257

Text Example


Text Example

White with #526257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526257; }

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

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

background-color css

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

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

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

border-color css

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

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

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