#556359

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

Shades of Mineral Green #556359

Tints of Mineral Green #556359

Color information

#556359 (or 0x556359) is unknown color: approx Mineral Green. HEX triplet: 55, 63 and 59. RGB value is (85,99,89). Sum of RGB (Red+Green+Blue) = 85+99+89=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #556359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556359 is #AA9CA6. Grayscale: #5D5D5D. Windows color (decimal): -11181223 or 5858133. OLE color: 5858133.

HSL color Cylindrical-coordinate representation of color #556359: hue angle of 137.14º 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 #556359 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB859989-
CMYK0.1400.100.61
HSL137.14º7.61%36.08%-
HSV(B)137.14º14.14%38.82%-
XYZ10.0111.5811.16-
YUV93.67125.36121.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=31.14%
G=36.26%
B=32.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599890.1400.100.61137.147.6136.08
Hex556359E0A3D89824
Octal12514313116012752111044
Binary101010111000111011001111001010111101100010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556359; }

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

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

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

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

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

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

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

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