Shades of Eastern Blue #058895
Tints of Eastern Blue #058895
RGB
CMYK
RGB Variations
Color information
#058895 (or 0x058895) is known color: Eastern Blue. HEX triplet: 05, 88 and 95. RGB value is (5,136,149). Sum of RGB (Red+Green+Blue) = 5+136+149=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #058895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058895 is #FA776A. Grayscale: #626262. Windows color (decimal): -16414571 or 9799685. OLE color: 9799685.
HSL color Cylindrical-coordinate representation of color #058895: hue angle of 185.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058895 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 136 | 149 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.42 |
| HSL | 185.42º | 0.94% | 0.3% | - |
| HSV(B) | 185.42º | 0.97% | 0.58% | - |
| XYZ | 14.29 | 19.81 | 31.5 | - |
| YUV | 98.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 149 | 0.97 | 0.09 | 0 | 0.42 | 185.42 | 0.94 | 0.3 |
| Hex | 5 | 88 | 95 | 61 | 9 | 0 | 2A | B9 | 5E | 1E |
| Octal | 5 | 210 | 225 | 141 | 11 | 0 | 52 | 271 | 136 | 36 |
| Binary | 101 | 10001000 | 10010101 | 1100001 | 1001 | 0 | 101010 | 10111001 | 1011110 | 11110 |
Color Harmonies of #058895
Complementary color
Monochromatic Colors of #058895
Black with #058895
Text Example
Text Example
White with #058895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058895; }
p { color: rgb(5,136,149); }
H1.HeaderClassName
{
color: #058895;
}
.AnyTagClassName
{
color: #058895;
}
</style>
background-color css
<style>
a { background-color: #058895; }
a { background-color: rgb(5,136,149); }
div.DivClassName
{
background-color: #058895;
}
.BgClassName
{
background-color: #058895;
}
</style>
border-color css
<style>
span { border-color: #058895; }
span { border-color: rgb(5,136,149); }
td.TdClassName
{
border-color: #058895;
}
.TagClassName
{
border-color: #058895;
}
</style>