Shades of Teal #057885
Tints of Teal #057885
RGB
CMYK
RGB Variations
Color information
#057885 (or 0x057885) is known color: Teal. HEX triplet: 05, 78 and 85. RGB value is (5,120,133). Sum of RGB (Red+Green+Blue) = 5+120+133=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #057885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057885 is #FA877A. Grayscale: #565656. Windows color (decimal): -16418683 or 8747013. OLE color: 8747013.
HSL color Cylindrical-coordinate representation of color #057885: hue angle of 186.09º 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 #057885 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 120 | 133 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.48 |
| HSL | 186.09º | 0.93% | 0.27% | - |
| HSV(B) | 186.09º | 0.96% | 0.52% | - |
| XYZ | 11.01 | 15.16 | 24.54 | - |
| YUV | 87.1 | 153.9 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 133 | 0.96 | 0.10 | 0 | 0.48 | 186.09 | 0.93 | 0.27 |
| Hex | 5 | 78 | 85 | 60 | A | 0 | 30 | BA | 5D | 1B |
| Octal | 5 | 170 | 205 | 140 | 12 | 0 | 60 | 272 | 135 | 33 |
| Binary | 101 | 1111000 | 10000101 | 1100000 | 1010 | 0 | 110000 | 10111010 | 1011101 | 11011 |
Color Harmonies of #057885
Complementary color
Monochromatic Colors of #057885
Black with #057885
Text Example
Text Example
White with #057885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057885; }
p { color: rgb(5,120,133); }
H1.HeaderClassName
{
color: #057885;
}
.AnyTagClassName
{
color: #057885;
}
</style>
background-color css
<style>
a { background-color: #057885; }
a { background-color: rgb(5,120,133); }
div.DivClassName
{
background-color: #057885;
}
.BgClassName
{
background-color: #057885;
}
</style>
border-color css
<style>
span { border-color: #057885; }
span { border-color: rgb(5,120,133); }
td.TdClassName
{
border-color: #057885;
}
.TagClassName
{
border-color: #057885;
}
</style>