Shades of Observatory #058D74
Tints of Observatory #058D74
RGB
CMYK
RGB Variations
Color information
#058D74 (or 0x058D74) is known color: Observatory. HEX triplet: 05, 8D and 74. RGB value is (5,141,116). Sum of RGB (Red+Green+Blue) = 5+141+116=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #058D74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D74 is #FA728B. Grayscale: #616161. Windows color (decimal): -16413324 or 7638277. OLE color: 7638277.
HSL color Cylindrical-coordinate representation of color #058D74: hue angle of 168.97º 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 #058D74 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 116 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.45 |
| HSL | 168.97º | 0.93% | 0.29% | - |
| HSV(B) | 168.97º | 0.96% | 0.55% | - |
| XYZ | 12.74 | 20.34 | 19.78 | - |
| YUV | 97.49 | 138.44 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 116 | 0.96 | 0 | 0.18 | 0.45 | 168.97 | 0.93 | 0.29 |
| Hex | 5 | 8D | 74 | 60 | 0 | 12 | 2D | A9 | 5D | 1D |
| Octal | 5 | 215 | 164 | 140 | 0 | 22 | 55 | 251 | 135 | 35 |
| Binary | 101 | 10001101 | 1110100 | 1100000 | 0 | 10010 | 101101 | 10101001 | 1011101 | 11101 |
Color Harmonies of #058D74
Complementary color
Monochromatic Colors of #058D74
Black with #058D74
Text Example
Text Example
White with #058D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D74; }
p { color: rgb(5,141,116); }
H1.HeaderClassName
{
color: #058D74;
}
.AnyTagClassName
{
color: #058D74;
}
</style>
background-color css
<style>
a { background-color: #058D74; }
a { background-color: rgb(5,141,116); }
div.DivClassName
{
background-color: #058D74;
}
.BgClassName
{
background-color: #058D74;
}
</style>
border-color css
<style>
span { border-color: #058D74; }
span { border-color: rgb(5,141,116); }
td.TdClassName
{
border-color: #058D74;
}
.TagClassName
{
border-color: #058D74;
}
</style>