Html Css Color HEX #526659 Mineral Green

📋 copy color: '#526659'

red 82 ◦ green 102 ◦ blue 89

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

Shades of Mineral Green #526659

Tints of Mineral Green #526659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

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

R = 30.04%
G = 37.36%
B = 32.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#526659 (or 0x526659) is known color: Mineral Green. HEX triplet: 52, 66 and 59. RGB value is (82,102,89). Sum of RGB (Red+Green+Blue) = 82+102+89=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #526659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526659 is #AD99A6. Grayscale: #5E5E5E. Windows color (decimal): -11377063 or 5858898. OLE color: 5858898.

HSL color Cylindrical-coordinate representation of color #526659: hue angle of 141º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526659 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 89 -
CMYK 0.20 0 0.13 0.6
HSL 141º 0.11% 0.36% -
HSV(B) 141º 0.2% 0.4% -
XYZ 10.03 12.02 11.24 -
YUV 94.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 82 102 89 0.20 0 0.13 0.6 141 0.11 0.36
Hex 52 66 59 14 0 D 3C 8D B 24
Octal 122 146 131 24 0 15 74 215 13 44
Binary 1010010 1100110 1011001 10100 0 1101 111100 10001101 1011 100100

Color Harmonies of #526659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526659

Black with #526659

Text Example


Text Example

White with #526659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526659; }

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

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

background-color css

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

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

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

border-color css

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

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

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