#556358

Color #556358 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #556358

Tints of Mineral Green #556358

Color information

#556358 (or 0x556358) is unknown color: approx Mineral Green. HEX triplet: 55, 63 and 58. RGB value is (85,99,88). Sum of RGB (Red+Green+Blue) = 85+99+88=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 99 - color contains mainly: green. Hex color #556358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556358 is #AA9CA7. Grayscale: #5D5D5D. Windows color (decimal): -11181224 or 5792597. OLE color: 5792597.

HSL color Cylindrical-coordinate representation of color #556358: hue angle of 132.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #556358 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB859988-
CMYK0.1400.110.61
HSL132.86º7.61%36.08%-
HSV(B)132.86º14.14%38.82%-
XYZ9.9711.5610.94-
YUV93.56124.86121.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=31.25%
G=36.40%
B=32.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599880.1400.110.61132.867.6136.08
Hex556358E0B3D85824
Octal12514313016013752051044
Binary101010111000111011000111001011111101100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556358; }

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

 H1.HeaderClassName
 {
   color: #556358;
 }
 .AnyTagClassName
 {
   color: #556358;
 }
</style>
background-color css

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

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

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

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

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

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