Shades of Observatory #058B69
Tints of Observatory #058B69
RGB
CMYK
RGB Variations
Color information
#058B69 (or 0x058B69) is known color: Observatory. HEX triplet: 05, 8B and 69. RGB value is (5,139,105). Sum of RGB (Red+Green+Blue) = 5+139+105=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #058B69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B69 is #FA7496. Grayscale: #5F5F5F. Windows color (decimal): -16413847 or 6916869. OLE color: 6916869.
HSL color Cylindrical-coordinate representation of color #058B69: hue angle of 164.78º 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 #058B69 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 105 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.45 |
| HSL | 164.78º | 0.93% | 0.28% | - |
| HSV(B) | 164.78º | 0.96% | 0.55% | - |
| XYZ | 11.85 | 19.52 | 16.51 | - |
| YUV | 95.06 | 133.61 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 105 | 0.96 | 0 | 0.24 | 0.45 | 164.78 | 0.93 | 0.28 |
| Hex | 5 | 8B | 69 | 60 | 0 | 18 | 2D | A5 | 5D | 1C |
| Octal | 5 | 213 | 151 | 140 | 0 | 30 | 55 | 245 | 135 | 34 |
| Binary | 101 | 10001011 | 1101001 | 1100000 | 0 | 11000 | 101101 | 10100101 | 1011101 | 11100 |
Color Harmonies of #058B69
Complementary color
Monochromatic Colors of #058B69
Black with #058B69
Text Example
Text Example
White with #058B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B69; }
p { color: rgb(5,139,105); }
H1.HeaderClassName
{
color: #058B69;
}
.AnyTagClassName
{
color: #058B69;
}
</style>
background-color css
<style>
a { background-color: #058B69; }
a { background-color: rgb(5,139,105); }
div.DivClassName
{
background-color: #058B69;
}
.BgClassName
{
background-color: #058B69;
}
</style>
border-color css
<style>
span { border-color: #058B69; }
span { border-color: rgb(5,139,105); }
td.TdClassName
{
border-color: #058B69;
}
.TagClassName
{
border-color: #058B69;
}
</style>