Html Css Color HEX #526358 Mineral Green

📋 copy color: '#526358'

red 82 ◦ green 99 ◦ blue 88

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

Shades of Mineral Green #526358

Tints of Mineral Green #526358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 30.48%
G = 36.8%
B = 32.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#526358 (or 0x526358) is known color: Mineral Green. HEX triplet: 52, 63 and 58. RGB value is (82,99,88). Sum of RGB (Red+Green+Blue) = 82+99+88=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #526358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526358 is #AD9CA7. Grayscale: #5C5C5C. Windows color (decimal): -11377832 or 5792594. OLE color: 5792594.

HSL color Cylindrical-coordinate representation of color #526358: hue angle of 141.18º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #526358 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 88 -
CMYK 0.17 0 0.11 0.61
HSL 141.18º 0.09% 0.35% -
HSV(B) 141.18º 0.17% 0.39% -
XYZ 9.7 11.42 10.93 -
YUV 92.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 82 99 88 0.17 0 0.11 0.61 141.18 0.09 0.35
Hex 52 63 58 11 0 B 3D 8D 9 23
Octal 122 143 130 21 0 13 75 215 11 43
Binary 1010010 1100011 1011000 10001 0 1011 111101 10001101 1001 100011

Color Harmonies of #526358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526358

Black with #526358

Text Example


Text Example

White with #526358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526358; }

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

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

background-color css

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

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

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

border-color css

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

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

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