Html Css Color HEX #556958 Mineral Green

📋 copy color: '#556958'

red 85 ◦ green 105 ◦ blue 88

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

Shades of Mineral Green #556958

Tints of Mineral Green #556958

RGB

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

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

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

R = 30.58%
G = 37.77%
B = 31.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#556958 (or 0x556958) is known color: Mineral Green. HEX triplet: 55, 69 and 58. RGB value is (85,105,88). Sum of RGB (Red+Green+Blue) = 85+105+88=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #556958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556958 is #AA96A7. Grayscale: #616161. Windows color (decimal): -11179688 or 5794133. OLE color: 5794133.

HSL color Cylindrical-coordinate representation of color #556958: hue angle of 129º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556958 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 88 -
CMYK 0.19 0 0.16 0.59
HSL 129º 0.11% 0.37% -
HSV(B) 129º 0.19% 0.41% -
XYZ 10.56 12.74 11.13 -
YUV 97.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 85 105 88 0.19 0 0.16 0.59 129 0.11 0.37
Hex 55 69 58 13 0 10 3B 81 B 25
Octal 125 151 130 23 0 20 73 201 13 45
Binary 1010101 1101001 1011000 10011 0 10000 111011 10000001 1011 100101

Color Harmonies of #556958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556958

Black with #556958

Text Example


Text Example

White with #556958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556958; }

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

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

background-color css

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

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

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

border-color css

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

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

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