Html Css Color HEX #526E58 Mineral Green

📋 copy color: '#526E58'

red 82 ◦ green 110 ◦ blue 88

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

Shades of Mineral Green #526E58

Tints of Mineral Green #526E58

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.29%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 29.29%
G = 39.29%
B = 31.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.2

 K value IS 0.57

RGB Variations

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

Color information

#526E58 (or 0x526E58) is known color: Mineral Green. HEX triplet: 52, 6E and 58. RGB value is (82,110,88). Sum of RGB (Red+Green+Blue) = 82+110+88=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #526E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E58 is #AD91A7. Grayscale: #636363. Windows color (decimal): -11375016 or 5795410. OLE color: 5795410.

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

Color convert

RGB 82 110 88 -
CMYK 0.25 0 0.2 0.57
HSL 132.86º 0.15% 0.38% -
HSV(B) 132.86º 0.25% 0.43% -
XYZ 10.82 13.65 11.3 -
YUV 99.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 82 110 88 0.25 0 0.2 0.57 132.86 0.15 0.38
Hex 52 6E 58 19 0 14 39 85 F 26
Octal 122 156 130 31 0 24 71 205 17 46
Binary 1010010 1101110 1011000 11001 0 10100 111001 10000101 1111 100110

Color Harmonies of #526E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E58

Black with #526E58

Text Example


Text Example

White with #526E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,88); }

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

background-color css

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

 a { background-color: rgb(82,110,88); }

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

border-color css

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

 span { border-color: rgb(82,110,88); }

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