Shades of Trout #535556
Tints of Trout #535556
RGB
CMYK
RGB Variations
Color information
#535556 (or 0x535556) is known color: Trout. HEX triplet: 53, 55 and 56. RGB value is (83,85,86). Sum of RGB (Red+Green+Blue) = 83+85+86=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 86 - color contains mainly: blue. Hex color #535556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535556 is #ACAAA9. Grayscale: #545454. Windows color (decimal): -11315882 or 5657939. OLE color: 5657939.
HSL color Cylindrical-coordinate representation of color #535556: hue angle of 200º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #535556 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 85 | 86 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.66 |
| HSL | 200º | 0.02% | 0.33% | - |
| HSV(B) | 200º | 0.03% | 0.34% | - |
| XYZ | 8.5 | 9.01 | 10.1 | - |
| YUV | 84.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 86 | 0.03 | 0.01 | 0 | 0.66 | 200 | 0.02 | 0.33 |
| Hex | 53 | 55 | 56 | 3 | 1 | 0 | 42 | C8 | 2 | 21 |
| Octal | 123 | 125 | 126 | 3 | 1 | 0 | 102 | 310 | 2 | 41 |
| Binary | 1010011 | 1010101 | 1010110 | 11 | 1 | 0 | 1000010 | 11001000 | 10 | 100001 |
Color Harmonies of #535556
Complementary color
Monochromatic Colors of #535556
Black with #535556
Text Example
Text Example
White with #535556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535556; }
p { color: rgb(83,85,86); }
H1.HeaderClassName
{
color: #535556;
}
.AnyTagClassName
{
color: #535556;
}
</style>
background-color css
<style>
a { background-color: #535556; }
a { background-color: rgb(83,85,86); }
div.DivClassName
{
background-color: #535556;
}
.BgClassName
{
background-color: #535556;
}
</style>
border-color css
<style>
span { border-color: #535556; }
span { border-color: rgb(83,85,86); }
td.TdClassName
{
border-color: #535556;
}
.TagClassName
{
border-color: #535556;
}
</style>