Shades of Trout #53585A
Tints of Trout #53585A
RGB
CMYK
RGB Variations
Color information
#53585A (or 0x53585A) is known color: Trout. HEX triplet: 53, 58 and 5A. RGB value is (83,88,90). Sum of RGB (Red+Green+Blue) = 83+88+90=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #53585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53585A is #ACA7A5. Grayscale: #565656. Windows color (decimal): -11315110 or 5920851. OLE color: 5920851.
HSL color Cylindrical-coordinate representation of color #53585A: hue angle of 197.14º 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 #53585A is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 90 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.65 |
| HSL | 197.14º | 0.04% | 0.34% | - |
| HSV(B) | 197.14º | 0.08% | 0.35% | - |
| XYZ | 8.9 | 9.56 | 11.05 | - |
| YUV | 86.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 90 | 0.08 | 0.02 | 0 | 0.65 | 197.14 | 0.04 | 0.34 |
| Hex | 53 | 58 | 5A | 8 | 2 | 0 | 41 | C5 | 4 | 22 |
| Octal | 123 | 130 | 132 | 10 | 2 | 0 | 101 | 305 | 4 | 42 |
| Binary | 1010011 | 1011000 | 1011010 | 1000 | 10 | 0 | 1000001 | 11000101 | 100 | 100010 |
Color Harmonies of #53585A
Complementary color
Monochromatic Colors of #53585A
Black with #53585A
Text Example
Text Example
White with #53585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53585A; }
p { color: rgb(83,88,90); }
H1.HeaderClassName
{
color: #53585A;
}
.AnyTagClassName
{
color: #53585A;
}
</style>
background-color css
<style>
a { background-color: #53585A; }
a { background-color: rgb(83,88,90); }
div.DivClassName
{
background-color: #53585A;
}
.BgClassName
{
background-color: #53585A;
}
</style>
border-color css
<style>
span { border-color: #53585A; }
span { border-color: rgb(83,88,90); }
td.TdClassName
{
border-color: #53585A;
}
.TagClassName
{
border-color: #53585A;
}
</style>