Shades of Observatory #058565
Tints of Observatory #058565
RGB
CMYK
RGB Variations
Color information
#058565 (or 0x058565) is known color: Observatory. HEX triplet: 05, 85 and 65. RGB value is (5,133,101). Sum of RGB (Red+Green+Blue) = 5+133+101=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #058565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058565 is #FA7A9A. Grayscale: #5B5B5B. Windows color (decimal): -16415387 or 6653189. OLE color: 6653189.
HSL color Cylindrical-coordinate representation of color #058565: hue angle of 165º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058565 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 101 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.48 |
| HSL | 165º | 0.93% | 0.27% | - |
| HSV(B) | 165º | 0.96% | 0.52% | - |
| XYZ | 10.8 | 17.75 | 15.17 | - |
| YUV | 91.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 101 | 0.96 | 0 | 0.24 | 0.48 | 165 | 0.93 | 0.27 |
| Hex | 5 | 85 | 65 | 60 | 0 | 18 | 30 | A5 | 5D | 1B |
| Octal | 5 | 205 | 145 | 140 | 0 | 30 | 60 | 245 | 135 | 33 |
| Binary | 101 | 10000101 | 1100101 | 1100000 | 0 | 11000 | 110000 | 10100101 | 1011101 | 11011 |
Color Harmonies of #058565
Complementary color
Monochromatic Colors of #058565
Black with #058565
Text Example
Text Example
White with #058565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058565; }
p { color: rgb(5,133,101); }
H1.HeaderClassName
{
color: #058565;
}
.AnyTagClassName
{
color: #058565;
}
</style>
background-color css
<style>
a { background-color: #058565; }
a { background-color: rgb(5,133,101); }
div.DivClassName
{
background-color: #058565;
}
.BgClassName
{
background-color: #058565;
}
</style>
border-color css
<style>
span { border-color: #058565; }
span { border-color: rgb(5,133,101); }
td.TdClassName
{
border-color: #058565;
}
.TagClassName
{
border-color: #058565;
}
</style>