Shades of Observatory #059165
Tints of Observatory #059165
RGB
CMYK
RGB Variations
Color information
#059165 (or 0x059165) is known color: Observatory. HEX triplet: 05, 91 and 65. RGB value is (5,145,101). Sum of RGB (Red+Green+Blue) = 5+145+101=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #059165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059165 is #FA6E9A. Grayscale: #626262. Windows color (decimal): -16412315 or 6656261. OLE color: 6656261.
HSL color Cylindrical-coordinate representation of color #059165: hue angle of 161.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059165 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 145 | 101 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.43 |
| HSL | 161.14º | 0.93% | 0.29% | - |
| HSV(B) | 161.14º | 0.97% | 0.57% | - |
| XYZ | 12.54 | 21.22 | 15.75 | - |
| YUV | 98.12 | 129.62 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 101 | 0.97 | 0 | 0.30 | 0.43 | 161.14 | 0.93 | 0.29 |
| Hex | 5 | 91 | 65 | 61 | 0 | 1E | 2B | A1 | 5D | 1D |
| Octal | 5 | 221 | 145 | 141 | 0 | 36 | 53 | 241 | 135 | 35 |
| Binary | 101 | 10010001 | 1100101 | 1100001 | 0 | 11110 | 101011 | 10100001 | 1011101 | 11101 |
Color Harmonies of #059165
Complementary color
Monochromatic Colors of #059165
Black with #059165
Text Example
Text Example
White with #059165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059165; }
p { color: rgb(5,145,101); }
H1.HeaderClassName
{
color: #059165;
}
.AnyTagClassName
{
color: #059165;
}
</style>
background-color css
<style>
a { background-color: #059165; }
a { background-color: rgb(5,145,101); }
div.DivClassName
{
background-color: #059165;
}
.BgClassName
{
background-color: #059165;
}
</style>
border-color css
<style>
span { border-color: #059165; }
span { border-color: rgb(5,145,101); }
td.TdClassName
{
border-color: #059165;
}
.TagClassName
{
border-color: #059165;
}
</style>