Shades of Observatory #058D72
Tints of Observatory #058D72
RGB
CMYK
RGB Variations
Color information
#058D72 (or 0x058D72) is known color: Observatory. HEX triplet: 05, 8D and 72. RGB value is (5,141,114). Sum of RGB (Red+Green+Blue) = 5+141+114=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #058D72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D72 is #FA728D. Grayscale: #616161. Windows color (decimal): -16413326 or 7507205. OLE color: 7507205.
HSL color Cylindrical-coordinate representation of color #058D72: hue angle of 168.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D72 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 114 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.45 |
| HSL | 168.09º | 0.93% | 0.29% | - |
| HSV(B) | 168.09º | 0.96% | 0.55% | - |
| XYZ | 12.62 | 20.3 | 19.17 | - |
| YUV | 97.26 | 137.44 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 114 | 0.96 | 0 | 0.19 | 0.45 | 168.09 | 0.93 | 0.29 |
| Hex | 5 | 8D | 72 | 60 | 0 | 13 | 2D | A8 | 5D | 1D |
| Octal | 5 | 215 | 162 | 140 | 0 | 23 | 55 | 250 | 135 | 35 |
| Binary | 101 | 10001101 | 1110010 | 1100000 | 0 | 10011 | 101101 | 10101000 | 1011101 | 11101 |
Color Harmonies of #058D72
Complementary color
Monochromatic Colors of #058D72
Black with #058D72
Text Example
Text Example
White with #058D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D72; }
p { color: rgb(5,141,114); }
H1.HeaderClassName
{
color: #058D72;
}
.AnyTagClassName
{
color: #058D72;
}
</style>
background-color css
<style>
a { background-color: #058D72; }
a { background-color: rgb(5,141,114); }
div.DivClassName
{
background-color: #058D72;
}
.BgClassName
{
background-color: #058D72;
}
</style>
border-color css
<style>
span { border-color: #058D72; }
span { border-color: rgb(5,141,114); }
td.TdClassName
{
border-color: #058D72;
}
.TagClassName
{
border-color: #058D72;
}
</style>