Shades of Trout #515253
Tints of Trout #515253
RGB
CMYK
RGB Variations
Color information
#515253 (or 0x515253) is known color: Trout. HEX triplet: 51, 52 and 53. RGB value is (81,82,83). Sum of RGB (Red+Green+Blue) = 81+82+83=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 83 - color contains mainly: blue. Hex color #515253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515253 is #AEADAC. Grayscale: #515151. Windows color (decimal): -11447725 or 5460561. OLE color: 5460561.
HSL color Cylindrical-coordinate representation of color #515253: hue angle of 210º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #515253 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 81 | 82 | 83 | - |
CMYK | 0.02 | 0.01 | 0 | 0.67 |
HSL | 210º | 0.01% | 0.32% | - |
HSV(B) | 210º | 0.02% | 0.33% | - |
XYZ | 7.97 | 8.41 | 9.39 | - |
YUV | 81.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 82 | 83 | 0.02 | 0.01 | 0 | 0.67 | 210 | 0.01 | 0.32 |
Hex | 51 | 52 | 53 | 2 | 1 | 0 | 43 | D2 | 1 | 20 |
Octal | 121 | 122 | 123 | 2 | 1 | 0 | 103 | 322 | 1 | 40 |
Binary | 1010001 | 1010010 | 1010011 | 10 | 1 | 0 | 1000011 | 11010010 | 1 | 100000 |
Color Harmonies of #515253
Complementary color
Monochromatic Colors of #515253
Black with #515253
Text Example
Text Example
White with #515253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515253; }
p { color: rgb(81,82,83); }
H1.HeaderClassName
{
color: #515253;
}
.AnyTagClassName
{
color: #515253;
}
</style>
background-color css
<style>
a { background-color: #515253; }
a { background-color: rgb(81,82,83); }
div.DivClassName
{
background-color: #515253;
}
.BgClassName
{
background-color: #515253;
}
</style>
border-color css
<style>
span { border-color: #515253; }
span { border-color: rgb(81,82,83); }
td.TdClassName
{
border-color: #515253;
}
.TagClassName
{
border-color: #515253;
}
</style>