Shades of Observatory #05946E
Tints of Observatory #05946E
RGB
CMYK
RGB Variations
Color information
#05946E (or 0x05946E) is known color: Observatory. HEX triplet: 05, 94 and 6E. RGB value is (5,148,110). Sum of RGB (Red+Green+Blue) = 5+148+110=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #05946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05946E is #FA6B91. Grayscale: #646464. Windows color (decimal): -16411538 or 7246853. OLE color: 7246853.
HSL color Cylindrical-coordinate representation of color #05946E: hue angle of 164.06º 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 #05946E is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 110 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.42 |
| HSL | 164.06º | 0.93% | 0.3% | - |
| HSV(B) | 164.06º | 0.97% | 0.58% | - |
| XYZ | 13.47 | 22.34 | 18.35 | - |
| YUV | 100.91 | 133.12 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 110 | 0.97 | 0 | 0.26 | 0.42 | 164.06 | 0.93 | 0.3 |
| Hex | 5 | 94 | 6E | 61 | 0 | 1A | 2A | A4 | 5D | 1E |
| Octal | 5 | 224 | 156 | 141 | 0 | 32 | 52 | 244 | 135 | 36 |
| Binary | 101 | 10010100 | 1101110 | 1100001 | 0 | 11010 | 101010 | 10100100 | 1011101 | 11110 |
Color Harmonies of #05946E
Complementary color
Monochromatic Colors of #05946E
Black with #05946E
Text Example
Text Example
White with #05946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05946E; }
p { color: rgb(5,148,110); }
H1.HeaderClassName
{
color: #05946E;
}
.AnyTagClassName
{
color: #05946E;
}
</style>
background-color css
<style>
a { background-color: #05946E; }
a { background-color: rgb(5,148,110); }
div.DivClassName
{
background-color: #05946E;
}
.BgClassName
{
background-color: #05946E;
}
</style>
border-color css
<style>
span { border-color: #05946E; }
span { border-color: rgb(5,148,110); }
td.TdClassName
{
border-color: #05946E;
}
.TagClassName
{
border-color: #05946E;
}
</style>