#565C58

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

Shades of Feldgrau #565C58

Tints of Feldgrau #565C58

Color information

#565C58 (or 0x565C58) is unknown color: approx Feldgrau. HEX triplet: 56, 5C and 58. RGB value is (86,92,88). Sum of RGB (Red+Green+Blue) = 86+92+88=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 92 - color contains mainly: green. Hex color #565C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C58 is #A9A3A7. Grayscale: #595959. Windows color (decimal): -11117480 or 5790806. OLE color: 5790806.

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

Color convert

RGB869288-
CMYK0.0700.040.64
HSL140º3.37%34.9%-
HSV(B)140º6.52%36.08%-
XYZ9.4310.3410.73-
YUV89.75127.01125.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=32.33%
G=34.59%
B=33.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8692880.0700.040.641403.3734.9
Hex565C58704408c323
Octal126134130704100214343
Binary101011010111001011000111010010000001000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,92,88); }

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

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

 a { background-color: rgb(86,92,88); }

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

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

 span { border-color: rgb(86,92,88); }

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