Shades of Observatory #05936B
Tints of Observatory #05936B
RGB
CMYK
RGB Variations
Color information
#05936B (or 0x05936B) is known color: Observatory. HEX triplet: 05, 93 and 6B. RGB value is (5,147,107). Sum of RGB (Red+Green+Blue) = 5+147+107=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #05936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05936B is #FA6C94. Grayscale: #636363. Windows color (decimal): -16411797 or 7049989. OLE color: 7049989.
HSL color Cylindrical-coordinate representation of color #05936B: hue angle of 163.1º 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 #05936B is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 107 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.42 |
| HSL | 163.1º | 0.93% | 0.3% | - |
| HSV(B) | 163.1º | 0.97% | 0.58% | - |
| XYZ | 13.15 | 21.96 | 17.46 | - |
| YUV | 99.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 107 | 0.97 | 0 | 0.27 | 0.42 | 163.1 | 0.93 | 0.3 |
| Hex | 5 | 93 | 6B | 61 | 0 | 1B | 2A | A3 | 5D | 1E |
| Octal | 5 | 223 | 153 | 141 | 0 | 33 | 52 | 243 | 135 | 36 |
| Binary | 101 | 10010011 | 1101011 | 1100001 | 0 | 11011 | 101010 | 10100011 | 1011101 | 11110 |
Color Harmonies of #05936B
Complementary color
Monochromatic Colors of #05936B
Black with #05936B
Text Example
Text Example
White with #05936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05936B; }
p { color: rgb(5,147,107); }
H1.HeaderClassName
{
color: #05936B;
}
.AnyTagClassName
{
color: #05936B;
}
</style>
background-color css
<style>
a { background-color: #05936B; }
a { background-color: rgb(5,147,107); }
div.DivClassName
{
background-color: #05936B;
}
.BgClassName
{
background-color: #05936B;
}
</style>
border-color css
<style>
span { border-color: #05936B; }
span { border-color: rgb(5,147,107); }
td.TdClassName
{
border-color: #05936B;
}
.TagClassName
{
border-color: #05936B;
}
</style>