Shades of Trout #515658
Tints of Trout #515658
RGB
CMYK
RGB Variations
Color information
#515658 (or 0x515658) is known color: Trout. HEX triplet: 51, 56 and 58. RGB value is (81,86,88). Sum of RGB (Red+Green+Blue) = 81+86+88=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 88 - color contains mainly: blue. Hex color #515658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515658 is #AEA9A7. Grayscale: #545454. Windows color (decimal): -11446696 or 5789265. OLE color: 5789265.
HSL color Cylindrical-coordinate representation of color #515658: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #515658 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 86 | 88 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.65 |
| HSL | 197.14º | 0.04% | 0.33% | - |
| HSV(B) | 197.14º | 0.08% | 0.35% | - |
| XYZ | 8.48 | 9.11 | 10.54 | - |
| YUV | 84.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 88 | 0.08 | 0.02 | 0 | 0.65 | 197.14 | 0.04 | 0.33 |
| Hex | 51 | 56 | 58 | 8 | 2 | 0 | 41 | C5 | 4 | 21 |
| Octal | 121 | 126 | 130 | 10 | 2 | 0 | 101 | 305 | 4 | 41 |
| Binary | 1010001 | 1010110 | 1011000 | 1000 | 10 | 0 | 1000001 | 11000101 | 100 | 100001 |
Color Harmonies of #515658
Complementary color
Monochromatic Colors of #515658
Black with #515658
Text Example
Text Example
White with #515658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515658; }
p { color: rgb(81,86,88); }
H1.HeaderClassName
{
color: #515658;
}
.AnyTagClassName
{
color: #515658;
}
</style>
background-color css
<style>
a { background-color: #515658; }
a { background-color: rgb(81,86,88); }
div.DivClassName
{
background-color: #515658;
}
.BgClassName
{
background-color: #515658;
}
</style>
border-color css
<style>
span { border-color: #515658; }
span { border-color: rgb(81,86,88); }
td.TdClassName
{
border-color: #515658;
}
.TagClassName
{
border-color: #515658;
}
</style>