Shades of Observatory #05886E
Tints of Observatory #05886E
RGB
CMYK
RGB Variations
Color information
#05886E (or 0x05886E) is known color: Observatory. HEX triplet: 05, 88 and 6E. RGB value is (5,136,110). Sum of RGB (Red+Green+Blue) = 5+136+110=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #05886E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05886E is #FA7791. Grayscale: #5D5D5D. Windows color (decimal): -16414610 or 7243781. OLE color: 7243781.
HSL color Cylindrical-coordinate representation of color #05886E: hue angle of 168.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05886E is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 110 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.47 |
| HSL | 168.09º | 0.93% | 0.28% | - |
| HSV(B) | 168.09º | 0.96% | 0.53% | - |
| XYZ | 11.68 | 18.77 | 17.76 | - |
| YUV | 93.87 | 137.1 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 110 | 0.96 | 0 | 0.19 | 0.47 | 168.09 | 0.93 | 0.28 |
| Hex | 5 | 88 | 6E | 60 | 0 | 13 | 2F | A8 | 5D | 1C |
| Octal | 5 | 210 | 156 | 140 | 0 | 23 | 57 | 250 | 135 | 34 |
| Binary | 101 | 10001000 | 1101110 | 1100000 | 0 | 10011 | 101111 | 10101000 | 1011101 | 11100 |
Color Harmonies of #05886E
Complementary color
Monochromatic Colors of #05886E
Black with #05886E
Text Example
Text Example
White with #05886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05886E; }
p { color: rgb(5,136,110); }
H1.HeaderClassName
{
color: #05886E;
}
.AnyTagClassName
{
color: #05886E;
}
</style>
background-color css
<style>
a { background-color: #05886E; }
a { background-color: rgb(5,136,110); }
div.DivClassName
{
background-color: #05886E;
}
.BgClassName
{
background-color: #05886E;
}
</style>
border-color css
<style>
span { border-color: #05886E; }
span { border-color: rgb(5,136,110); }
td.TdClassName
{
border-color: #05886E;
}
.TagClassName
{
border-color: #05886E;
}
</style>