Shades of Observatory #05937B
Tints of Observatory #05937B
RGB
CMYK
RGB Variations
Color information
#05937B (or 0x05937B) is known color: Observatory. HEX triplet: 05, 93 and 7B. RGB value is (5,147,123). Sum of RGB (Red+Green+Blue) = 5+147+123=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #05937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05937B is #FA6C84. Grayscale: #656565. Windows color (decimal): -16411781 or 8098565. OLE color: 8098565.
HSL color Cylindrical-coordinate representation of color #05937B: hue angle of 169.86º 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 #05937B is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 123 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.42 |
| HSL | 169.86º | 0.93% | 0.3% | - |
| HSV(B) | 169.86º | 0.97% | 0.58% | - |
| XYZ | 14.07 | 22.33 | 22.31 | - |
| YUV | 101.81 | 139.96 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 123 | 0.97 | 0 | 0.16 | 0.42 | 169.86 | 0.93 | 0.3 |
| Hex | 5 | 93 | 7B | 61 | 0 | 10 | 2A | AA | 5D | 1E |
| Octal | 5 | 223 | 173 | 141 | 0 | 20 | 52 | 252 | 135 | 36 |
| Binary | 101 | 10010011 | 1111011 | 1100001 | 0 | 10000 | 101010 | 10101010 | 1011101 | 11110 |
Color Harmonies of #05937B
Complementary color
Monochromatic Colors of #05937B
Black with #05937B
Text Example
Text Example
White with #05937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05937B; }
p { color: rgb(5,147,123); }
H1.HeaderClassName
{
color: #05937B;
}
.AnyTagClassName
{
color: #05937B;
}
</style>
background-color css
<style>
a { background-color: #05937B; }
a { background-color: rgb(5,147,123); }
div.DivClassName
{
background-color: #05937B;
}
.BgClassName
{
background-color: #05937B;
}
</style>
border-color css
<style>
span { border-color: #05937B; }
span { border-color: rgb(5,147,123); }
td.TdClassName
{
border-color: #05937B;
}
.TagClassName
{
border-color: #05937B;
}
</style>