Html Css Color HEX #526D5A Mineral Green

📋 copy color: '#526D5A'

red 82 ◦ green 109 ◦ blue 90

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

Shades of Mineral Green #526D5A

Tints of Mineral Green #526D5A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.79%

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 29.18%
G = 38.79%
B = 32.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#526D5A (or 0x526D5A) is known color: Mineral Green. HEX triplet: 52, 6D and 5A. RGB value is (82,109,90). Sum of RGB (Red+Green+Blue) = 82+109+90=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 109 - color contains mainly: green. Hex color #526D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D5A is #AD92A5. Grayscale: #626262. Windows color (decimal): -11375270 or 5926226. OLE color: 5926226.

HSL color Cylindrical-coordinate representation of color #526D5A: hue angle of 137.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D5A is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 109 90 -
CMYK 0.25 0 0.17 0.57
HSL 137.78º 0.14% 0.37% -
HSV(B) 137.78º 0.25% 0.43% -
XYZ 10.79 13.47 11.7 -
YUV 98.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 82 109 90 0.25 0 0.17 0.57 137.78 0.14 0.37
Hex 52 6D 5A 19 0 11 39 8A E 25
Octal 122 155 132 31 0 21 71 212 16 45
Binary 1010010 1101101 1011010 11001 0 10001 111001 10001010 1110 100101

Color Harmonies of #526D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D5A

Black with #526D5A

Text Example


Text Example

White with #526D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,90); }

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

background-color css

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

 a { background-color: rgb(82,109,90); }

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

border-color css

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

 span { border-color: rgb(82,109,90); }

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