#565E59

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

Shades of Feldgrau #565E59

Tints of Feldgrau #565E59

Color information

#565E59 (or 0x565E59) is unknown color: approx Feldgrau. HEX triplet: 56, 5E and 59. RGB value is (86,94,89). Sum of RGB (Red+Green+Blue) = 86+94+89=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 94 - color contains mainly: green. Hex color #565E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E59 is #A9A1A6. Grayscale: #5B5B5B. Windows color (decimal): -11116967 or 5856854. OLE color: 5856854.

HSL color Cylindrical-coordinate representation of color #565E59: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565E59 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB869489-
CMYK0.0900.050.63
HSL142.5º4.44%35.29%-
HSV(B)142.5º8.51%36.86%-
XYZ9.6410.7111.01-
YUV91.04126.85124.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=31.97%
G=34.94%
B=33.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8694890.0900.050.63142.54.4435.29
Hex565E599053F8e423
Octal126136131110577216443
Binary1010110101111010110011001010111111110001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565E59; }

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

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

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

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

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

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

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

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