#565859

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

Shades of Trout #565859

Tints of Trout #565859

Color information

#565859 (or 0x565859) is unknown color: approx Trout. HEX triplet: 56, 58 and 59. RGB value is (86,88,89). Sum of RGB (Red+Green+Blue) = 86+88+89=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 89 - color contains mainly: blue. Hex color #565859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565859 is #A9A7A6. Grayscale: #575757. Windows color (decimal): -11118503 or 5855318. OLE color: 5855318.

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

Color convert

RGB868889-
CMYK0.030.0100.65
HSL200º1.71%34.31%-
HSV(B)200º3.37%34.9%-
XYZ9.139.6810.84-
YUV87.52128.84126.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=32.70%
G=33.46%
B=33.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688890.030.0100.652001.7134.31
Hex56585931041c8222
Octal126130131310101310242
Binary101011010110001011001111010000011100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565859; }

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

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

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

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

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

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

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

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