Shades of Observatory #058A6B
Tints of Observatory #058A6B
RGB
CMYK
RGB Variations
Color information
#058A6B (or 0x058A6B) is known color: Observatory. HEX triplet: 05, 8A and 6B. RGB value is (5,138,107). Sum of RGB (Red+Green+Blue) = 5+138+107=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #058A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A6B is #FA7594. Grayscale: #5E5E5E. Windows color (decimal): -16414101 or 7047685. OLE color: 7047685.
HSL color Cylindrical-coordinate representation of color #058A6B: hue angle of 166.02º 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 #058A6B is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 138 | 107 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.46 |
| HSL | 166.02º | 0.93% | 0.28% | - |
| HSV(B) | 166.02º | 0.96% | 0.54% | - |
| XYZ | 11.8 | 19.27 | 17.01 | - |
| YUV | 94.7 | 134.94 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 107 | 0.96 | 0 | 0.22 | 0.46 | 166.02 | 0.93 | 0.28 |
| Hex | 5 | 8A | 6B | 60 | 0 | 16 | 2E | A6 | 5D | 1C |
| Octal | 5 | 212 | 153 | 140 | 0 | 26 | 56 | 246 | 135 | 34 |
| Binary | 101 | 10001010 | 1101011 | 1100000 | 0 | 10110 | 101110 | 10100110 | 1011101 | 11100 |
Color Harmonies of #058A6B
Complementary color
Monochromatic Colors of #058A6B
Black with #058A6B
Text Example
Text Example
White with #058A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058A6B; }
p { color: rgb(5,138,107); }
H1.HeaderClassName
{
color: #058A6B;
}
.AnyTagClassName
{
color: #058A6B;
}
</style>
background-color css
<style>
a { background-color: #058A6B; }
a { background-color: rgb(5,138,107); }
div.DivClassName
{
background-color: #058A6B;
}
.BgClassName
{
background-color: #058A6B;
}
</style>
border-color css
<style>
span { border-color: #058A6B; }
span { border-color: rgb(5,138,107); }
td.TdClassName
{
border-color: #058A6B;
}
.TagClassName
{
border-color: #058A6B;
}
</style>