Shades of Trout #545A5C
Tints of Trout #545A5C
RGB
CMYK
RGB Variations
Color information
#545A5C (or 0x545A5C) is known color: Trout. HEX triplet: 54, 5A and 5C. RGB value is (84,90,92). Sum of RGB (Red+Green+Blue) = 84+90+92=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: blue. Hex color #545A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A5C is #ABA5A3. Grayscale: #585858. Windows color (decimal): -11249060 or 6052436. OLE color: 6052436.
HSL color Cylindrical-coordinate representation of color #545A5C: hue angle of 195º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #545A5C is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 90 | 92 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.64 |
| HSL | 195º | 0.05% | 0.35% | - |
| HSV(B) | 195º | 0.09% | 0.36% | - |
| XYZ | 9.24 | 9.97 | 11.56 | - |
| YUV | 88.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 92 | 0.09 | 0.02 | 0 | 0.64 | 195 | 0.05 | 0.35 |
| Hex | 54 | 5A | 5C | 9 | 2 | 0 | 40 | C3 | 5 | 23 |
| Octal | 124 | 132 | 134 | 11 | 2 | 0 | 100 | 303 | 5 | 43 |
| Binary | 1010100 | 1011010 | 1011100 | 1001 | 10 | 0 | 1000000 | 11000011 | 101 | 100011 |
Color Harmonies of #545A5C
Complementary color
Monochromatic Colors of #545A5C
Black with #545A5C
Text Example
Text Example
White with #545A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A5C; }
p { color: rgb(84,90,92); }
H1.HeaderClassName
{
color: #545A5C;
}
.AnyTagClassName
{
color: #545A5C;
}
</style>
background-color css
<style>
a { background-color: #545A5C; }
a { background-color: rgb(84,90,92); }
div.DivClassName
{
background-color: #545A5C;
}
.BgClassName
{
background-color: #545A5C;
}
</style>
border-color css
<style>
span { border-color: #545A5C; }
span { border-color: rgb(84,90,92); }
td.TdClassName
{
border-color: #545A5C;
}
.TagClassName
{
border-color: #545A5C;
}
</style>