Shades of Trout #535A5C
Tints of Trout #535A5C
RGB
CMYK
RGB Variations
Color information
#535A5C (or 0x535A5C) is known color: Trout. HEX triplet: 53, 5A and 5C. RGB value is (83,90,92). Sum of RGB (Red+Green+Blue) = 83+90+92=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #535A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A5C is #ACA5A3. Grayscale: #585858. Windows color (decimal): -11314596 or 6052435. OLE color: 6052435.
HSL color Cylindrical-coordinate representation of color #535A5C: hue angle of 193.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #535A5C is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 90 | 92 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.64 |
| HSL | 193.33º | 0.05% | 0.34% | - |
| HSV(B) | 193.33º | 0.1% | 0.36% | - |
| XYZ | 9.16 | 9.92 | 11.56 | - |
| YUV | 88.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 92 | 0.10 | 0.02 | 0 | 0.64 | 193.33 | 0.05 | 0.34 |
| Hex | 53 | 5A | 5C | A | 2 | 0 | 40 | C1 | 5 | 22 |
| Octal | 123 | 132 | 134 | 12 | 2 | 0 | 100 | 301 | 5 | 42 |
| Binary | 1010011 | 1011010 | 1011100 | 1010 | 10 | 0 | 1000000 | 11000001 | 101 | 100010 |
Color Harmonies of #535A5C
Complementary color
Monochromatic Colors of #535A5C
Black with #535A5C
Text Example
Text Example
White with #535A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A5C; }
p { color: rgb(83,90,92); }
H1.HeaderClassName
{
color: #535A5C;
}
.AnyTagClassName
{
color: #535A5C;
}
</style>
background-color css
<style>
a { background-color: #535A5C; }
a { background-color: rgb(83,90,92); }
div.DivClassName
{
background-color: #535A5C;
}
.BgClassName
{
background-color: #535A5C;
}
</style>
border-color css
<style>
span { border-color: #535A5C; }
span { border-color: rgb(83,90,92); }
td.TdClassName
{
border-color: #535A5C;
}
.TagClassName
{
border-color: #535A5C;
}
</style>