#565D59

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

Shades of Feldgrau #565D59

Tints of Feldgrau #565D59

Color information

#565D59 (or 0x565D59) is unknown color: approx Feldgrau. HEX triplet: 56, 5D and 59. RGB value is (86,93,89). Sum of RGB (Red+Green+Blue) = 86+93+89=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 93 - color contains mainly: green. Hex color #565D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D59 is #A9A2A6. Grayscale: #5A5A5A. Windows color (decimal): -11117223 or 5856598. OLE color: 5856598.

HSL color Cylindrical-coordinate representation of color #565D59: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #565D59 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB869389-
CMYK0.0800.040.64
HSL145.71º3.91%35.1%-
HSV(B)145.71º7.53%36.47%-
XYZ9.5610.5310.98-
YUV90.45127.18124.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=32.09%
G=34.70%
B=33.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8693890.0800.040.64145.713.9135.1
Hex565D598044092423
Octal1261351311004100222443
Binary10101101011101101100110000100100000010010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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