Html Css Color HEX #526959 Mineral Green

📋 copy color: '#526959'

red 82 ◦ green 105 ◦ blue 89

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

Shades of Mineral Green #526959

Tints of Mineral Green #526959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 29.71%
G = 38.04%
B = 32.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#526959 (or 0x526959) is known color: Mineral Green. HEX triplet: 52, 69 and 59. RGB value is (82,105,89). Sum of RGB (Red+Green+Blue) = 82+105+89=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #526959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526959 is #AD96A6. Grayscale: #606060. Windows color (decimal): -11376295 or 5859666. OLE color: 5859666.

HSL color Cylindrical-coordinate representation of color #526959: hue angle of 138.26º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #526959 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 89 -
CMYK 0.22 0 0.15 0.59
HSL 138.26º 0.12% 0.37% -
HSV(B) 138.26º 0.22% 0.41% -
XYZ 10.33 12.62 11.34 -
YUV 96.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 82 105 89 0.22 0 0.15 0.59 138.26 0.12 0.37
Hex 52 69 59 16 0 F 3B 8A C 25
Octal 122 151 131 26 0 17 73 212 14 45
Binary 1010010 1101001 1011001 10110 0 1111 111011 10001010 1100 100101

Color Harmonies of #526959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526959

Black with #526959

Text Example


Text Example

White with #526959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526959; }

 p { color: rgb(82,105,89); }

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

background-color css

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

 a { background-color: rgb(82,105,89); }

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

border-color css

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

 span { border-color: rgb(82,105,89); }

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