Html Css Color HEX #526F58 Mineral Green

📋 copy color: '#526F58'

red 82 ◦ green 111 ◦ blue 88

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

Shades of Mineral Green #526F58

Tints of Mineral Green #526F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.5%

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

R = 29.18%
G = 39.5%
B = 31.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#526F58 (or 0x526F58) is known color: Mineral Green. HEX triplet: 52, 6F and 58. RGB value is (82,111,88). Sum of RGB (Red+Green+Blue) = 82+111+88=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #526F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F58 is #AD90A7. Grayscale: #636363. Windows color (decimal): -11374760 or 5795666. OLE color: 5795666.

HSL color Cylindrical-coordinate representation of color #526F58: hue angle of 132.41º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F58 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 88 -
CMYK 0.26 0 0.21 0.56
HSL 132.41º 0.15% 0.38% -
HSV(B) 132.41º 0.26% 0.44% -
XYZ 10.93 13.87 11.33 -
YUV 99.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 82 111 88 0.26 0 0.21 0.56 132.41 0.15 0.38
Hex 52 6F 58 1A 0 15 38 84 F 26
Octal 122 157 130 32 0 25 70 204 17 46
Binary 1010010 1101111 1011000 11010 0 10101 111000 10000100 1111 100110

Color Harmonies of #526F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F58

Black with #526F58

Text Example


Text Example

White with #526F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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