Html Css Color HEX #556C5B Mineral Green

📋 copy color: '#556C5B'

red 85 ◦ green 108 ◦ blue 91

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

Shades of Mineral Green #556C5B

Tints of Mineral Green #556C5B

RGB

 RED value IS 85 (33.59% from 255) = 29.93%

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 29.93%
G = 38.03%
B = 32.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#556C5B (or 0x556C5B) is known color: Mineral Green. HEX triplet: 55, 6C and 5B. RGB value is (85,108,91). Sum of RGB (Red+Green+Blue) = 85+108+91=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #556C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C5B is #AA93A4. Grayscale: #636363. Windows color (decimal): -11178917 or 5991509. OLE color: 5991509.

HSL color Cylindrical-coordinate representation of color #556C5B: hue angle of 135.65º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C5B is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 108 91 -
CMYK 0.21 0 0.16 0.58
HSL 135.65º 0.12% 0.38% -
HSV(B) 135.65º 0.21% 0.42% -
XYZ 11 13.41 11.91 -
YUV 99.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 85 108 91 0.21 0 0.16 0.58 135.65 0.12 0.38
Hex 55 6C 5B 15 0 10 3A 88 C 26
Octal 125 154 133 25 0 20 72 210 14 46
Binary 1010101 1101100 1011011 10101 0 10000 111010 10001000 1100 100110

Color Harmonies of #556C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C5B

Black with #556C5B

Text Example


Text Example

White with #556C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C5B; }

 p { color: rgb(85,108,91); }

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

background-color css

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

 a { background-color: rgb(85,108,91); }

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

border-color css

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

 span { border-color: rgb(85,108,91); }

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