Shades of Trout #454F53
Tints of Trout #454F53
RGB
CMYK
RGB Variations
Color information
#454F53 (or 0x454F53) is known color: Trout. HEX triplet: 45, 4F and 53. RGB value is (69,79,83). Sum of RGB (Red+Green+Blue) = 69+79+83=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #454F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F53 is #BAB0AC. Grayscale: #4C4C4C. Windows color (decimal): -12234925 or 5459781. OLE color: 5459781.
HSL color Cylindrical-coordinate representation of color #454F53: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #454F53 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 79 | 83 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.67 |
| HSL | 197.14º | 0.09% | 0.3% | - |
| HSV(B) | 197.14º | 0.17% | 0.33% | - |
| XYZ | 6.81 | 7.48 | 9.27 | - |
| YUV | 76.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 83 | 0.17 | 0.05 | 0 | 0.67 | 197.14 | 0.09 | 0.3 |
| Hex | 45 | 4F | 53 | 11 | 5 | 0 | 43 | C5 | 9 | 1E |
| Octal | 105 | 117 | 123 | 21 | 5 | 0 | 103 | 305 | 11 | 36 |
| Binary | 1000101 | 1001111 | 1010011 | 10001 | 101 | 0 | 1000011 | 11000101 | 1001 | 11110 |
Color Harmonies of #454F53
Complementary color
Monochromatic Colors of #454F53
Black with #454F53
Text Example
Text Example
White with #454F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F53; }
p { color: rgb(69,79,83); }
H1.HeaderClassName
{
color: #454F53;
}
.AnyTagClassName
{
color: #454F53;
}
</style>
background-color css
<style>
a { background-color: #454F53; }
a { background-color: rgb(69,79,83); }
div.DivClassName
{
background-color: #454F53;
}
.BgClassName
{
background-color: #454F53;
}
</style>
border-color css
<style>
span { border-color: #454F53; }
span { border-color: rgb(69,79,83); }
td.TdClassName
{
border-color: #454F53;
}
.TagClassName
{
border-color: #454F53;
}
</style>