Shades of Teal #057585
Tints of Teal #057585
RGB
CMYK
RGB Variations
Color information
#057585 (or 0x057585) is known color: Teal. HEX triplet: 05, 75 and 85. RGB value is (5,117,133). Sum of RGB (Red+Green+Blue) = 5+117+133=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #057585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057585 is #FA8A7A. Grayscale: #555555. Windows color (decimal): -16419451 or 8746245. OLE color: 8746245.
HSL color Cylindrical-coordinate representation of color #057585: hue angle of 187.5º 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 #057585 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 117 | 133 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.48 |
| HSL | 187.5º | 0.93% | 0.27% | - |
| HSV(B) | 187.5º | 0.96% | 0.52% | - |
| XYZ | 10.66 | 14.45 | 24.42 | - |
| YUV | 85.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 133 | 0.96 | 0.12 | 0 | 0.48 | 187.5 | 0.93 | 0.27 |
| Hex | 5 | 75 | 85 | 60 | C | 0 | 30 | BC | 5D | 1B |
| Octal | 5 | 165 | 205 | 140 | 14 | 0 | 60 | 274 | 135 | 33 |
| Binary | 101 | 1110101 | 10000101 | 1100000 | 1100 | 0 | 110000 | 10111100 | 1011101 | 11011 |
Color Harmonies of #057585
Complementary color
Monochromatic Colors of #057585
Black with #057585
Text Example
Text Example
White with #057585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057585; }
p { color: rgb(5,117,133); }
H1.HeaderClassName
{
color: #057585;
}
.AnyTagClassName
{
color: #057585;
}
</style>
background-color css
<style>
a { background-color: #057585; }
a { background-color: rgb(5,117,133); }
div.DivClassName
{
background-color: #057585;
}
.BgClassName
{
background-color: #057585;
}
</style>
border-color css
<style>
span { border-color: #057585; }
span { border-color: rgb(5,117,133); }
td.TdClassName
{
border-color: #057585;
}
.TagClassName
{
border-color: #057585;
}
</style>