Shades of Teal #057580
Tints of Teal #057580
RGB
CMYK
RGB Variations
Color information
#057580 (or 0x057580) is known color: Teal. HEX triplet: 05, 75 and 80. RGB value is (5,117,128). Sum of RGB (Red+Green+Blue) = 5+117+128=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #057580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057580 is #FA8A7F. Grayscale: #545454. Windows color (decimal): -16419456 or 8418565. OLE color: 8418565.
HSL color Cylindrical-coordinate representation of color #057580: hue angle of 185.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057580 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 117 | 128 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.50 |
| HSL | 185.37º | 0.92% | 0.26% | - |
| HSV(B) | 185.37º | 0.96% | 0.5% | - |
| XYZ | 10.32 | 14.31 | 22.64 | - |
| YUV | 84.77 | 152.39 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 128 | 0.96 | 0.09 | 0 | 0.50 | 185.37 | 0.92 | 0.26 |
| Hex | 5 | 75 | 80 | 60 | 9 | 0 | 32 | B9 | 5C | 1A |
| Octal | 5 | 165 | 200 | 140 | 11 | 0 | 62 | 271 | 134 | 32 |
| Binary | 101 | 1110101 | 10000000 | 1100000 | 1001 | 0 | 110010 | 10111001 | 1011100 | 11010 |
Color Harmonies of #057580
Complementary color
Monochromatic Colors of #057580
Black with #057580
Text Example
Text Example
White with #057580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057580; }
p { color: rgb(5,117,128); }
H1.HeaderClassName
{
color: #057580;
}
.AnyTagClassName
{
color: #057580;
}
</style>
background-color css
<style>
a { background-color: #057580; }
a { background-color: rgb(5,117,128); }
div.DivClassName
{
background-color: #057580;
}
.BgClassName
{
background-color: #057580;
}
</style>
border-color css
<style>
span { border-color: #057580; }
span { border-color: rgb(5,117,128); }
td.TdClassName
{
border-color: #057580;
}
.TagClassName
{
border-color: #057580;
}
</style>