Shades of Observatory #058C6C
Tints of Observatory #058C6C
RGB
CMYK
RGB Variations
Color information
#058C6C (or 0x058C6C) is known color: Observatory. HEX triplet: 05, 8C and 6C. RGB value is (5,140,108). Sum of RGB (Red+Green+Blue) = 5+140+108=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #058C6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C6C is #FA7393. Grayscale: #5F5F5F. Windows color (decimal): -16413588 or 7113733. OLE color: 7113733.
HSL color Cylindrical-coordinate representation of color #058C6C: hue angle of 165.78º 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 #058C6C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 108 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.45 |
| HSL | 165.78º | 0.93% | 0.28% | - |
| HSV(B) | 165.78º | 0.96% | 0.55% | - |
| XYZ | 12.15 | 19.87 | 17.38 | - |
| YUV | 95.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 108 | 0.96 | 0 | 0.23 | 0.45 | 165.78 | 0.93 | 0.28 |
| Hex | 5 | 8C | 6C | 60 | 0 | 17 | 2D | A6 | 5D | 1C |
| Octal | 5 | 214 | 154 | 140 | 0 | 27 | 55 | 246 | 135 | 34 |
| Binary | 101 | 10001100 | 1101100 | 1100000 | 0 | 10111 | 101101 | 10100110 | 1011101 | 11100 |
Color Harmonies of #058C6C
Complementary color
Monochromatic Colors of #058C6C
Black with #058C6C
Text Example
Text Example
White with #058C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C6C; }
p { color: rgb(5,140,108); }
H1.HeaderClassName
{
color: #058C6C;
}
.AnyTagClassName
{
color: #058C6C;
}
</style>
background-color css
<style>
a { background-color: #058C6C; }
a { background-color: rgb(5,140,108); }
div.DivClassName
{
background-color: #058C6C;
}
.BgClassName
{
background-color: #058C6C;
}
</style>
border-color css
<style>
span { border-color: #058C6C; }
span { border-color: rgb(5,140,108); }
td.TdClassName
{
border-color: #058C6C;
}
.TagClassName
{
border-color: #058C6C;
}
</style>