Html Css Color HEX #526A58 Mineral Green

📋 copy color: '#526A58'

red 82 ◦ green 106 ◦ blue 88

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

Shades of Mineral Green #526A58

Tints of Mineral Green #526A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

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

R = 29.71%
G = 38.41%
B = 31.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#526A58 (or 0x526A58) is known color: Mineral Green. HEX triplet: 52, 6A and 58. RGB value is (82,106,88). Sum of RGB (Red+Green+Blue) = 82+106+88=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #526A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A58 is #AD95A7. Grayscale: #606060. Windows color (decimal): -11376040 or 5794386. OLE color: 5794386.

HSL color Cylindrical-coordinate representation of color #526A58: hue angle of 135º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #526A58 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 106 88 -
CMYK 0.23 0 0.17 0.58
HSL 135º 0.13% 0.37% -
HSV(B) 135º 0.23% 0.42% -
XYZ 10.4 12.81 11.16 -
YUV 96.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 82 106 88 0.23 0 0.17 0.58 135 0.13 0.37
Hex 52 6A 58 17 0 11 3A 87 D 25
Octal 122 152 130 27 0 21 72 207 15 45
Binary 1010010 1101010 1011000 10111 0 10001 111010 10000111 1101 100101

Color Harmonies of #526A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A58

Black with #526A58

Text Example


Text Example

White with #526A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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