Shades of Observatory #058A70
Tints of Observatory #058A70
RGB
CMYK
RGB Variations
Color information
#058A70 (or 0x058A70) is known color: Observatory. HEX triplet: 05, 8A and 70. RGB value is (5,138,112). Sum of RGB (Red+Green+Blue) = 5+138+112=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #058A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A70 is #FA758F. Grayscale: #5F5F5F. Windows color (decimal): -16414096 or 7375365. OLE color: 7375365.
HSL color Cylindrical-coordinate representation of color #058A70: hue angle of 168.27º 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 #058A70 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 138 | 112 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.46 |
| HSL | 168.27º | 0.93% | 0.28% | - |
| HSV(B) | 168.27º | 0.96% | 0.54% | - |
| XYZ | 12.08 | 19.38 | 18.43 | - |
| YUV | 95.27 | 137.44 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 112 | 0.96 | 0 | 0.19 | 0.46 | 168.27 | 0.93 | 0.28 |
| Hex | 5 | 8A | 70 | 60 | 0 | 13 | 2E | A8 | 5D | 1C |
| Octal | 5 | 212 | 160 | 140 | 0 | 23 | 56 | 250 | 135 | 34 |
| Binary | 101 | 10001010 | 1110000 | 1100000 | 0 | 10011 | 101110 | 10101000 | 1011101 | 11100 |
Color Harmonies of #058A70
Complementary color
Monochromatic Colors of #058A70
Black with #058A70
Text Example
Text Example
White with #058A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058A70; }
p { color: rgb(5,138,112); }
H1.HeaderClassName
{
color: #058A70;
}
.AnyTagClassName
{
color: #058A70;
}
</style>
background-color css
<style>
a { background-color: #058A70; }
a { background-color: rgb(5,138,112); }
div.DivClassName
{
background-color: #058A70;
}
.BgClassName
{
background-color: #058A70;
}
</style>
border-color css
<style>
span { border-color: #058A70; }
span { border-color: rgb(5,138,112); }
td.TdClassName
{
border-color: #058A70;
}
.TagClassName
{
border-color: #058A70;
}
</style>