Shades of Observatory #058A6D
Tints of Observatory #058A6D
RGB
CMYK
RGB Variations
Color information
#058A6D (or 0x058A6D) is known color: Observatory. HEX triplet: 05, 8A and 6D. RGB value is (5,138,109). Sum of RGB (Red+Green+Blue) = 5+138+109=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #058A6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A6D is #FA7592. Grayscale: #5E5E5E. Windows color (decimal): -16414099 or 7178757. OLE color: 7178757.
HSL color Cylindrical-coordinate representation of color #058A6D: hue angle of 166.92º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A6D is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 138 | 109 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.46 |
| HSL | 166.92º | 0.93% | 0.28% | - |
| HSV(B) | 166.92º | 0.96% | 0.54% | - |
| XYZ | 11.91 | 19.31 | 17.57 | - |
| YUV | 94.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 109 | 0.96 | 0 | 0.21 | 0.46 | 166.92 | 0.93 | 0.28 |
| Hex | 5 | 8A | 6D | 60 | 0 | 15 | 2E | A7 | 5D | 1C |
| Octal | 5 | 212 | 155 | 140 | 0 | 25 | 56 | 247 | 135 | 34 |
| Binary | 101 | 10001010 | 1101101 | 1100000 | 0 | 10101 | 101110 | 10100111 | 1011101 | 11100 |
Color Harmonies of #058A6D
Complementary color
Monochromatic Colors of #058A6D
Black with #058A6D
Text Example
Text Example
White with #058A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058A6D; }
p { color: rgb(5,138,109); }
H1.HeaderClassName
{
color: #058A6D;
}
.AnyTagClassName
{
color: #058A6D;
}
</style>
background-color css
<style>
a { background-color: #058A6D; }
a { background-color: rgb(5,138,109); }
div.DivClassName
{
background-color: #058A6D;
}
.BgClassName
{
background-color: #058A6D;
}
</style>
border-color css
<style>
span { border-color: #058A6D; }
span { border-color: rgb(5,138,109); }
td.TdClassName
{
border-color: #058A6D;
}
.TagClassName
{
border-color: #058A6D;
}
</style>