Shades of Tuna #505152
Tints of Tuna #505152
RGB
CMYK
RGB Variations
Color information
#505152 (or 0x505152) is known color: Tuna. HEX triplet: 50, 51 and 52. RGB value is (80,81,82). Sum of RGB (Red+Green+Blue) = 80+81+82=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 82 - color contains mainly: blue. Hex color #505152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505152 is #AFAEAD. Grayscale: #505050. Windows color (decimal): -11513518 or 5394768. OLE color: 5394768.
HSL color Cylindrical-coordinate representation of color #505152: hue angle of 210º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #505152 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 80 | 81 | 82 | - |
CMYK | 0.02 | 0.01 | 0 | 0.68 |
HSL | 210º | 0.01% | 0.32% | - |
HSV(B) | 210º | 0.02% | 0.32% | - |
XYZ | 7.77 | 8.2 | 9.16 | - |
YUV | 80.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 81 | 82 | 0.02 | 0.01 | 0 | 0.68 | 210 | 0.01 | 0.32 |
Hex | 50 | 51 | 52 | 2 | 1 | 0 | 44 | D2 | 1 | 20 |
Octal | 120 | 121 | 122 | 2 | 1 | 0 | 104 | 322 | 1 | 40 |
Binary | 1010000 | 1010001 | 1010010 | 10 | 1 | 0 | 1000100 | 11010010 | 1 | 100000 |
Color Harmonies of #505152
Complementary color
Monochromatic Colors of #505152
Black with #505152
Text Example
Text Example
White with #505152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505152; }
p { color: rgb(80,81,82); }
H1.HeaderClassName
{
color: #505152;
}
.AnyTagClassName
{
color: #505152;
}
</style>
background-color css
<style>
a { background-color: #505152; }
a { background-color: rgb(80,81,82); }
div.DivClassName
{
background-color: #505152;
}
.BgClassName
{
background-color: #505152;
}
</style>
border-color css
<style>
span { border-color: #505152; }
span { border-color: rgb(80,81,82); }
td.TdClassName
{
border-color: #505152;
}
.TagClassName
{
border-color: #505152;
}
</style>