Html Css Color HEX #526357 Mineral Green

📋 copy color: '#526357'

red 82 ◦ green 99 ◦ blue 87

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

Shades of Mineral Green #526357

Tints of Mineral Green #526357

RGB

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

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

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

R = 30.6%
G = 36.94%
B = 32.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#526357 (or 0x526357) is known color: Mineral Green. HEX triplet: 52, 63 and 57. RGB value is (82,99,87). Sum of RGB (Red+Green+Blue) = 82+99+87=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #526357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526357 is #AD9CA8. Grayscale: #5C5C5C. Windows color (decimal): -11377833 or 5727058. OLE color: 5727058.

HSL color Cylindrical-coordinate representation of color #526357: hue angle of 137.65º 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 #526357 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 87 -
CMYK 0.17 0 0.12 0.61
HSL 137.65º 0.09% 0.35% -
HSV(B) 137.65º 0.17% 0.39% -
XYZ 9.66 11.41 10.71 -
YUV 92.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 82 99 87 0.17 0 0.12 0.61 137.65 0.09 0.35
Hex 52 63 57 11 0 C 3D 8A 9 23
Octal 122 143 127 21 0 14 75 212 11 43
Binary 1010010 1100011 1010111 10001 0 1100 111101 10001010 1001 100011

Color Harmonies of #526357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526357

Black with #526357

Text Example


Text Example

White with #526357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526357; }

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

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

background-color css

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

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

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

border-color css

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

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

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