Shades of Teal #058285
Tints of Teal #058285
RGB
CMYK
RGB Variations
Color information
#058285 (or 0x058285) is known color: Teal. HEX triplet: 05, 82 and 85. RGB value is (5,130,133). Sum of RGB (Red+Green+Blue) = 5+130+133=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #058285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058285 is #FA7D7A. Grayscale: #5C5C5C. Windows color (decimal): -16416123 or 8749573. OLE color: 8749573.
HSL color Cylindrical-coordinate representation of color #058285: hue angle of 181.41º 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 #058285 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 130 | 133 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.48 |
| HSL | 181.41º | 0.93% | 0.27% | - |
| HSV(B) | 181.41º | 0.96% | 0.52% | - |
| XYZ | 12.28 | 17.69 | 24.96 | - |
| YUV | 92.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 133 | 0.96 | 0.02 | 0 | 0.48 | 181.41 | 0.93 | 0.27 |
| Hex | 5 | 82 | 85 | 60 | 2 | 0 | 30 | B5 | 5D | 1B |
| Octal | 5 | 202 | 205 | 140 | 2 | 0 | 60 | 265 | 135 | 33 |
| Binary | 101 | 10000010 | 10000101 | 1100000 | 10 | 0 | 110000 | 10110101 | 1011101 | 11011 |
Color Harmonies of #058285
Complementary color
Monochromatic Colors of #058285
Black with #058285
Text Example
Text Example
White with #058285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058285; }
p { color: rgb(5,130,133); }
H1.HeaderClassName
{
color: #058285;
}
.AnyTagClassName
{
color: #058285;
}
</style>
background-color css
<style>
a { background-color: #058285; }
a { background-color: rgb(5,130,133); }
div.DivClassName
{
background-color: #058285;
}
.BgClassName
{
background-color: #058285;
}
</style>
border-color css
<style>
span { border-color: #058285; }
span { border-color: rgb(5,130,133); }
td.TdClassName
{
border-color: #058285;
}
.TagClassName
{
border-color: #058285;
}
</style>