Shades of Observatory #058F7A
Tints of Observatory #058F7A
RGB
CMYK
RGB Variations
Color information
#058F7A (or 0x058F7A) is known color: Observatory. HEX triplet: 05, 8F and 7A. RGB value is (5,143,122). Sum of RGB (Red+Green+Blue) = 5+143+122=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #058F7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F7A is #FA7085. Grayscale: #636363. Windows color (decimal): -16412806 or 8032005. OLE color: 8032005.
HSL color Cylindrical-coordinate representation of color #058F7A: hue angle of 170.87º 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 #058F7A is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 122 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.44 |
| HSL | 170.87º | 0.93% | 0.29% | - |
| HSV(B) | 170.87º | 0.97% | 0.56% | - |
| XYZ | 13.4 | 21.08 | 21.78 | - |
| YUV | 99.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 122 | 0.97 | 0 | 0.15 | 0.44 | 170.87 | 0.93 | 0.29 |
| Hex | 5 | 8F | 7A | 61 | 0 | F | 2C | AB | 5D | 1D |
| Octal | 5 | 217 | 172 | 141 | 0 | 17 | 54 | 253 | 135 | 35 |
| Binary | 101 | 10001111 | 1111010 | 1100001 | 0 | 1111 | 101100 | 10101011 | 1011101 | 11101 |
Color Harmonies of #058F7A
Complementary color
Monochromatic Colors of #058F7A
Black with #058F7A
Text Example
Text Example
White with #058F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F7A; }
p { color: rgb(5,143,122); }
H1.HeaderClassName
{
color: #058F7A;
}
.AnyTagClassName
{
color: #058F7A;
}
</style>
background-color css
<style>
a { background-color: #058F7A; }
a { background-color: rgb(5,143,122); }
div.DivClassName
{
background-color: #058F7A;
}
.BgClassName
{
background-color: #058F7A;
}
</style>
border-color css
<style>
span { border-color: #058F7A; }
span { border-color: rgb(5,143,122); }
td.TdClassName
{
border-color: #058F7A;
}
.TagClassName
{
border-color: #058F7A;
}
</style>