Shades of Teal #057884
Tints of Teal #057884
RGB
CMYK
RGB Variations
Color information
#057884 (or 0x057884) is known color: Teal. HEX triplet: 05, 78 and 84. RGB value is (5,120,132). Sum of RGB (Red+Green+Blue) = 5+120+132=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #057884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057884 is #FA877B. Grayscale: #565656. Windows color (decimal): -16418684 or 8681477. OLE color: 8681477.
HSL color Cylindrical-coordinate representation of color #057884: hue angle of 185.67º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057884 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 120 | 132 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.48 |
| HSL | 185.67º | 0.93% | 0.27% | - |
| HSV(B) | 185.67º | 0.96% | 0.52% | - |
| XYZ | 10.94 | 15.13 | 24.17 | - |
| YUV | 86.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 132 | 0.96 | 0.09 | 0 | 0.48 | 185.67 | 0.93 | 0.27 |
| Hex | 5 | 78 | 84 | 60 | 9 | 0 | 30 | BA | 5D | 1B |
| Octal | 5 | 170 | 204 | 140 | 11 | 0 | 60 | 272 | 135 | 33 |
| Binary | 101 | 1111000 | 10000100 | 1100000 | 1001 | 0 | 110000 | 10111010 | 1011101 | 11011 |
Color Harmonies of #057884
Complementary color
Monochromatic Colors of #057884
Black with #057884
Text Example
Text Example
White with #057884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057884; }
p { color: rgb(5,120,132); }
H1.HeaderClassName
{
color: #057884;
}
.AnyTagClassName
{
color: #057884;
}
</style>
background-color css
<style>
a { background-color: #057884; }
a { background-color: rgb(5,120,132); }
div.DivClassName
{
background-color: #057884;
}
.BgClassName
{
background-color: #057884;
}
</style>
border-color css
<style>
span { border-color: #057884; }
span { border-color: rgb(5,120,132); }
td.TdClassName
{
border-color: #057884;
}
.TagClassName
{
border-color: #057884;
}
</style>