Html Css Color HEX #526559 Mineral Green

📋 copy color: '#526559'

red 82 ◦ green 101 ◦ blue 89

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

Shades of Mineral Green #526559

Tints of Mineral Green #526559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.13%

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

R = 30.15%
G = 37.13%
B = 32.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#526559 (or 0x526559) is known color: Mineral Green. HEX triplet: 52, 65 and 59. RGB value is (82,101,89). Sum of RGB (Red+Green+Blue) = 82+101+89=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #526559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526559 is #AD9AA6. Grayscale: #5D5D5D. Windows color (decimal): -11377319 or 5858642. OLE color: 5858642.

HSL color Cylindrical-coordinate representation of color #526559: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #526559 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 89 -
CMYK 0.19 0 0.12 0.60
HSL 142.11º 0.1% 0.36% -
HSV(B) 142.11º 0.19% 0.4% -
XYZ 9.94 11.82 11.21 -
YUV 93.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 82 101 89 0.19 0 0.12 0.60 142.11 0.1 0.36
Hex 52 65 59 13 0 C 3C 8E A 24
Octal 122 145 131 23 0 14 74 216 12 44
Binary 1010010 1100101 1011001 10011 0 1100 111100 10001110 1010 100100

Color Harmonies of #526559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526559

Black with #526559

Text Example


Text Example

White with #526559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526559; }

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

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

background-color css

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

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

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

border-color css

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

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

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