Html Css Color HEX #526957 Mineral Green

📋 copy color: '#526957'

red 82 ◦ green 105 ◦ blue 87

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

Shades of Mineral Green #526957

Tints of Mineral Green #526957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

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

R = 29.93%
G = 38.32%
B = 31.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#526957 (or 0x526957) is known color: Mineral Green. HEX triplet: 52, 69 and 57. RGB value is (82,105,87). Sum of RGB (Red+Green+Blue) = 82+105+87=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #526957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526957 is #AD96A8. Grayscale: #606060. Windows color (decimal): -11376297 or 5728594. OLE color: 5728594.

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

Color convert

RGB 82 105 87 -
CMYK 0.22 0 0.17 0.59
HSL 133.04º 0.12% 0.37% -
HSV(B) 133.04º 0.22% 0.41% -
XYZ 10.25 12.59 10.91 -
YUV 96.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 82 105 87 0.22 0 0.17 0.59 133.04 0.12 0.37
Hex 52 69 57 16 0 11 3B 85 C 25
Octal 122 151 127 26 0 21 73 205 14 45
Binary 1010010 1101001 1010111 10110 0 10001 111011 10000101 1100 100101

Color Harmonies of #526957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526957

Black with #526957

Text Example


Text Example

White with #526957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526957; }

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

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

background-color css

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

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

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

border-color css

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

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

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