Shades of Observatory #05916E
Tints of Observatory #05916E
RGB
CMYK
RGB Variations
Color information
#05916E (or 0x05916E) is known color: Observatory. HEX triplet: 05, 91 and 6E. RGB value is (5,145,110). Sum of RGB (Red+Green+Blue) = 5+145+110=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #05916E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05916E is #FA6E91. Grayscale: #636363. Windows color (decimal): -16412306 or 7246085. OLE color: 7246085.
HSL color Cylindrical-coordinate representation of color #05916E: hue angle of 165º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05916E is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 110 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.43 |
| HSL | 165º | 0.93% | 0.29% | - |
| HSV(B) | 165º | 0.97% | 0.57% | - |
| XYZ | 13 | 21.41 | 18.2 | - |
| YUV | 99.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 110 | 0.97 | 0 | 0.24 | 0.43 | 165 | 0.93 | 0.29 |
| Hex | 5 | 91 | 6E | 61 | 0 | 18 | 2B | A5 | 5D | 1D |
| Octal | 5 | 221 | 156 | 141 | 0 | 30 | 53 | 245 | 135 | 35 |
| Binary | 101 | 10010001 | 1101110 | 1100001 | 0 | 11000 | 101011 | 10100101 | 1011101 | 11101 |
Color Harmonies of #05916E
Complementary color
Monochromatic Colors of #05916E
Black with #05916E
Text Example
Text Example
White with #05916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05916E; }
p { color: rgb(5,145,110); }
H1.HeaderClassName
{
color: #05916E;
}
.AnyTagClassName
{
color: #05916E;
}
</style>
background-color css
<style>
a { background-color: #05916E; }
a { background-color: rgb(5,145,110); }
div.DivClassName
{
background-color: #05916E;
}
.BgClassName
{
background-color: #05916E;
}
</style>
border-color css
<style>
span { border-color: #05916E; }
span { border-color: rgb(5,145,110); }
td.TdClassName
{
border-color: #05916E;
}
.TagClassName
{
border-color: #05916E;
}
</style>