Shades of Trout #52585A
Tints of Trout #52585A
RGB
CMYK
RGB Variations
Color information
#52585A (or 0x52585A) is known color: Trout. HEX triplet: 52, 58 and 5A. RGB value is (82,88,90). Sum of RGB (Red+Green+Blue) = 82+88+90=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #52585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52585A is #ADA7A5. Grayscale: #565656. Windows color (decimal): -11380646 or 5920850. OLE color: 5920850.
HSL color Cylindrical-coordinate representation of color #52585A: hue angle of 195º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #52585A is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 90 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.65 |
| HSL | 195º | 0.05% | 0.34% | - |
| HSV(B) | 195º | 0.09% | 0.35% | - |
| XYZ | 8.81 | 9.51 | 11.04 | - |
| YUV | 86.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 90 | 0.09 | 0.02 | 0 | 0.65 | 195 | 0.05 | 0.34 |
| Hex | 52 | 58 | 5A | 9 | 2 | 0 | 41 | C3 | 5 | 22 |
| Octal | 122 | 130 | 132 | 11 | 2 | 0 | 101 | 303 | 5 | 42 |
| Binary | 1010010 | 1011000 | 1011010 | 1001 | 10 | 0 | 1000001 | 11000011 | 101 | 100010 |
Color Harmonies of #52585A
Complementary color
Monochromatic Colors of #52585A
Black with #52585A
Text Example
Text Example
White with #52585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52585A; }
p { color: rgb(82,88,90); }
H1.HeaderClassName
{
color: #52585A;
}
.AnyTagClassName
{
color: #52585A;
}
</style>
background-color css
<style>
a { background-color: #52585A; }
a { background-color: rgb(82,88,90); }
div.DivClassName
{
background-color: #52585A;
}
.BgClassName
{
background-color: #52585A;
}
</style>
border-color css
<style>
span { border-color: #52585A; }
span { border-color: rgb(82,88,90); }
td.TdClassName
{
border-color: #52585A;
}
.TagClassName
{
border-color: #52585A;
}
</style>