Shades of Observatory #058564
Tints of Observatory #058564
RGB
CMYK
RGB Variations
Color information
#058564 (or 0x058564) is known color: Observatory. HEX triplet: 05, 85 and 64. RGB value is (5,133,100). Sum of RGB (Red+Green+Blue) = 5+133+100=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #058564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058564 is #FA7A9B. Grayscale: #5A5A5A. Windows color (decimal): -16415388 or 6587653. OLE color: 6587653.
HSL color Cylindrical-coordinate representation of color #058564: hue angle of 164.53º 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 #058564 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 100 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.48 |
| HSL | 164.53º | 0.93% | 0.27% | - |
| HSV(B) | 164.53º | 0.96% | 0.52% | - |
| XYZ | 10.75 | 17.73 | 14.91 | - |
| YUV | 90.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 100 | 0.96 | 0 | 0.25 | 0.48 | 164.53 | 0.93 | 0.27 |
| Hex | 5 | 85 | 64 | 60 | 0 | 19 | 30 | A5 | 5D | 1B |
| Octal | 5 | 205 | 144 | 140 | 0 | 31 | 60 | 245 | 135 | 33 |
| Binary | 101 | 10000101 | 1100100 | 1100000 | 0 | 11001 | 110000 | 10100101 | 1011101 | 11011 |
Color Harmonies of #058564
Complementary color
Monochromatic Colors of #058564
Black with #058564
Text Example
Text Example
White with #058564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058564; }
p { color: rgb(5,133,100); }
H1.HeaderClassName
{
color: #058564;
}
.AnyTagClassName
{
color: #058564;
}
</style>
background-color css
<style>
a { background-color: #058564; }
a { background-color: rgb(5,133,100); }
div.DivClassName
{
background-color: #058564;
}
.BgClassName
{
background-color: #058564;
}
</style>
border-color css
<style>
span { border-color: #058564; }
span { border-color: rgb(5,133,100); }
td.TdClassName
{
border-color: #058564;
}
.TagClassName
{
border-color: #058564;
}
</style>