Html Css Color HEX #556A58 Mineral Green

📋 copy color: '#556A58'

red 85 ◦ green 106 ◦ blue 88

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

Shades of Mineral Green #556A58

Tints of Mineral Green #556A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.54%

R = 30.47%
G = 37.99%
B = 31.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#556A58 (or 0x556A58) is known color: Mineral Green. HEX triplet: 55, 6A and 58. RGB value is (85,106,88). Sum of RGB (Red+Green+Blue) = 85+106+88=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #556A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A58 is #AA95A7. Grayscale: #616161. Windows color (decimal): -11179432 or 5794389. OLE color: 5794389.

HSL color Cylindrical-coordinate representation of color #556A58: hue angle of 128.57º 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 #556A58 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 106 88 -
CMYK 0.20 0 0.17 0.58
HSL 128.57º 0.11% 0.37% -
HSV(B) 128.57º 0.2% 0.42% -
XYZ 10.66 12.94 11.17 -
YUV 97.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 85 106 88 0.20 0 0.17 0.58 128.57 0.11 0.37
Hex 55 6A 58 14 0 11 3A 81 B 25
Octal 125 152 130 24 0 21 72 201 13 45
Binary 1010101 1101010 1011000 10100 0 10001 111010 10000001 1011 100101

Color Harmonies of #556A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A58

Black with #556A58

Text Example


Text Example

White with #556A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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