#555A57

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

Shades of Feldgrau #555A57

Tints of Feldgrau #555A57

Color information

#555A57 (or 0x555A57) is unknown color: approx Feldgrau. HEX triplet: 55, 5A and 57. RGB value is (85,90,87). Sum of RGB (Red+Green+Blue) = 85+90+87=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 90 - color contains mainly: green. Hex color #555A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A57 is #AAA5A8. Grayscale: #585858. Windows color (decimal): -11183529 or 5724757. OLE color: 5724757.

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

Color convert

RGB859087-
CMYK0.0600.030.65
HSL144º2.86%34.31%-
HSV(B)144º5.56%35.29%-
XYZ9.129.9310.45-
YUV88.16127.34125.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=32.44%
G=34.35%
B=33.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590870.0600.030.651442.8634.31
Hex555A576034190322
Octal125132127603101220342
Binary10101011011010101011111001110000011001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A57; }

 p { color: rgb(85,90,87); }

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

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

 a { background-color: rgb(85,90,87); }

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

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

 span { border-color: rgb(85,90,87); }

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