Shades of Trout #525659
Tints of Trout #525659
RGB
CMYK
RGB Variations
Color information
#525659 (or 0x525659) is known color: Trout. HEX triplet: 52, 56 and 59. RGB value is (82,86,89). Sum of RGB (Red+Green+Blue) = 82+86+89=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #525659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525659 is #ADA9A6. Grayscale: #555555. Windows color (decimal): -11381159 or 5854802. OLE color: 5854802.
HSL color Cylindrical-coordinate representation of color #525659: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #525659 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 86 | 89 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.65 |
| HSL | 205.71º | 0.04% | 0.34% | - |
| HSV(B) | 205.71º | 0.08% | 0.35% | - |
| XYZ | 8.61 | 9.17 | 10.77 | - |
| YUV | 85.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 89 | 0.08 | 0.03 | 0 | 0.65 | 205.71 | 0.04 | 0.34 |
| Hex | 52 | 56 | 59 | 8 | 3 | 0 | 41 | CE | 4 | 22 |
| Octal | 122 | 126 | 131 | 10 | 3 | 0 | 101 | 316 | 4 | 42 |
| Binary | 1010010 | 1010110 | 1011001 | 1000 | 11 | 0 | 1000001 | 11001110 | 100 | 100010 |
Color Harmonies of #525659
Complementary color
Monochromatic Colors of #525659
Black with #525659
Text Example
Text Example
White with #525659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525659; }
p { color: rgb(82,86,89); }
H1.HeaderClassName
{
color: #525659;
}
.AnyTagClassName
{
color: #525659;
}
</style>
background-color css
<style>
a { background-color: #525659; }
a { background-color: rgb(82,86,89); }
div.DivClassName
{
background-color: #525659;
}
.BgClassName
{
background-color: #525659;
}
</style>
border-color css
<style>
span { border-color: #525659; }
span { border-color: rgb(82,86,89); }
td.TdClassName
{
border-color: #525659;
}
.TagClassName
{
border-color: #525659;
}
</style>