Html Css Color HEX #526857 Mineral Green

📋 copy color: '#526857'

red 82 ◦ green 104 ◦ blue 87

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

Shades of Mineral Green #526857

Tints of Mineral Green #526857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

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

R = 30.04%
G = 38.1%
B = 31.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#526857 (or 0x526857) is known color: Mineral Green. HEX triplet: 52, 68 and 57. RGB value is (82,104,87). Sum of RGB (Red+Green+Blue) = 82+104+87=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #526857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526857 is #AD97A8. Grayscale: #5F5F5F. Windows color (decimal): -11376553 or 5728338. OLE color: 5728338.

HSL color Cylindrical-coordinate representation of color #526857: hue angle of 133.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526857 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 87 -
CMYK 0.21 0 0.16 0.59
HSL 133.64º 0.12% 0.36% -
HSV(B) 133.64º 0.21% 0.41% -
XYZ 10.15 12.38 10.87 -
YUV 95.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 82 104 87 0.21 0 0.16 0.59 133.64 0.12 0.36
Hex 52 68 57 15 0 10 3B 86 C 24
Octal 122 150 127 25 0 20 73 206 14 44
Binary 1010010 1101000 1010111 10101 0 10000 111011 10000110 1100 100100

Color Harmonies of #526857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526857

Black with #526857

Text Example


Text Example

White with #526857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526857; }

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

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

background-color css

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

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

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

border-color css

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

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

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