Html Css Color HEX #526955 Mineral Green

📋 copy color: '#526955'

red 82 ◦ green 105 ◦ blue 85

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

Shades of Mineral Green #526955

Tints of Mineral Green #526955

RGB

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

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

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

R = 30.15%
G = 38.6%
B = 31.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#526955 (or 0x526955) is known color: Mineral Green. HEX triplet: 52, 69 and 55. RGB value is (82,105,85). Sum of RGB (Red+Green+Blue) = 82+105+85=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #526955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526955 is #AD96AA. Grayscale: #5F5F5F. Windows color (decimal): -11376299 or 5597522. OLE color: 5597522.

HSL color Cylindrical-coordinate representation of color #526955: hue angle of 127.83º 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 #526955 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 85 -
CMYK 0.22 0 0.19 0.59
HSL 127.83º 0.12% 0.37% -
HSV(B) 127.83º 0.22% 0.41% -
XYZ 10.17 12.55 10.48 -
YUV 95.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 82 105 85 0.22 0 0.19 0.59 127.83 0.12 0.37
Hex 52 69 55 16 0 13 3B 80 C 25
Octal 122 151 125 26 0 23 73 200 14 45
Binary 1010010 1101001 1010101 10110 0 10011 111011 10000000 1100 100101

Color Harmonies of #526955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526955

Black with #526955

Text Example


Text Example

White with #526955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526955; }

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

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

background-color css

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

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

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

border-color css

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

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

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