Shades of Observatory #058E76
Tints of Observatory #058E76
RGB
CMYK
RGB Variations
Color information
#058E76 (or 0x058E76) is known color: Observatory. HEX triplet: 05, 8E and 76. RGB value is (5,142,118). Sum of RGB (Red+Green+Blue) = 5+142+118=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #058E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058E76 is #FA7189. Grayscale: #626262. Windows color (decimal): -16413066 or 7769605. OLE color: 7769605.
HSL color Cylindrical-coordinate representation of color #058E76: hue angle of 169.49º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058E76 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 142 | 118 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.44 |
| HSL | 169.49º | 0.93% | 0.29% | - |
| HSV(B) | 169.49º | 0.96% | 0.56% | - |
| XYZ | 13.01 | 20.69 | 20.45 | - |
| YUV | 98.3 | 139.11 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 142 | 118 | 0.96 | 0 | 0.17 | 0.44 | 169.49 | 0.93 | 0.29 |
| Hex | 5 | 8E | 76 | 60 | 0 | 11 | 2C | A9 | 5D | 1D |
| Octal | 5 | 216 | 166 | 140 | 0 | 21 | 54 | 251 | 135 | 35 |
| Binary | 101 | 10001110 | 1110110 | 1100000 | 0 | 10001 | 101100 | 10101001 | 1011101 | 11101 |
Color Harmonies of #058E76
Complementary color
Monochromatic Colors of #058E76
Black with #058E76
Text Example
Text Example
White with #058E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058E76; }
p { color: rgb(5,142,118); }
H1.HeaderClassName
{
color: #058E76;
}
.AnyTagClassName
{
color: #058E76;
}
</style>
background-color css
<style>
a { background-color: #058E76; }
a { background-color: rgb(5,142,118); }
div.DivClassName
{
background-color: #058E76;
}
.BgClassName
{
background-color: #058E76;
}
</style>
border-color css
<style>
span { border-color: #058E76; }
span { border-color: rgb(5,142,118); }
td.TdClassName
{
border-color: #058E76;
}
.TagClassName
{
border-color: #058E76;
}
</style>