Shades of Observatory #058C65
Tints of Observatory #058C65
RGB
CMYK
RGB Variations
Color information
#058C65 (or 0x058C65) is known color: Observatory. HEX triplet: 05, 8C and 65. RGB value is (5,140,101). Sum of RGB (Red+Green+Blue) = 5+140+101=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #058C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C65 is #FA739A. Grayscale: #5F5F5F. Windows color (decimal): -16413595 or 6654981. OLE color: 6654981.
HSL color Cylindrical-coordinate representation of color #058C65: hue angle of 162.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C65 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 101 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.45 |
| HSL | 162.67º | 0.93% | 0.28% | - |
| HSV(B) | 162.67º | 0.96% | 0.55% | - |
| XYZ | 11.79 | 19.73 | 15.5 | - |
| YUV | 95.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 101 | 0.96 | 0 | 0.28 | 0.45 | 162.67 | 0.93 | 0.28 |
| Hex | 5 | 8C | 65 | 60 | 0 | 1C | 2D | A3 | 5D | 1C |
| Octal | 5 | 214 | 145 | 140 | 0 | 34 | 55 | 243 | 135 | 34 |
| Binary | 101 | 10001100 | 1100101 | 1100000 | 0 | 11100 | 101101 | 10100011 | 1011101 | 11100 |
Color Harmonies of #058C65
Complementary color
Monochromatic Colors of #058C65
Black with #058C65
Text Example
Text Example
White with #058C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C65; }
p { color: rgb(5,140,101); }
H1.HeaderClassName
{
color: #058C65;
}
.AnyTagClassName
{
color: #058C65;
}
</style>
background-color css
<style>
a { background-color: #058C65; }
a { background-color: rgb(5,140,101); }
div.DivClassName
{
background-color: #058C65;
}
.BgClassName
{
background-color: #058C65;
}
</style>
border-color css
<style>
span { border-color: #058C65; }
span { border-color: rgb(5,140,101); }
td.TdClassName
{
border-color: #058C65;
}
.TagClassName
{
border-color: #058C65;
}
</style>