Shades of Deep Teal #05513F
Tints of Deep Teal #05513F
RGB
CMYK
RGB Variations
Color information
#05513F (or 0x05513F) is known color: Deep Teal. HEX triplet: 05, 51 and 3F. RGB value is (5,81,63). Sum of RGB (Red+Green+Blue) = 5+81+63=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #05513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05513F is #FAAEC0. Grayscale: #383838. Windows color (decimal): -16428737 or 4149509. OLE color: 4149509.
HSL color Cylindrical-coordinate representation of color #05513F: hue angle of 165.79º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05513F is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 63 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.68 |
| HSL | 165.79º | 0.88% | 0.17% | - |
| HSV(B) | 165.79º | 0.94% | 0.32% | - |
| XYZ | 3.9 | 6.28 | 5.71 | - |
| YUV | 56.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 63 | 0.94 | 0 | 0.22 | 0.68 | 165.79 | 0.88 | 0.17 |
| Hex | 5 | 51 | 3F | 5E | 0 | 16 | 44 | A6 | 58 | 11 |
| Octal | 5 | 121 | 77 | 136 | 0 | 26 | 104 | 246 | 130 | 21 |
| Binary | 101 | 1010001 | 111111 | 1011110 | 0 | 10110 | 1000100 | 10100110 | 1011000 | 10001 |
Color Harmonies of #05513F
Complementary color
Monochromatic Colors of #05513F
Black with #05513F
Text Example
Text Example
White with #05513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05513F; }
p { color: rgb(5,81,63); }
H1.HeaderClassName
{
color: #05513F;
}
.AnyTagClassName
{
color: #05513F;
}
</style>
background-color css
<style>
a { background-color: #05513F; }
a { background-color: rgb(5,81,63); }
div.DivClassName
{
background-color: #05513F;
}
.BgClassName
{
background-color: #05513F;
}
</style>
border-color css
<style>
span { border-color: #05513F; }
span { border-color: rgb(5,81,63); }
td.TdClassName
{
border-color: #05513F;
}
.TagClassName
{
border-color: #05513F;
}
</style>