Shades of Observatory #008573
Tints of Observatory #008573
RGB
CMYK
RGB Variations
Color information
#008573 (or 0x008573) is known color: Observatory. HEX triplet: 00, 85 and 73. RGB value is (0,133,115). Sum of RGB (Red+Green+Blue) = 0+133+115=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #008573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008573 is #FF7A8C. Grayscale: #5B5B5B. Windows color (decimal): -16743053 or 7570688. OLE color: 7570688.
HSL color Cylindrical-coordinate representation of color #008573: hue angle of 171.88º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008573 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 115 | - |
| CMYK | 1 | 0 | 0.14 | 0.48 |
| HSL | 171.88º | 1% | 0.26% | - |
| HSV(B) | 171.88º | 1% | 0.52% | - |
| XYZ | 11.48 | 18.01 | 19.09 | - |
| YUV | 91.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 115 | 1 | 0 | 0.14 | 0.48 | 171.88 | 1 | 0.26 |
| Hex | 0 | 85 | 73 | 64 | 0 | E | 30 | AC | 64 | 1A |
| Octal | 0 | 205 | 163 | 144 | 0 | 16 | 60 | 254 | 144 | 32 |
| Binary | 0 | 10000101 | 1110011 | 1100100 | 0 | 1110 | 110000 | 10101100 | 1100100 | 11010 |
Color Harmonies of #008573
Complementary color
Monochromatic Colors of #008573
Black with #008573
Text Example
Text Example
White with #008573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008573; }
p { color: rgb(0,133,115); }
H1.HeaderClassName
{
color: #008573;
}
.AnyTagClassName
{
color: #008573;
}
</style>
background-color css
<style>
a { background-color: #008573; }
a { background-color: rgb(0,133,115); }
div.DivClassName
{
background-color: #008573;
}
.BgClassName
{
background-color: #008573;
}
</style>
border-color css
<style>
span { border-color: #008573; }
span { border-color: rgb(0,133,115); }
td.TdClassName
{
border-color: #008573;
}
.TagClassName
{
border-color: #008573;
}
</style>