Shades of Deep Teal #05503A
Tints of Deep Teal #05503A
RGB
CMYK
RGB Variations
Color information
#05503A (or 0x05503A) is known color: Deep Teal. HEX triplet: 05, 50 and 3A. RGB value is (5,80,58). Sum of RGB (Red+Green+Blue) = 5+80+58=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #05503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05503A is #FAAFC5. Grayscale: #373737. Windows color (decimal): -16428998 or 3821573. OLE color: 3821573.
HSL color Cylindrical-coordinate representation of color #05503A: hue angle of 162.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05503A is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 58 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.69 |
| HSL | 162.4º | 0.88% | 0.17% | - |
| HSV(B) | 162.4º | 0.94% | 0.31% | - |
| XYZ | 3.69 | 6.08 | 4.98 | - |
| YUV | 55.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 58 | 0.94 | 0 | 0.28 | 0.69 | 162.4 | 0.88 | 0.17 |
| Hex | 5 | 50 | 3A | 5E | 0 | 1C | 45 | A2 | 58 | 11 |
| Octal | 5 | 120 | 72 | 136 | 0 | 34 | 105 | 242 | 130 | 21 |
| Binary | 101 | 1010000 | 111010 | 1011110 | 0 | 11100 | 1000101 | 10100010 | 1011000 | 10001 |
Color Harmonies of #05503A
Complementary color
Monochromatic Colors of #05503A
Black with #05503A
Text Example
Text Example
White with #05503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05503A; }
p { color: rgb(5,80,58); }
H1.HeaderClassName
{
color: #05503A;
}
.AnyTagClassName
{
color: #05503A;
}
</style>
background-color css
<style>
a { background-color: #05503A; }
a { background-color: rgb(5,80,58); }
div.DivClassName
{
background-color: #05503A;
}
.BgClassName
{
background-color: #05503A;
}
</style>
border-color css
<style>
span { border-color: #05503A; }
span { border-color: rgb(5,80,58); }
td.TdClassName
{
border-color: #05503A;
}
.TagClassName
{
border-color: #05503A;
}
</style>