#55625A

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

Shades of Feldgrau #55625A

Tints of Feldgrau #55625A

Color information

#55625A (or 0x55625A) is unknown color: approx Feldgrau. HEX triplet: 55, 62 and 5A. RGB value is (85,98,90). Sum of RGB (Red+Green+Blue) = 85+98+90=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #55625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55625A is #AA9DA5. Grayscale: #5D5D5D. Windows color (decimal): -11181478 or 5923413. OLE color: 5923413.

HSL color Cylindrical-coordinate representation of color #55625A: hue angle of 143.08º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55625A is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB859890-
CMYK0.1300.080.62
HSL143.08º7.1%35.88%-
HSV(B)143.08º13.27%38.43%-
XYZ9.9611.411.35-
YUV93.2126.19122.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=31.14%
G=35.90%
B=32.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598900.1300.080.62143.087.135.88
Hex55625AD083E8f724
Octal1251421321501076217744
Binary10101011100010101101011010100011111010001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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