Shades of Observatory #05906C
Tints of Observatory #05906C
RGB
CMYK
RGB Variations
Color information
#05906C (or 0x05906C) is known color: Observatory. HEX triplet: 05, 90 and 6C. RGB value is (5,144,108). Sum of RGB (Red+Green+Blue) = 5+144+108=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #05906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05906C is #FA6F93. Grayscale: #626262. Windows color (decimal): -16412564 or 7114757. OLE color: 7114757.
HSL color Cylindrical-coordinate representation of color #05906C: hue angle of 164.46º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05906C is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 108 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.44 |
| HSL | 164.46º | 0.93% | 0.29% | - |
| HSV(B) | 164.46º | 0.97% | 0.56% | - |
| XYZ | 12.74 | 21.06 | 17.58 | - |
| YUV | 98.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 108 | 0.97 | 0 | 0.25 | 0.44 | 164.46 | 0.93 | 0.29 |
| Hex | 5 | 90 | 6C | 61 | 0 | 19 | 2C | A4 | 5D | 1D |
| Octal | 5 | 220 | 154 | 141 | 0 | 31 | 54 | 244 | 135 | 35 |
| Binary | 101 | 10010000 | 1101100 | 1100001 | 0 | 11001 | 101100 | 10100100 | 1011101 | 11101 |
Color Harmonies of #05906C
Complementary color
Monochromatic Colors of #05906C
Black with #05906C
Text Example
Text Example
White with #05906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05906C; }
p { color: rgb(5,144,108); }
H1.HeaderClassName
{
color: #05906C;
}
.AnyTagClassName
{
color: #05906C;
}
</style>
background-color css
<style>
a { background-color: #05906C; }
a { background-color: rgb(5,144,108); }
div.DivClassName
{
background-color: #05906C;
}
.BgClassName
{
background-color: #05906C;
}
</style>
border-color css
<style>
span { border-color: #05906C; }
span { border-color: rgb(5,144,108); }
td.TdClassName
{
border-color: #05906C;
}
.TagClassName
{
border-color: #05906C;
}
</style>