Shades of Observatory #058C6E
Tints of Observatory #058C6E
RGB
CMYK
RGB Variations
Color information
#058C6E (or 0x058C6E) is known color: Observatory. HEX triplet: 05, 8C and 6E. RGB value is (5,140,110). Sum of RGB (Red+Green+Blue) = 5+140+110=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #058C6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C6E is #FA7391. Grayscale: #606060. Windows color (decimal): -16413586 or 7244805. OLE color: 7244805.
HSL color Cylindrical-coordinate representation of color #058C6E: hue angle of 166.67º 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 #058C6E is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 110 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.45 |
| HSL | 166.67º | 0.93% | 0.28% | - |
| HSV(B) | 166.67º | 0.96% | 0.55% | - |
| XYZ | 12.26 | 19.91 | 17.95 | - |
| YUV | 96.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 110 | 0.96 | 0 | 0.21 | 0.45 | 166.67 | 0.93 | 0.28 |
| Hex | 5 | 8C | 6E | 60 | 0 | 15 | 2D | A7 | 5D | 1C |
| Octal | 5 | 214 | 156 | 140 | 0 | 25 | 55 | 247 | 135 | 34 |
| Binary | 101 | 10001100 | 1101110 | 1100000 | 0 | 10101 | 101101 | 10100111 | 1011101 | 11100 |
Color Harmonies of #058C6E
Complementary color
Monochromatic Colors of #058C6E
Black with #058C6E
Text Example
Text Example
White with #058C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C6E; }
p { color: rgb(5,140,110); }
H1.HeaderClassName
{
color: #058C6E;
}
.AnyTagClassName
{
color: #058C6E;
}
</style>
background-color css
<style>
a { background-color: #058C6E; }
a { background-color: rgb(5,140,110); }
div.DivClassName
{
background-color: #058C6E;
}
.BgClassName
{
background-color: #058C6E;
}
</style>
border-color css
<style>
span { border-color: #058C6E; }
span { border-color: rgb(5,140,110); }
td.TdClassName
{
border-color: #058C6E;
}
.TagClassName
{
border-color: #058C6E;
}
</style>