Html Css Color HEX #526859 Mineral Green

📋 copy color: '#526859'

red 82 ◦ green 104 ◦ blue 89

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

Shades of Mineral Green #526859

Tints of Mineral Green #526859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 29.82%
G = 37.82%
B = 32.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#526859 (or 0x526859) is known color: Mineral Green. HEX triplet: 52, 68 and 59. RGB value is (82,104,89). Sum of RGB (Red+Green+Blue) = 82+104+89=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #526859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526859 is #AD97A6. Grayscale: #5F5F5F. Windows color (decimal): -11376551 or 5859410. OLE color: 5859410.

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

Color convert

RGB 82 104 89 -
CMYK 0.21 0 0.14 0.59
HSL 139.09º 0.12% 0.36% -
HSV(B) 139.09º 0.21% 0.41% -
XYZ 10.23 12.42 11.31 -
YUV 95.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 82 104 89 0.21 0 0.14 0.59 139.09 0.12 0.36
Hex 52 68 59 15 0 E 3B 8B C 24
Octal 122 150 131 25 0 16 73 213 14 44
Binary 1010010 1101000 1011001 10101 0 1110 111011 10001011 1100 100100

Color Harmonies of #526859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526859

Black with #526859

Text Example


Text Example

White with #526859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526859; }

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

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

background-color css

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

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

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

border-color css

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

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

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