Shades of Eastern Blue #058D9B
Tints of Eastern Blue #058D9B
RGB
CMYK
RGB Variations
Color information
#058D9B (or 0x058D9B) is known color: Eastern Blue. HEX triplet: 05, 8D and 9B. RGB value is (5,141,155). Sum of RGB (Red+Green+Blue) = 5+141+155=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #058D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D9B is #FA7264. Grayscale: #656565. Windows color (decimal): -16413285 or 10194181. OLE color: 10194181.
HSL color Cylindrical-coordinate representation of color #058D9B: hue angle of 185.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058D9B is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 141 | 155 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.39 |
| HSL | 185.6º | 0.94% | 0.31% | - |
| HSV(B) | 185.6º | 0.97% | 0.61% | - |
| XYZ | 15.5 | 21.45 | 34.33 | - |
| YUV | 101.93 | 157.94 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 155 | 0.97 | 0.09 | 0 | 0.39 | 185.6 | 0.94 | 0.31 |
| Hex | 5 | 8D | 9B | 61 | 9 | 0 | 27 | BA | 5E | 1F |
| Octal | 5 | 215 | 233 | 141 | 11 | 0 | 47 | 272 | 136 | 37 |
| Binary | 101 | 10001101 | 10011011 | 1100001 | 1001 | 0 | 100111 | 10111010 | 1011110 | 11111 |
Color Harmonies of #058D9B
Complementary color
Monochromatic Colors of #058D9B
Black with #058D9B
Text Example
Text Example
White with #058D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D9B; }
p { color: rgb(5,141,155); }
H1.HeaderClassName
{
color: #058D9B;
}
.AnyTagClassName
{
color: #058D9B;
}
</style>
background-color css
<style>
a { background-color: #058D9B; }
a { background-color: rgb(5,141,155); }
div.DivClassName
{
background-color: #058D9B;
}
.BgClassName
{
background-color: #058D9B;
}
</style>
border-color css
<style>
span { border-color: #058D9B; }
span { border-color: rgb(5,141,155); }
td.TdClassName
{
border-color: #058D9B;
}
.TagClassName
{
border-color: #058D9B;
}
</style>