Shades of Observatory #058D6E
Tints of Observatory #058D6E
RGB
CMYK
RGB Variations
Color information
#058D6E (or 0x058D6E) is known color: Observatory. HEX triplet: 05, 8D and 6E. RGB value is (5,141,110). Sum of RGB (Red+Green+Blue) = 5+141+110=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #058D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D6E is #FA7291. Grayscale: #606060. Windows color (decimal): -16413330 or 7245061. OLE color: 7245061.
HSL color Cylindrical-coordinate representation of color #058D6E: hue angle of 166.32º 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 #058D6E is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 110 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.45 |
| HSL | 166.32º | 0.93% | 0.29% | - |
| HSV(B) | 166.32º | 0.96% | 0.55% | - |
| XYZ | 12.4 | 20.21 | 18 | - |
| YUV | 96.8 | 135.44 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 110 | 0.96 | 0 | 0.22 | 0.45 | 166.32 | 0.93 | 0.29 |
| Hex | 5 | 8D | 6E | 60 | 0 | 16 | 2D | A6 | 5D | 1D |
| Octal | 5 | 215 | 156 | 140 | 0 | 26 | 55 | 246 | 135 | 35 |
| Binary | 101 | 10001101 | 1101110 | 1100000 | 0 | 10110 | 101101 | 10100110 | 1011101 | 11101 |
Color Harmonies of #058D6E
Complementary color
Monochromatic Colors of #058D6E
Black with #058D6E
Text Example
Text Example
White with #058D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D6E; }
p { color: rgb(5,141,110); }
H1.HeaderClassName
{
color: #058D6E;
}
.AnyTagClassName
{
color: #058D6E;
}
</style>
background-color css
<style>
a { background-color: #058D6E; }
a { background-color: rgb(5,141,110); }
div.DivClassName
{
background-color: #058D6E;
}
.BgClassName
{
background-color: #058D6E;
}
</style>
border-color css
<style>
span { border-color: #058D6E; }
span { border-color: rgb(5,141,110); }
td.TdClassName
{
border-color: #058D6E;
}
.TagClassName
{
border-color: #058D6E;
}
</style>