#556458

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

Shades of Mineral Green #556458

Tints of Mineral Green #556458

Color information

#556458 (or 0x556458) is unknown color: approx Mineral Green. HEX triplet: 55, 64 and 58. RGB value is (85,100,88). Sum of RGB (Red+Green+Blue) = 85+100+88=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #556458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556458 is #AA9BA7. Grayscale: #5E5E5E. Windows color (decimal): -11180968 or 5792853. OLE color: 5792853.

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

Color convert

RGB8510088-
CMYK0.1500.120.61
HSL132º8.11%36.27%-
HSV(B)132º15%39.22%-
XYZ10.0611.7510.97-
YUV94.15124.53121.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=31.14%
G=36.63%
B=32.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100880.1500.120.611328.1136.27
Hex556458F0C3D84824
Octal12514413017014752041044
Binary101010111001001011000111101100111101100001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556458; }

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

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

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

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

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

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

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

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