Shades of Observatory #05927C
Tints of Observatory #05927C
RGB
CMYK
RGB Variations
Color information
#05927C (or 0x05927C) is known color: Observatory. HEX triplet: 05, 92 and 7C. RGB value is (5,146,124). Sum of RGB (Red+Green+Blue) = 5+146+124=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #05927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05927C is #FA6D83. Grayscale: #656565. Windows color (decimal): -16412036 or 8163845. OLE color: 8163845.
HSL color Cylindrical-coordinate representation of color #05927C: hue angle of 170.64º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05927C is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 124 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.43 |
| HSL | 170.64º | 0.93% | 0.3% | - |
| HSV(B) | 170.64º | 0.97% | 0.57% | - |
| XYZ | 13.98 | 22.05 | 22.59 | - |
| YUV | 101.33 | 140.79 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 124 | 0.97 | 0 | 0.15 | 0.43 | 170.64 | 0.93 | 0.3 |
| Hex | 5 | 92 | 7C | 61 | 0 | F | 2B | AB | 5D | 1E |
| Octal | 5 | 222 | 174 | 141 | 0 | 17 | 53 | 253 | 135 | 36 |
| Binary | 101 | 10010010 | 1111100 | 1100001 | 0 | 1111 | 101011 | 10101011 | 1011101 | 11110 |
Color Harmonies of #05927C
Complementary color
Monochromatic Colors of #05927C
Black with #05927C
Text Example
Text Example
White with #05927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05927C; }
p { color: rgb(5,146,124); }
H1.HeaderClassName
{
color: #05927C;
}
.AnyTagClassName
{
color: #05927C;
}
</style>
background-color css
<style>
a { background-color: #05927C; }
a { background-color: rgb(5,146,124); }
div.DivClassName
{
background-color: #05927C;
}
.BgClassName
{
background-color: #05927C;
}
</style>
border-color css
<style>
span { border-color: #05927C; }
span { border-color: rgb(5,146,124); }
td.TdClassName
{
border-color: #05927C;
}
.TagClassName
{
border-color: #05927C;
}
</style>