Shades of Observatory #058D6C
Tints of Observatory #058D6C
RGB
CMYK
RGB Variations
Color information
#058D6C (or 0x058D6C) is known color: Observatory. HEX triplet: 05, 8D and 6C. RGB value is (5,141,108). Sum of RGB (Red+Green+Blue) = 5+141+108=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #058D6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058D6C is #FA7293. Grayscale: #606060. Windows color (decimal): -16413332 or 7113989. OLE color: 7113989.
HSL color Cylindrical-coordinate representation of color #058D6C: hue angle of 165.44º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D6C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 108 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.45 |
| HSL | 165.44º | 0.93% | 0.29% | - |
| HSV(B) | 165.44º | 0.96% | 0.55% | - |
| XYZ | 12.29 | 20.16 | 17.43 | - |
| YUV | 96.57 | 134.44 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 108 | 0.96 | 0 | 0.23 | 0.45 | 165.44 | 0.93 | 0.29 |
| Hex | 5 | 8D | 6C | 60 | 0 | 17 | 2D | A5 | 5D | 1D |
| Octal | 5 | 215 | 154 | 140 | 0 | 27 | 55 | 245 | 135 | 35 |
| Binary | 101 | 10001101 | 1101100 | 1100000 | 0 | 10111 | 101101 | 10100101 | 1011101 | 11101 |
Color Harmonies of #058D6C
Complementary color
Monochromatic Colors of #058D6C
Black with #058D6C
Text Example
Text Example
White with #058D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D6C; }
p { color: rgb(5,141,108); }
H1.HeaderClassName
{
color: #058D6C;
}
.AnyTagClassName
{
color: #058D6C;
}
</style>
background-color css
<style>
a { background-color: #058D6C; }
a { background-color: rgb(5,141,108); }
div.DivClassName
{
background-color: #058D6C;
}
.BgClassName
{
background-color: #058D6C;
}
</style>
border-color css
<style>
span { border-color: #058D6C; }
span { border-color: rgb(5,141,108); }
td.TdClassName
{
border-color: #058D6C;
}
.TagClassName
{
border-color: #058D6C;
}
</style>