Html Css Color HEX #526657 Mineral Green

📋 copy color: '#526657'

red 82 ◦ green 102 ◦ blue 87

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

Shades of Mineral Green #526657

Tints of Mineral Green #526657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.1%

R = 30.26%
G = 37.64%
B = 32.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.6

RGB Variations

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

Color information

#526657 (or 0x526657) is known color: Mineral Green. HEX triplet: 52, 66 and 57. RGB value is (82,102,87). Sum of RGB (Red+Green+Blue) = 82+102+87=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #526657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526657 is #AD99A8. Grayscale: #5E5E5E. Windows color (decimal): -11377065 or 5727826. OLE color: 5727826.

HSL color Cylindrical-coordinate representation of color #526657: hue angle of 135º 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 #526657 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 87 -
CMYK 0.20 0 0.15 0.6
HSL 135º 0.11% 0.36% -
HSV(B) 135º 0.2% 0.4% -
XYZ 9.95 11.98 10.81 -
YUV 94.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 82 102 87 0.20 0 0.15 0.6 135 0.11 0.36
Hex 52 66 57 14 0 F 3C 87 B 24
Octal 122 146 127 24 0 17 74 207 13 44
Binary 1010010 1100110 1010111 10100 0 1111 111100 10000111 1011 100100

Color Harmonies of #526657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526657

Black with #526657

Text Example


Text Example

White with #526657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526657; }

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

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

background-color css

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

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

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

border-color css

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

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

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