Shades of Observatory #058C6F
Tints of Observatory #058C6F
RGB
CMYK
RGB Variations
Color information
#058C6F (or 0x058C6F) is known color: Observatory. HEX triplet: 05, 8C and 6F. RGB value is (5,140,111). Sum of RGB (Red+Green+Blue) = 5+140+111=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 140 (55.08% from 255 or 54.69% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 140 - color contains mainly: green. Hex color #058C6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C6F is #FA7390. Grayscale: #606060. Windows color (decimal): -16413585 or 7310341. OLE color: 7310341.
HSL color Cylindrical-coordinate representation of color #058C6F: hue angle of 167.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C6F is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 111 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.45 |
| HSL | 167.11º | 0.93% | 0.28% | - |
| HSV(B) | 167.11º | 0.96% | 0.55% | - |
| XYZ | 12.31 | 19.94 | 18.24 | - |
| YUV | 96.33 | 136.27 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 111 | 0.96 | 0 | 0.21 | 0.45 | 167.11 | 0.93 | 0.28 |
| Hex | 5 | 8C | 6F | 60 | 0 | 15 | 2D | A7 | 5D | 1C |
| Octal | 5 | 214 | 157 | 140 | 0 | 25 | 55 | 247 | 135 | 34 |
| Binary | 101 | 10001100 | 1101111 | 1100000 | 0 | 10101 | 101101 | 10100111 | 1011101 | 11100 |
Color Harmonies of #058C6F
Complementary color
Monochromatic Colors of #058C6F
Black with #058C6F
Text Example
Text Example
White with #058C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C6F; }
p { color: rgb(5,140,111); }
H1.HeaderClassName
{
color: #058C6F;
}
.AnyTagClassName
{
color: #058C6F;
}
</style>
background-color css
<style>
a { background-color: #058C6F; }
a { background-color: rgb(5,140,111); }
div.DivClassName
{
background-color: #058C6F;
}
.BgClassName
{
background-color: #058C6F;
}
</style>
border-color css
<style>
span { border-color: #058C6F; }
span { border-color: rgb(5,140,111); }
td.TdClassName
{
border-color: #058C6F;
}
.TagClassName
{
border-color: #058C6F;
}
</style>