Shades of Observatory #058F7E
Tints of Observatory #058F7E
RGB
CMYK
RGB Variations
Color information
#058F7E (or 0x058F7E) is known color: Observatory. HEX triplet: 05, 8F and 7E. RGB value is (5,143,126). Sum of RGB (Red+Green+Blue) = 5+143+126=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #058F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F7E is #FA7081. Grayscale: #636363. Windows color (decimal): -16412802 or 8294149. OLE color: 8294149.
HSL color Cylindrical-coordinate representation of color #058F7E: hue angle of 172.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F7E is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 126 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.44 |
| HSL | 172.61º | 0.93% | 0.29% | - |
| HSV(B) | 172.61º | 0.97% | 0.56% | - |
| XYZ | 13.65 | 21.18 | 23.11 | - |
| YUV | 99.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 126 | 0.97 | 0 | 0.12 | 0.44 | 172.61 | 0.93 | 0.29 |
| Hex | 5 | 8F | 7E | 61 | 0 | C | 2C | AD | 5D | 1D |
| Octal | 5 | 217 | 176 | 141 | 0 | 14 | 54 | 255 | 135 | 35 |
| Binary | 101 | 10001111 | 1111110 | 1100001 | 0 | 1100 | 101100 | 10101101 | 1011101 | 11101 |
Color Harmonies of #058F7E
Complementary color
Monochromatic Colors of #058F7E
Black with #058F7E
Text Example
Text Example
White with #058F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F7E; }
p { color: rgb(5,143,126); }
H1.HeaderClassName
{
color: #058F7E;
}
.AnyTagClassName
{
color: #058F7E;
}
</style>
background-color css
<style>
a { background-color: #058F7E; }
a { background-color: rgb(5,143,126); }
div.DivClassName
{
background-color: #058F7E;
}
.BgClassName
{
background-color: #058F7E;
}
</style>
border-color css
<style>
span { border-color: #058F7E; }
span { border-color: rgb(5,143,126); }
td.TdClassName
{
border-color: #058F7E;
}
.TagClassName
{
border-color: #058F7E;
}
</style>