Shades of Trout #455359
Tints of Trout #455359
RGB
CMYK
RGB Variations
Color information
#455359 (or 0x455359) is known color: Trout. HEX triplet: 45, 53 and 59. RGB value is (69,83,89). Sum of RGB (Red+Green+Blue) = 69+83+89=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #455359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455359 is #BAACA6. Grayscale: #4F4F4F. Windows color (decimal): -12233895 or 5854021. OLE color: 5854021.
HSL color Cylindrical-coordinate representation of color #455359: hue angle of 198º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455359 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 83 | 89 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.65 |
| HSL | 198º | 0.13% | 0.31% | - |
| HSV(B) | 198º | 0.22% | 0.35% | - |
| XYZ | 7.35 | 8.17 | 10.64 | - |
| YUV | 79.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 89 | 0.22 | 0.07 | 0 | 0.65 | 198 | 0.13 | 0.31 |
| Hex | 45 | 53 | 59 | 16 | 7 | 0 | 41 | C6 | D | 1F |
| Octal | 105 | 123 | 131 | 26 | 7 | 0 | 101 | 306 | 15 | 37 |
| Binary | 1000101 | 1010011 | 1011001 | 10110 | 111 | 0 | 1000001 | 11000110 | 1101 | 11111 |
Color Harmonies of #455359
Complementary color
Monochromatic Colors of #455359
Black with #455359
Text Example
Text Example
White with #455359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455359; }
p { color: rgb(69,83,89); }
H1.HeaderClassName
{
color: #455359;
}
.AnyTagClassName
{
color: #455359;
}
</style>
background-color css
<style>
a { background-color: #455359; }
a { background-color: rgb(69,83,89); }
div.DivClassName
{
background-color: #455359;
}
.BgClassName
{
background-color: #455359;
}
</style>
border-color css
<style>
span { border-color: #455359; }
span { border-color: rgb(69,83,89); }
td.TdClassName
{
border-color: #455359;
}
.TagClassName
{
border-color: #455359;
}
</style>