Shades of Observatory #058D78
Tints of Observatory #058D78
RGB
CMYK
RGB Variations
Color information
#058D78 (or 0x058D78) is known color: Observatory. HEX triplet: 05, 8D and 78. RGB value is (5,141,120). Sum of RGB (Red+Green+Blue) = 5+141+120=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #058D78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D78 is #FA7287. Grayscale: #616161. Windows color (decimal): -16413320 or 7900421. OLE color: 7900421.
HSL color Cylindrical-coordinate representation of color #058D78: hue angle of 170.74º 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 #058D78 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 120 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.45 |
| HSL | 170.74º | 0.93% | 0.29% | - |
| HSV(B) | 170.74º | 0.96% | 0.55% | - |
| XYZ | 12.98 | 20.44 | 21.03 | - |
| YUV | 97.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 120 | 0.96 | 0 | 0.15 | 0.45 | 170.74 | 0.93 | 0.29 |
| Hex | 5 | 8D | 78 | 60 | 0 | F | 2D | AB | 5D | 1D |
| Octal | 5 | 215 | 170 | 140 | 0 | 17 | 55 | 253 | 135 | 35 |
| Binary | 101 | 10001101 | 1111000 | 1100000 | 0 | 1111 | 101101 | 10101011 | 1011101 | 11101 |
Color Harmonies of #058D78
Complementary color
Monochromatic Colors of #058D78
Black with #058D78
Text Example
Text Example
White with #058D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D78; }
p { color: rgb(5,141,120); }
H1.HeaderClassName
{
color: #058D78;
}
.AnyTagClassName
{
color: #058D78;
}
</style>
background-color css
<style>
a { background-color: #058D78; }
a { background-color: rgb(5,141,120); }
div.DivClassName
{
background-color: #058D78;
}
.BgClassName
{
background-color: #058D78;
}
</style>
border-color css
<style>
span { border-color: #058D78; }
span { border-color: rgb(5,141,120); }
td.TdClassName
{
border-color: #058D78;
}
.TagClassName
{
border-color: #058D78;
}
</style>