Shades of Observatory #058B6A
Tints of Observatory #058B6A
RGB
CMYK
RGB Variations
Color information
#058B6A (or 0x058B6A) is known color: Observatory. HEX triplet: 05, 8B and 6A. RGB value is (5,139,106). Sum of RGB (Red+Green+Blue) = 5+139+106=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 139 (54.69% from 255 or 55.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 139 - color contains mainly: green. Hex color #058B6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B6A is #FA7495. Grayscale: #5F5F5F. Windows color (decimal): -16413846 or 6982405. OLE color: 6982405.
HSL color Cylindrical-coordinate representation of color #058B6A: hue angle of 165.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B6A is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 106 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.45 |
| HSL | 165.22º | 0.93% | 0.28% | - |
| HSV(B) | 165.22º | 0.96% | 0.55% | - |
| XYZ | 11.9 | 19.54 | 16.78 | - |
| YUV | 95.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 106 | 0.96 | 0 | 0.24 | 0.45 | 165.22 | 0.93 | 0.28 |
| Hex | 5 | 8B | 6A | 60 | 0 | 18 | 2D | A5 | 5D | 1C |
| Octal | 5 | 213 | 152 | 140 | 0 | 30 | 55 | 245 | 135 | 34 |
| Binary | 101 | 10001011 | 1101010 | 1100000 | 0 | 11000 | 101101 | 10100101 | 1011101 | 11100 |
Color Harmonies of #058B6A
Complementary color
Monochromatic Colors of #058B6A
Black with #058B6A
Text Example
Text Example
White with #058B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B6A; }
p { color: rgb(5,139,106); }
H1.HeaderClassName
{
color: #058B6A;
}
.AnyTagClassName
{
color: #058B6A;
}
</style>
background-color css
<style>
a { background-color: #058B6A; }
a { background-color: rgb(5,139,106); }
div.DivClassName
{
background-color: #058B6A;
}
.BgClassName
{
background-color: #058B6A;
}
</style>
border-color css
<style>
span { border-color: #058B6A; }
span { border-color: rgb(5,139,106); }
td.TdClassName
{
border-color: #058B6A;
}
.TagClassName
{
border-color: #058B6A;
}
</style>