Html Css Color HEX #526156 Mineral Green

📋 copy color: '#526156'

red 82 ◦ green 97 ◦ blue 86

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

Shades of Mineral Green #526156

Tints of Mineral Green #526156

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 30.94%
G = 36.6%
B = 32.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#526156 (or 0x526156) is known color: Mineral Green. HEX triplet: 52, 61 and 56. RGB value is (82,97,86). Sum of RGB (Red+Green+Blue) = 82+97+86=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #526156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526156 is #AD9EA9. Grayscale: #5B5B5B. Windows color (decimal): -11378346 or 5661010. OLE color: 5661010.

HSL color Cylindrical-coordinate representation of color #526156: hue angle of 136º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526156 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 86 -
CMYK 0.15 0 0.11 0.62
HSL 136º 0.08% 0.35% -
HSV(B) 136º 0.15% 0.38% -
XYZ 9.43 11.02 10.43 -
YUV 91.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 82 97 86 0.15 0 0.11 0.62 136 0.08 0.35
Hex 52 61 56 F 0 B 3E 88 8 23
Octal 122 141 126 17 0 13 76 210 10 43
Binary 1010010 1100001 1010110 1111 0 1011 111110 10001000 1000 100011

Color Harmonies of #526156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526156

Black with #526156

Text Example


Text Example

White with #526156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526156; }

 p { color: rgb(82,97,86); }

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

background-color css

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

 a { background-color: rgb(82,97,86); }

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

border-color css

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

 span { border-color: rgb(82,97,86); }

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