Html Css Color HEX #526658 Mineral Green

📋 copy color: '#526658'

red 82 ◦ green 102 ◦ blue 88

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

Shades of Mineral Green #526658

Tints of Mineral Green #526658

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

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

R = 30.15%
G = 37.5%
B = 32.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#526658 (or 0x526658) is known color: Mineral Green. HEX triplet: 52, 66 and 58. RGB value is (82,102,88). Sum of RGB (Red+Green+Blue) = 82+102+88=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #526658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526658 is #AD99A7. Grayscale: #5E5E5E. Windows color (decimal): -11377064 or 5793362. OLE color: 5793362.

HSL color Cylindrical-coordinate representation of color #526658: hue angle of 138º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526658 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 88 -
CMYK 0.20 0 0.14 0.6
HSL 138º 0.11% 0.36% -
HSV(B) 138º 0.2% 0.4% -
XYZ 9.99 12 11.02 -
YUV 94.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 82 102 88 0.20 0 0.14 0.6 138 0.11 0.36
Hex 52 66 58 14 0 E 3C 8A B 24
Octal 122 146 130 24 0 16 74 212 13 44
Binary 1010010 1100110 1011000 10100 0 1110 111100 10001010 1011 100100

Color Harmonies of #526658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526658

Black with #526658

Text Example


Text Example

White with #526658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526658; }

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

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

background-color css

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

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

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

border-color css

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

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

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