Shades of Observatory #05947F
Tints of Observatory #05947F
RGB
CMYK
RGB Variations
Color information
#05947F (or 0x05947F) is known color: Observatory. HEX triplet: 05, 94 and 7F. RGB value is (5,148,127). Sum of RGB (Red+Green+Blue) = 5+148+127=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #05947F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05947F is #FA6B80. Grayscale: #666666. Windows color (decimal): -16411521 or 8360965. OLE color: 8360965.
HSL color Cylindrical-coordinate representation of color #05947F: hue angle of 171.19º 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 #05947F is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 127 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.42 |
| HSL | 171.19º | 0.93% | 0.3% | - |
| HSV(B) | 171.19º | 0.97% | 0.58% | - |
| XYZ | 14.48 | 22.74 | 23.71 | - |
| YUV | 102.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 127 | 0.97 | 0 | 0.14 | 0.42 | 171.19 | 0.93 | 0.3 |
| Hex | 5 | 94 | 7F | 61 | 0 | E | 2A | AB | 5D | 1E |
| Octal | 5 | 224 | 177 | 141 | 0 | 16 | 52 | 253 | 135 | 36 |
| Binary | 101 | 10010100 | 1111111 | 1100001 | 0 | 1110 | 101010 | 10101011 | 1011101 | 11110 |
Color Harmonies of #05947F
Complementary color
Monochromatic Colors of #05947F
Black with #05947F
Text Example
Text Example
White with #05947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05947F; }
p { color: rgb(5,148,127); }
H1.HeaderClassName
{
color: #05947F;
}
.AnyTagClassName
{
color: #05947F;
}
</style>
background-color css
<style>
a { background-color: #05947F; }
a { background-color: rgb(5,148,127); }
div.DivClassName
{
background-color: #05947F;
}
.BgClassName
{
background-color: #05947F;
}
</style>
border-color css
<style>
span { border-color: #05947F; }
span { border-color: rgb(5,148,127); }
td.TdClassName
{
border-color: #05947F;
}
.TagClassName
{
border-color: #05947F;
}
</style>