#555856

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

Shades of Feldgrau #555856

Tints of Feldgrau #555856

Color information

#555856 (or 0x555856) is unknown color: approx Feldgrau. HEX triplet: 55, 58 and 56. RGB value is (85,88,86). Sum of RGB (Red+Green+Blue) = 85+88+86=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 88 - color contains mainly: green. Hex color #555856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555856 is #AAA7A9. Grayscale: #565656. Windows color (decimal): -11184042 or 5658709. OLE color: 5658709.

HSL color Cylindrical-coordinate representation of color #555856: hue angle of 140º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #555856 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB858886-
CMYK0.0300.020.65
HSL140º1.73%33.92%-
HSV(B)140º3.41%34.51%-
XYZ8.929.5810.18-
YUV86.88127.51126.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=32.82%
G=33.98%
B=33.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588860.0300.020.651401.7333.92
Hex555856302418c222
Octal125130126302101214242
Binary1010101101100010101101101010000011000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555856; }

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

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

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

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

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

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

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

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