Shades of Observatory #058F6C
Tints of Observatory #058F6C
RGB
CMYK
RGB Variations
Color information
#058F6C (or 0x058F6C) is known color: Observatory. HEX triplet: 05, 8F and 6C. RGB value is (5,143,108). Sum of RGB (Red+Green+Blue) = 5+143+108=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 143 (56.25% from 255 or 55.86% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 143 - color contains mainly: green. Hex color #058F6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058F6C is #FA7093. Grayscale: #616161. Windows color (decimal): -16412820 or 7114501. OLE color: 7114501.
HSL color Cylindrical-coordinate representation of color #058F6C: hue angle of 164.78º 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 #058F6C is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 108 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.44 |
| HSL | 164.78º | 0.93% | 0.29% | - |
| HSV(B) | 164.78º | 0.97% | 0.56% | - |
| XYZ | 12.59 | 20.76 | 17.53 | - |
| YUV | 97.75 | 133.78 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 108 | 0.97 | 0 | 0.24 | 0.44 | 164.78 | 0.93 | 0.29 |
| Hex | 5 | 8F | 6C | 61 | 0 | 18 | 2C | A5 | 5D | 1D |
| Octal | 5 | 217 | 154 | 141 | 0 | 30 | 54 | 245 | 135 | 35 |
| Binary | 101 | 10001111 | 1101100 | 1100001 | 0 | 11000 | 101100 | 10100101 | 1011101 | 11101 |
Color Harmonies of #058F6C
Complementary color
Monochromatic Colors of #058F6C
Black with #058F6C
Text Example
Text Example
White with #058F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F6C; }
p { color: rgb(5,143,108); }
H1.HeaderClassName
{
color: #058F6C;
}
.AnyTagClassName
{
color: #058F6C;
}
</style>
background-color css
<style>
a { background-color: #058F6C; }
a { background-color: rgb(5,143,108); }
div.DivClassName
{
background-color: #058F6C;
}
.BgClassName
{
background-color: #058F6C;
}
</style>
border-color css
<style>
span { border-color: #058F6C; }
span { border-color: rgb(5,143,108); }
td.TdClassName
{
border-color: #058F6C;
}
.TagClassName
{
border-color: #058F6C;
}
</style>