Shades of Trout #565859
Tints of Trout #565859
RGB
CMYK
RGB Variations
Color information
#565859 (or 0x565859) is known color: 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
| RGB | 86 | 88 | 89 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.65 |
| HSL | 200º | 0.02% | 0.34% | - |
| HSV(B) | 200º | 0.03% | 0.35% | - |
| XYZ | 9.13 | 9.68 | 10.84 | - |
| YUV | 87.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 89 | 0.03 | 0.01 | 0 | 0.65 | 200 | 0.02 | 0.34 |
| Hex | 56 | 58 | 59 | 3 | 1 | 0 | 41 | C8 | 2 | 22 |
| Octal | 126 | 130 | 131 | 3 | 1 | 0 | 101 | 310 | 2 | 42 |
| Binary | 1010110 | 1011000 | 1011001 | 11 | 1 | 0 | 1000001 | 11001000 | 10 | 100010 |
Color Harmonies of #565859
Complementary color
Monochromatic Colors of #565859
Black with #565859
Text Example
Text Example
White with #565859
Text Example
Text Example
HTML Codes & Css Web 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>