Html Css Color HEX #526C56 Mineral Green

📋 copy color: '#526C56'

red 82 ◦ green 108 ◦ blue 86

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

Shades of Mineral Green #526C56

Tints of Mineral Green #526C56

RGB

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

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

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

R = 29.71%
G = 39.13%
B = 31.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#526C56 (or 0x526C56) is known color: Mineral Green. HEX triplet: 52, 6C and 56. RGB value is (82,108,86). Sum of RGB (Red+Green+Blue) = 82+108+86=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #526C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C56 is #AD93A9. Grayscale: #616161. Windows color (decimal): -11375530 or 5663826. OLE color: 5663826.

HSL color Cylindrical-coordinate representation of color #526C56: hue angle of 129.23º 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 #526C56 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 86 -
CMYK 0.24 0 0.20 0.58
HSL 129.23º 0.14% 0.37% -
HSV(B) 129.23º 0.24% 0.42% -
XYZ 10.52 13.19 10.8 -
YUV 97.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 82 108 86 0.24 0 0.20 0.58 129.23 0.14 0.37
Hex 52 6C 56 18 0 14 3A 81 E 25
Octal 122 154 126 30 0 24 72 201 16 45
Binary 1010010 1101100 1010110 11000 0 10100 111010 10000001 1110 100101

Color Harmonies of #526C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C56

Black with #526C56

Text Example


Text Example

White with #526C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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