Shades of Observatory #05946B
Tints of Observatory #05946B
RGB
CMYK
RGB Variations
Color information
#05946B (or 0x05946B) is known color: Observatory. HEX triplet: 05, 94 and 6B. RGB value is (5,148,107). Sum of RGB (Red+Green+Blue) = 5+148+107=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #05946B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05946B is #FA6B94. Grayscale: #646464. Windows color (decimal): -16411541 or 7050245. OLE color: 7050245.
HSL color Cylindrical-coordinate representation of color #05946B: hue angle of 162.8º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05946B is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 107 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.42 |
| HSL | 162.8º | 0.93% | 0.3% | - |
| HSV(B) | 162.8º | 0.97% | 0.58% | - |
| XYZ | 13.31 | 22.27 | 17.51 | - |
| YUV | 100.57 | 131.62 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 107 | 0.97 | 0 | 0.28 | 0.42 | 162.8 | 0.93 | 0.3 |
| Hex | 5 | 94 | 6B | 61 | 0 | 1C | 2A | A3 | 5D | 1E |
| Octal | 5 | 224 | 153 | 141 | 0 | 34 | 52 | 243 | 135 | 36 |
| Binary | 101 | 10010100 | 1101011 | 1100001 | 0 | 11100 | 101010 | 10100011 | 1011101 | 11110 |
Color Harmonies of #05946B
Complementary color
Monochromatic Colors of #05946B
Black with #05946B
Text Example
Text Example
White with #05946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05946B; }
p { color: rgb(5,148,107); }
H1.HeaderClassName
{
color: #05946B;
}
.AnyTagClassName
{
color: #05946B;
}
</style>
background-color css
<style>
a { background-color: #05946B; }
a { background-color: rgb(5,148,107); }
div.DivClassName
{
background-color: #05946B;
}
.BgClassName
{
background-color: #05946B;
}
</style>
border-color css
<style>
span { border-color: #05946B; }
span { border-color: rgb(5,148,107); }
td.TdClassName
{
border-color: #05946B;
}
.TagClassName
{
border-color: #05946B;
}
</style>