Shades of Eastern Blue #058B98
Tints of Eastern Blue #058B98
RGB
CMYK
RGB Variations
Color information
#058B98 (or 0x058B98) is known color: Eastern Blue. HEX triplet: 05, 8B and 98. RGB value is (5,139,152). Sum of RGB (Red+Green+Blue) = 5+139+152=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #058B98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B98 is #FA7467. Grayscale: #646464. Windows color (decimal): -16413800 or 9997061. OLE color: 9997061.
HSL color Cylindrical-coordinate representation of color #058B98: hue angle of 185.31º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058B98 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 139 | 152 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.40 |
| HSL | 185.31º | 0.94% | 0.31% | - |
| HSV(B) | 185.31º | 0.97% | 0.6% | - |
| XYZ | 14.96 | 20.76 | 32.93 | - |
| YUV | 100.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 152 | 0.97 | 0.09 | 0 | 0.40 | 185.31 | 0.94 | 0.31 |
| Hex | 5 | 8B | 98 | 61 | 9 | 0 | 28 | B9 | 5E | 1F |
| Octal | 5 | 213 | 230 | 141 | 11 | 0 | 50 | 271 | 136 | 37 |
| Binary | 101 | 10001011 | 10011000 | 1100001 | 1001 | 0 | 101000 | 10111001 | 1011110 | 11111 |
Color Harmonies of #058B98
Complementary color
Monochromatic Colors of #058B98
Black with #058B98
Text Example
Text Example
White with #058B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B98; }
p { color: rgb(5,139,152); }
H1.HeaderClassName
{
color: #058B98;
}
.AnyTagClassName
{
color: #058B98;
}
</style>
background-color css
<style>
a { background-color: #058B98; }
a { background-color: rgb(5,139,152); }
div.DivClassName
{
background-color: #058B98;
}
.BgClassName
{
background-color: #058B98;
}
</style>
border-color css
<style>
span { border-color: #058B98; }
span { border-color: rgb(5,139,152); }
td.TdClassName
{
border-color: #058B98;
}
.TagClassName
{
border-color: #058B98;
}
</style>