Shades of Observatory #05896C
Tints of Observatory #05896C
RGB
CMYK
RGB Variations
Color information
#05896C (or 0x05896C) is known color: Observatory. HEX triplet: 05, 89 and 6C. RGB value is (5,137,108). Sum of RGB (Red+Green+Blue) = 5+137+108=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #05896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05896C is #FA7693. Grayscale: #5E5E5E. Windows color (decimal): -16414356 or 7112965. OLE color: 7112965.
HSL color Cylindrical-coordinate representation of color #05896C: hue angle of 166.82º 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 #05896C is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 108 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.46 |
| HSL | 166.82º | 0.93% | 0.28% | - |
| HSV(B) | 166.82º | 0.96% | 0.54% | - |
| XYZ | 11.72 | 19.01 | 17.24 | - |
| YUV | 94.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 108 | 0.96 | 0 | 0.21 | 0.46 | 166.82 | 0.93 | 0.28 |
| Hex | 5 | 89 | 6C | 60 | 0 | 15 | 2E | A7 | 5D | 1C |
| Octal | 5 | 211 | 154 | 140 | 0 | 25 | 56 | 247 | 135 | 34 |
| Binary | 101 | 10001001 | 1101100 | 1100000 | 0 | 10101 | 101110 | 10100111 | 1011101 | 11100 |
Color Harmonies of #05896C
Complementary color
Monochromatic Colors of #05896C
Black with #05896C
Text Example
Text Example
White with #05896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05896C; }
p { color: rgb(5,137,108); }
H1.HeaderClassName
{
color: #05896C;
}
.AnyTagClassName
{
color: #05896C;
}
</style>
background-color css
<style>
a { background-color: #05896C; }
a { background-color: rgb(5,137,108); }
div.DivClassName
{
background-color: #05896C;
}
.BgClassName
{
background-color: #05896C;
}
</style>
border-color css
<style>
span { border-color: #05896C; }
span { border-color: rgb(5,137,108); }
td.TdClassName
{
border-color: #05896C;
}
.TagClassName
{
border-color: #05896C;
}
</style>