Shades of Trout #525455
Tints of Trout #525455
RGB
CMYK
RGB Variations
Color information
#525455 (or 0x525455) is known color: Trout. HEX triplet: 52, 54 and 55. RGB value is (82,84,85). Sum of RGB (Red+Green+Blue) = 82+84+85=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 85 - color contains mainly: blue. Hex color #525455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525455 is #ADABAA. Grayscale: #535353. Windows color (decimal): -11381675 or 5592146. OLE color: 5592146.
HSL color Cylindrical-coordinate representation of color #525455: hue angle of 200º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #525455 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 85 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.67 |
| HSL | 200º | 0.02% | 0.33% | - |
| HSV(B) | 200º | 0.04% | 0.33% | - |
| XYZ | 8.29 | 8.79 | 9.85 | - |
| YUV | 83.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 85 | 0.04 | 0.01 | 0 | 0.67 | 200 | 0.02 | 0.33 |
| Hex | 52 | 54 | 55 | 4 | 1 | 0 | 43 | C8 | 2 | 21 |
| Octal | 122 | 124 | 125 | 4 | 1 | 0 | 103 | 310 | 2 | 41 |
| Binary | 1010010 | 1010100 | 1010101 | 100 | 1 | 0 | 1000011 | 11001000 | 10 | 100001 |
Color Harmonies of #525455
Complementary color
Monochromatic Colors of #525455
Black with #525455
Text Example
Text Example
White with #525455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525455; }
p { color: rgb(82,84,85); }
H1.HeaderClassName
{
color: #525455;
}
.AnyTagClassName
{
color: #525455;
}
</style>
background-color css
<style>
a { background-color: #525455; }
a { background-color: rgb(82,84,85); }
div.DivClassName
{
background-color: #525455;
}
.BgClassName
{
background-color: #525455;
}
</style>
border-color css
<style>
span { border-color: #525455; }
span { border-color: rgb(82,84,85); }
td.TdClassName
{
border-color: #525455;
}
.TagClassName
{
border-color: #525455;
}
</style>