Shades of Eastern Blue #058B96
Tints of Eastern Blue #058B96
RGB
CMYK
RGB Variations
Color information
#058B96 (or 0x058B96) is known color: Eastern Blue. HEX triplet: 05, 8B and 96. RGB value is (5,139,150). Sum of RGB (Red+Green+Blue) = 5+139+150=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #058B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B96 is #FA7469. Grayscale: #646464. Windows color (decimal): -16413802 or 9865989. OLE color: 9865989.
HSL color Cylindrical-coordinate representation of color #058B96: hue angle of 184.55º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058B96 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 139 | 150 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.41 |
| HSL | 184.55º | 0.94% | 0.3% | - |
| HSV(B) | 184.55º | 0.97% | 0.59% | - |
| XYZ | 14.8 | 20.7 | 32.07 | - |
| YUV | 100.19 | 156.11 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 150 | 0.97 | 0.07 | 0 | 0.41 | 184.55 | 0.94 | 0.3 |
| Hex | 5 | 8B | 96 | 61 | 7 | 0 | 29 | B9 | 5E | 1E |
| Octal | 5 | 213 | 226 | 141 | 7 | 0 | 51 | 271 | 136 | 36 |
| Binary | 101 | 10001011 | 10010110 | 1100001 | 111 | 0 | 101001 | 10111001 | 1011110 | 11110 |
Color Harmonies of #058B96
Complementary color
Monochromatic Colors of #058B96
Black with #058B96
Text Example
Text Example
White with #058B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B96; }
p { color: rgb(5,139,150); }
H1.HeaderClassName
{
color: #058B96;
}
.AnyTagClassName
{
color: #058B96;
}
</style>
background-color css
<style>
a { background-color: #058B96; }
a { background-color: rgb(5,139,150); }
div.DivClassName
{
background-color: #058B96;
}
.BgClassName
{
background-color: #058B96;
}
</style>
border-color css
<style>
span { border-color: #058B96; }
span { border-color: rgb(5,139,150); }
td.TdClassName
{
border-color: #058B96;
}
.TagClassName
{
border-color: #058B96;
}
</style>