Html Css Color HEX #526355 Mineral Green

📋 copy color: '#526355'

red 82 ◦ green 99 ◦ blue 85

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

Shades of Mineral Green #526355

Tints of Mineral Green #526355

RGB

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

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

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

R = 30.83%
G = 37.22%
B = 31.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#526355 (or 0x526355) is known color: Mineral Green. HEX triplet: 52, 63 and 55. RGB value is (82,99,85). Sum of RGB (Red+Green+Blue) = 82+99+85=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #526355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526355 is #AD9CAA. Grayscale: #5C5C5C. Windows color (decimal): -11377835 or 5595986. OLE color: 5595986.

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

Color convert

RGB 82 99 85 -
CMYK 0.17 0 0.14 0.61
HSL 130.59º 0.09% 0.35% -
HSV(B) 130.59º 0.17% 0.39% -
XYZ 9.58 11.37 10.28 -
YUV 92.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 82 99 85 0.17 0 0.14 0.61 130.59 0.09 0.35
Hex 52 63 55 11 0 E 3D 83 9 23
Octal 122 143 125 21 0 16 75 203 11 43
Binary 1010010 1100011 1010101 10001 0 1110 111101 10000011 1001 100011

Color Harmonies of #526355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526355

Black with #526355

Text Example


Text Example

White with #526355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526355; }

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

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

background-color css

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

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

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

border-color css

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

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

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