Html Css Color HEX #556A57 Mineral Green

📋 copy color: '#556A57'

red 85 ◦ green 106 ◦ blue 87

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

Shades of Mineral Green #556A57

Tints of Mineral Green #556A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.13%

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

R = 30.58%
G = 38.13%
B = 31.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#556A57 (or 0x556A57) is known color: Mineral Green. HEX triplet: 55, 6A and 57. RGB value is (85,106,87). Sum of RGB (Red+Green+Blue) = 85+106+87=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #556A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A57 is #AA95A8. Grayscale: #616161. Windows color (decimal): -11179433 or 5728853. OLE color: 5728853.

HSL color Cylindrical-coordinate representation of color #556A57: hue angle of 125.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556A57 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 106 87 -
CMYK 0.20 0 0.18 0.58
HSL 125.71º 0.11% 0.37% -
HSV(B) 125.71º 0.2% 0.42% -
XYZ 10.62 12.93 10.95 -
YUV 97.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 85 106 87 0.20 0 0.18 0.58 125.71 0.11 0.37
Hex 55 6A 57 14 0 12 3A 7E B 25
Octal 125 152 127 24 0 22 72 176 13 45
Binary 1010101 1101010 1010111 10100 0 10010 111010 1111110 1011 100101

Color Harmonies of #556A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A57

Black with #556A57

Text Example


Text Example

White with #556A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,87); }

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

background-color css

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

 a { background-color: rgb(85,106,87); }

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

border-color css

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

 span { border-color: rgb(85,106,87); }

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