Shades of Deep Teal #05513D
Tints of Deep Teal #05513D
RGB
CMYK
RGB Variations
Color information
#05513D (or 0x05513D) is known color: Deep Teal. HEX triplet: 05, 51 and 3D. RGB value is (5,81,61). Sum of RGB (Red+Green+Blue) = 5+81+61=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #05513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05513D is #FAAEC2. Grayscale: #383838. Windows color (decimal): -16428739 or 4018437. OLE color: 4018437.
HSL color Cylindrical-coordinate representation of color #05513D: hue angle of 164.21º 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 #05513D is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 61 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.68 |
| HSL | 164.21º | 0.88% | 0.17% | - |
| HSV(B) | 164.21º | 0.94% | 0.32% | - |
| XYZ | 3.85 | 6.25 | 5.42 | - |
| YUV | 56 | 130.82 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 61 | 0.94 | 0 | 0.25 | 0.68 | 164.21 | 0.88 | 0.17 |
| Hex | 5 | 51 | 3D | 5E | 0 | 19 | 44 | A4 | 58 | 11 |
| Octal | 5 | 121 | 75 | 136 | 0 | 31 | 104 | 244 | 130 | 21 |
| Binary | 101 | 1010001 | 111101 | 1011110 | 0 | 11001 | 1000100 | 10100100 | 1011000 | 10001 |
Color Harmonies of #05513D
Complementary color
Monochromatic Colors of #05513D
Black with #05513D
Text Example
Text Example
White with #05513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05513D; }
p { color: rgb(5,81,61); }
H1.HeaderClassName
{
color: #05513D;
}
.AnyTagClassName
{
color: #05513D;
}
</style>
background-color css
<style>
a { background-color: #05513D; }
a { background-color: rgb(5,81,61); }
div.DivClassName
{
background-color: #05513D;
}
.BgClassName
{
background-color: #05513D;
}
</style>
border-color css
<style>
span { border-color: #05513D; }
span { border-color: rgb(5,81,61); }
td.TdClassName
{
border-color: #05513D;
}
.TagClassName
{
border-color: #05513D;
}
</style>