Shades of Teal #057381
Tints of Teal #057381
RGB
CMYK
RGB Variations
Color information
#057381 (or 0x057381) is known color: Teal. HEX triplet: 05, 73 and 81. RGB value is (5,115,129). Sum of RGB (Red+Green+Blue) = 5+115+129=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #057381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057381 is #FA8C7E. Grayscale: #535353. Windows color (decimal): -16419967 or 8483589. OLE color: 8483589.
HSL color Cylindrical-coordinate representation of color #057381: hue angle of 186.77º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057381 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 115 | 129 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.49 |
| HSL | 186.77º | 0.93% | 0.26% | - |
| HSV(B) | 186.77º | 0.96% | 0.51% | - |
| XYZ | 10.16 | 13.88 | 22.91 | - |
| YUV | 83.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 129 | 0.96 | 0.11 | 0 | 0.49 | 186.77 | 0.93 | 0.26 |
| Hex | 5 | 73 | 81 | 60 | B | 0 | 31 | BB | 5D | 1A |
| Octal | 5 | 163 | 201 | 140 | 13 | 0 | 61 | 273 | 135 | 32 |
| Binary | 101 | 1110011 | 10000001 | 1100000 | 1011 | 0 | 110001 | 10111011 | 1011101 | 11010 |
Color Harmonies of #057381
Complementary color
Monochromatic Colors of #057381
Black with #057381
Text Example
Text Example
White with #057381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057381; }
p { color: rgb(5,115,129); }
H1.HeaderClassName
{
color: #057381;
}
.AnyTagClassName
{
color: #057381;
}
</style>
background-color css
<style>
a { background-color: #057381; }
a { background-color: rgb(5,115,129); }
div.DivClassName
{
background-color: #057381;
}
.BgClassName
{
background-color: #057381;
}
</style>
border-color css
<style>
span { border-color: #057381; }
span { border-color: rgb(5,115,129); }
td.TdClassName
{
border-color: #057381;
}
.TagClassName
{
border-color: #057381;
}
</style>