Shades of Deep Teal #05493B
Tints of Deep Teal #05493B
RGB
CMYK
RGB Variations
Color information
#05493B (or 0x05493B) is known color: Deep Teal. HEX triplet: 05, 49 and 3B. RGB value is (5,73,59). Sum of RGB (Red+Green+Blue) = 5+73+59=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #05493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05493B is #FAB6C4. Grayscale: #333333. Windows color (decimal): -16430789 or 3885317. OLE color: 3885317.
HSL color Cylindrical-coordinate representation of color #05493B: hue angle of 167.65º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05493B is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 73 | 59 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.71 |
| HSL | 167.65º | 0.87% | 0.15% | - |
| HSV(B) | 167.65º | 0.93% | 0.29% | - |
| XYZ | 3.23 | 5.11 | 4.95 | - |
| YUV | 51.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 59 | 0.93 | 0 | 0.19 | 0.71 | 167.65 | 0.87 | 0.15 |
| Hex | 5 | 49 | 3B | 5D | 0 | 13 | 47 | A8 | 57 | F |
| Octal | 5 | 111 | 73 | 135 | 0 | 23 | 107 | 250 | 127 | 17 |
| Binary | 101 | 1001001 | 111011 | 1011101 | 0 | 10011 | 1000111 | 10101000 | 1010111 | 1111 |
Color Harmonies of #05493B
Complementary color
Monochromatic Colors of #05493B
Black with #05493B
Text Example
Text Example
White with #05493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05493B; }
p { color: rgb(5,73,59); }
H1.HeaderClassName
{
color: #05493B;
}
.AnyTagClassName
{
color: #05493B;
}
</style>
background-color css
<style>
a { background-color: #05493B; }
a { background-color: rgb(5,73,59); }
div.DivClassName
{
background-color: #05493B;
}
.BgClassName
{
background-color: #05493B;
}
</style>
border-color css
<style>
span { border-color: #05493B; }
span { border-color: rgb(5,73,59); }
td.TdClassName
{
border-color: #05493B;
}
.TagClassName
{
border-color: #05493B;
}
</style>