Shades of Observatory #058A62
Tints of Observatory #058A62
RGB
CMYK
RGB Variations
Color information
#058A62 (or 0x058A62) is known color: Observatory. HEX triplet: 05, 8A and 62. RGB value is (5,138,98). Sum of RGB (Red+Green+Blue) = 5+138+98=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #058A62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A62 is #FA759D. Grayscale: #5D5D5D. Windows color (decimal): -16414110 or 6457861. OLE color: 6457861.
HSL color Cylindrical-coordinate representation of color #058A62: hue angle of 161.95º 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 #058A62 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 138 | 98 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.46 |
| HSL | 161.95º | 0.93% | 0.28% | - |
| HSV(B) | 161.95º | 0.96% | 0.54% | - |
| XYZ | 11.36 | 19.09 | 14.64 | - |
| YUV | 93.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 98 | 0.96 | 0 | 0.29 | 0.46 | 161.95 | 0.93 | 0.28 |
| Hex | 5 | 8A | 62 | 60 | 0 | 1D | 2E | A2 | 5D | 1C |
| Octal | 5 | 212 | 142 | 140 | 0 | 35 | 56 | 242 | 135 | 34 |
| Binary | 101 | 10001010 | 1100010 | 1100000 | 0 | 11101 | 101110 | 10100010 | 1011101 | 11100 |
Color Harmonies of #058A62
Complementary color
Monochromatic Colors of #058A62
Black with #058A62
Text Example
Text Example
White with #058A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058A62; }
p { color: rgb(5,138,98); }
H1.HeaderClassName
{
color: #058A62;
}
.AnyTagClassName
{
color: #058A62;
}
</style>
background-color css
<style>
a { background-color: #058A62; }
a { background-color: rgb(5,138,98); }
div.DivClassName
{
background-color: #058A62;
}
.BgClassName
{
background-color: #058A62;
}
</style>
border-color css
<style>
span { border-color: #058A62; }
span { border-color: rgb(5,138,98); }
td.TdClassName
{
border-color: #058A62;
}
.TagClassName
{
border-color: #058A62;
}
</style>