#565957

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

Shades of Feldgrau #565957

Tints of Feldgrau #565957

Color information

#565957 (or 0x565957) is unknown color: approx Feldgrau. HEX triplet: 56, 59 and 57. RGB value is (86,89,87). Sum of RGB (Red+Green+Blue) = 86+89+87=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 89 - color contains mainly: green. Hex color #565957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565957 is #A9A6A8. Grayscale: #575757. Windows color (decimal): -11118249 or 5724502. OLE color: 5724502.

HSL color Cylindrical-coordinate representation of color #565957: 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 #565957 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB868987-
CMYK0.0300.020.65
HSL140º1.71%34.31%-
HSV(B)140º3.37%34.9%-
XYZ9.139.8110.43-
YUV87.88127.51126.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=32.82%
G=33.97%
B=33.21%

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
Decimal8689870.0300.020.651401.7134.31
Hex565957302418c222
Octal126131127302101214242
Binary1010110101100110101111101010000011000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565957; }

 p { color: rgb(86,89,87); }

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

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

 a { background-color: rgb(86,89,87); }

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

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

 span { border-color: rgb(86,89,87); }

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