Shades of Teal #057388
Tints of Teal #057388
RGB
CMYK
RGB Variations
Color information
#057388 (or 0x057388) is known color: Teal. HEX triplet: 05, 73 and 88. RGB value is (5,115,136). Sum of RGB (Red+Green+Blue) = 5+115+136=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #057388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057388 is #FA8C77. Grayscale: #545454. Windows color (decimal): -16419960 or 8942341. OLE color: 8942341.
HSL color Cylindrical-coordinate representation of color #057388: hue angle of 189.62º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057388 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 115 | 136 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.47 |
| HSL | 189.62º | 0.93% | 0.28% | - |
| HSV(B) | 189.62º | 0.96% | 0.53% | - |
| XYZ | 10.64 | 14.07 | 25.45 | - |
| YUV | 84.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 115 | 136 | 0.96 | 0.15 | 0 | 0.47 | 189.62 | 0.93 | 0.28 |
| Hex | 5 | 73 | 88 | 60 | F | 0 | 2F | BE | 5D | 1C |
| Octal | 5 | 163 | 210 | 140 | 17 | 0 | 57 | 276 | 135 | 34 |
| Binary | 101 | 1110011 | 10001000 | 1100000 | 1111 | 0 | 101111 | 10111110 | 1011101 | 11100 |
Color Harmonies of #057388
Complementary color
Monochromatic Colors of #057388
Black with #057388
Text Example
Text Example
White with #057388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057388; }
p { color: rgb(5,115,136); }
H1.HeaderClassName
{
color: #057388;
}
.AnyTagClassName
{
color: #057388;
}
</style>
background-color css
<style>
a { background-color: #057388; }
a { background-color: rgb(5,115,136); }
div.DivClassName
{
background-color: #057388;
}
.BgClassName
{
background-color: #057388;
}
</style>
border-color css
<style>
span { border-color: #057388; }
span { border-color: rgb(5,115,136); }
td.TdClassName
{
border-color: #057388;
}
.TagClassName
{
border-color: #057388;
}
</style>