Html Css Color HEX #526457 Mineral Green

📋 copy color: '#526457'

red 82 ◦ green 100 ◦ blue 87

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

Shades of Mineral Green #526457

Tints of Mineral Green #526457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.17%

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

R = 30.48%
G = 37.17%
B = 32.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#526457 (or 0x526457) is known color: Mineral Green. HEX triplet: 52, 64 and 57. RGB value is (82,100,87). Sum of RGB (Red+Green+Blue) = 82+100+87=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #526457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526457 is #AD9BA8. Grayscale: #5D5D5D. Windows color (decimal): -11377577 or 5727314. OLE color: 5727314.

HSL color Cylindrical-coordinate representation of color #526457: hue angle of 136.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #526457 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 87 -
CMYK 0.18 0 0.13 0.61
HSL 136.67º 0.1% 0.36% -
HSV(B) 136.67º 0.18% 0.39% -
XYZ 9.76 11.6 10.74 -
YUV 93.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 82 100 87 0.18 0 0.13 0.61 136.67 0.1 0.36
Hex 52 64 57 12 0 D 3D 89 A 24
Octal 122 144 127 22 0 15 75 211 12 44
Binary 1010010 1100100 1010111 10010 0 1101 111101 10001001 1010 100100

Color Harmonies of #526457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526457

Black with #526457

Text Example


Text Example

White with #526457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526457; }

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

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

background-color css

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

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

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

border-color css

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

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

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