#55605A

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

Shades of Feldgrau #55605A

Tints of Feldgrau #55605A

Color information

#55605A (or 0x55605A) is unknown color: approx Feldgrau. HEX triplet: 55, 60 and 5A. RGB value is (85,96,90). Sum of RGB (Red+Green+Blue) = 85+96+90=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #55605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605A is #AA9FA5. Grayscale: #5C5C5C. Windows color (decimal): -11181990 or 5922901. OLE color: 5922901.

HSL color Cylindrical-coordinate representation of color #55605A: hue angle of 147.27º 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 #55605A is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB859690-
CMYK0.1100.060.62
HSL147.27º6.08%35.49%-
HSV(B)147.27º11.46%37.65%-
XYZ9.7711.0411.29-
YUV92.03126.86122.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=31.37%
G=35.42%
B=33.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596900.1100.060.62147.276.0835.49
Hex55605AB063E93623
Octal125140132130676223643
Binary1010101110000010110101011011011111010010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55605A; }

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

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

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

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

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

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

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

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