#56665D

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

Shades of Feldgrau #56665D

Tints of Feldgrau #56665D

Color information

#56665D (or 0x56665D) is unknown color: approx Feldgrau. HEX triplet: 56, 66 and 5D. RGB value is (86,102,93). Sum of RGB (Red+Green+Blue) = 86+102+93=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #56665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56665D is #A999A2. Grayscale: #606060. Windows color (decimal): -11114915 or 6121046. OLE color: 6121046.

HSL color Cylindrical-coordinate representation of color #56665D: hue angle of 146.25º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #56665D is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB8610293-
CMYK0.1600.090.6
HSL146.25º8.51%36.86%-
HSV(B)146.25º15.69%40%-
XYZ10.5612.2712.17-
YUV96.19126.2120.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=30.60%
G=36.30%
B=33.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102930.1600.090.6146.258.5136.86
Hex56665D10093C92925
Octal12614613520011742221145
Binary1010110110011010111011000001001111100100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56665D; }

 p { color: rgb(86,102,93); }

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

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

 a { background-color: rgb(86,102,93); }

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

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

 span { border-color: rgb(86,102,93); }

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