Html Css Color HEX #526155 Mineral Green

📋 copy color: '#526155'

red 82 ◦ green 97 ◦ blue 85

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

Shades of Mineral Green #526155

Tints of Mineral Green #526155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 31.06%
G = 36.74%
B = 32.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#526155 (or 0x526155) is known color: Mineral Green. HEX triplet: 52, 61 and 55. RGB value is (82,97,85). Sum of RGB (Red+Green+Blue) = 82+97+85=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #526155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526155 is #AD9EAA. Grayscale: #5B5B5B. Windows color (decimal): -11378347 or 5595474. OLE color: 5595474.

HSL color Cylindrical-coordinate representation of color #526155: hue angle of 132º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #526155 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 85 -
CMYK 0.15 0 0.12 0.62
HSL 132º 0.08% 0.35% -
HSV(B) 132º 0.15% 0.38% -
XYZ 9.39 11 10.22 -
YUV 91.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 82 97 85 0.15 0 0.12 0.62 132 0.08 0.35
Hex 52 61 55 F 0 C 3E 84 8 23
Octal 122 141 125 17 0 14 76 204 10 43
Binary 1010010 1100001 1010101 1111 0 1100 111110 10000100 1000 100011

Color Harmonies of #526155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526155

Black with #526155

Text Example


Text Example

White with #526155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526155; }

 p { color: rgb(82,97,85); }

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

background-color css

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

 a { background-color: rgb(82,97,85); }

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

border-color css

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

 span { border-color: rgb(82,97,85); }

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