Shades of Trout #535658
Tints of Trout #535658
RGB
CMYK
RGB Variations
Color information
#535658 (or 0x535658) is known color: Trout. HEX triplet: 53, 56 and 58. RGB value is (83,86,88). Sum of RGB (Red+Green+Blue) = 83+86+88=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 88 - color contains mainly: blue. Hex color #535658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535658 is #ACA9A7. Grayscale: #555555. Windows color (decimal): -11315624 or 5789267. OLE color: 5789267.
HSL color Cylindrical-coordinate representation of color #535658: hue angle of 204º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #535658 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
RGB | 83 | 86 | 88 | - |
CMYK | 0.06 | 0.02 | 0 | 0.65 |
HSL | 204º | 0.03% | 0.34% | - |
HSV(B) | 204º | 0.06% | 0.35% | - |
XYZ | 8.66 | 9.2 | 10.55 | - |
YUV | 85.33 | 129.51 | 126.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 86 | 88 | 0.06 | 0.02 | 0 | 0.65 | 204 | 0.03 | 0.34 |
Hex | 53 | 56 | 58 | 6 | 2 | 0 | 41 | CC | 3 | 22 |
Octal | 123 | 126 | 130 | 6 | 2 | 0 | 101 | 314 | 3 | 42 |
Binary | 1010011 | 1010110 | 1011000 | 110 | 10 | 0 | 1000001 | 11001100 | 11 | 100010 |
Color Harmonies of #535658
Complementary color
Monochromatic Colors of #535658
Black with #535658
Text Example
Text Example
White with #535658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535658; }
p { color: rgb(83,86,88); }
H1.HeaderClassName
{
color: #535658;
}
.AnyTagClassName
{
color: #535658;
}
</style>
background-color css
<style>
a { background-color: #535658; }
a { background-color: rgb(83,86,88); }
div.DivClassName
{
background-color: #535658;
}
.BgClassName
{
background-color: #535658;
}
</style>
border-color css
<style>
span { border-color: #535658; }
span { border-color: rgb(83,86,88); }
td.TdClassName
{
border-color: #535658;
}
.TagClassName
{
border-color: #535658;
}
</style>