Shades of Teal #057289
Tints of Teal #057289
RGB
CMYK
RGB Variations
Color information
#057289 (or 0x057289) is known color: Teal. HEX triplet: 05, 72 and 89. RGB value is (5,114,137). Sum of RGB (Red+Green+Blue) = 5+114+137=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #057289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057289 is #FA8D76. Grayscale: #535353. Windows color (decimal): -16420215 or 9007621. OLE color: 9007621.
HSL color Cylindrical-coordinate representation of color #057289: hue angle of 190.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057289 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 114 | 137 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.46 |
| HSL | 190.45º | 0.93% | 0.28% | - |
| HSV(B) | 190.45º | 0.96% | 0.54% | - |
| XYZ | 10.6 | 13.87 | 25.79 | - |
| YUV | 84.03 | 157.89 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 137 | 0.96 | 0.17 | 0 | 0.46 | 190.45 | 0.93 | 0.28 |
| Hex | 5 | 72 | 89 | 60 | 11 | 0 | 2E | BE | 5D | 1C |
| Octal | 5 | 162 | 211 | 140 | 21 | 0 | 56 | 276 | 135 | 34 |
| Binary | 101 | 1110010 | 10001001 | 1100000 | 10001 | 0 | 101110 | 10111110 | 1011101 | 11100 |
Color Harmonies of #057289
Complementary color
Monochromatic Colors of #057289
Black with #057289
Text Example
Text Example
White with #057289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057289; }
p { color: rgb(5,114,137); }
H1.HeaderClassName
{
color: #057289;
}
.AnyTagClassName
{
color: #057289;
}
</style>
background-color css
<style>
a { background-color: #057289; }
a { background-color: rgb(5,114,137); }
div.DivClassName
{
background-color: #057289;
}
.BgClassName
{
background-color: #057289;
}
</style>
border-color css
<style>
span { border-color: #057289; }
span { border-color: rgb(5,114,137); }
td.TdClassName
{
border-color: #057289;
}
.TagClassName
{
border-color: #057289;
}
</style>