Shades of Observatory #058C78
Tints of Observatory #058C78
RGB
CMYK
RGB Variations
Color information
#058C78 (or 0x058C78) is known color: Observatory. HEX triplet: 05, 8C and 78. RGB value is (5,140,120). Sum of RGB (Red+Green+Blue) = 5+140+120=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #058C78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C78 is #FA7387. Grayscale: #616161. Windows color (decimal): -16413576 or 7900165. OLE color: 7900165.
HSL color Cylindrical-coordinate representation of color #058C78: hue angle of 171.11º 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 #058C78 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 120 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.45 |
| HSL | 171.11º | 0.93% | 0.28% | - |
| HSV(B) | 171.11º | 0.96% | 0.55% | - |
| XYZ | 12.83 | 20.14 | 20.98 | - |
| YUV | 97.36 | 140.77 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 120 | 0.96 | 0 | 0.14 | 0.45 | 171.11 | 0.93 | 0.28 |
| Hex | 5 | 8C | 78 | 60 | 0 | E | 2D | AB | 5D | 1C |
| Octal | 5 | 214 | 170 | 140 | 0 | 16 | 55 | 253 | 135 | 34 |
| Binary | 101 | 10001100 | 1111000 | 1100000 | 0 | 1110 | 101101 | 10101011 | 1011101 | 11100 |
Color Harmonies of #058C78
Complementary color
Monochromatic Colors of #058C78
Black with #058C78
Text Example
Text Example
White with #058C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C78; }
p { color: rgb(5,140,120); }
H1.HeaderClassName
{
color: #058C78;
}
.AnyTagClassName
{
color: #058C78;
}
</style>
background-color css
<style>
a { background-color: #058C78; }
a { background-color: rgb(5,140,120); }
div.DivClassName
{
background-color: #058C78;
}
.BgClassName
{
background-color: #058C78;
}
</style>
border-color css
<style>
span { border-color: #058C78; }
span { border-color: rgb(5,140,120); }
td.TdClassName
{
border-color: #058C78;
}
.TagClassName
{
border-color: #058C78;
}
</style>