#556059

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

Shades of Feldgrau #556059

Tints of Feldgrau #556059

Color information

#556059 (or 0x556059) is unknown color: approx Feldgrau. HEX triplet: 55, 60 and 59. RGB value is (85,96,89). Sum of RGB (Red+Green+Blue) = 85+96+89=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #556059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556059 is #AA9FA6. Grayscale: #5B5B5B. Windows color (decimal): -11181991 or 5857365. OLE color: 5857365.

HSL color Cylindrical-coordinate representation of color #556059: hue angle of 141.82º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #556059 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB859689-
CMYK0.1100.070.62
HSL141.82º6.08%35.49%-
HSV(B)141.82º11.46%37.65%-
XYZ9.7311.0211.06-
YUV91.91126.36123.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=31.48%
G=35.56%
B=32.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596890.1100.070.62141.826.0835.49
Hex556059B073E8e623
Octal125140131130776216643
Binary1010101110000010110011011011111111010001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556059; }

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

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

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

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

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

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

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

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