#556858

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

Shades of Mineral Green #556858

Tints of Mineral Green #556858

Color information

#556858 (or 0x556858) is unknown color: approx Mineral Green. HEX triplet: 55, 68 and 58. RGB value is (85,104,88). Sum of RGB (Red+Green+Blue) = 85+104+88=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #556858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556858 is #AA97A7. Grayscale: #606060. Windows color (decimal): -11179944 or 5793877. OLE color: 5793877.

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

Color convert

RGB8510488-
CMYK0.1800.150.59
HSL129.47º10.05%37.06%-
HSV(B)129.47º18.27%40.78%-
XYZ10.4612.5411.1-
YUV96.49123.21119.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=30.69%
G=37.55%
B=31.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104880.1800.150.59129.4710.0537.06
Hex556858120F3B81a25
Octal12515013022017732011245
Binary1010101110100010110001001001111111011100000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556858; }

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

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

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

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

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

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

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

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