Shades of Eastern Blue #058F9B
Tints of Eastern Blue #058F9B
RGB
CMYK
RGB Variations
Color information
#058F9B (or 0x058F9B) is known color: Eastern Blue. HEX triplet: 05, 8F and 9B. RGB value is (5,143,155). Sum of RGB (Red+Green+Blue) = 5+143+155=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #058F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058F9B is #FA7064. Grayscale: #666666. Windows color (decimal): -16412773 or 10194693. OLE color: 10194693.
HSL color Cylindrical-coordinate representation of color #058F9B: hue angle of 184.8º 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 #058F9B is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 143 | 155 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.39 |
| HSL | 184.8º | 0.94% | 0.31% | - |
| HSV(B) | 184.8º | 0.97% | 0.61% | - |
| XYZ | 15.8 | 22.04 | 34.43 | - |
| YUV | 103.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 155 | 0.97 | 0.08 | 0 | 0.39 | 184.8 | 0.94 | 0.31 |
| Hex | 5 | 8F | 9B | 61 | 8 | 0 | 27 | B9 | 5E | 1F |
| Octal | 5 | 217 | 233 | 141 | 10 | 0 | 47 | 271 | 136 | 37 |
| Binary | 101 | 10001111 | 10011011 | 1100001 | 1000 | 0 | 100111 | 10111001 | 1011110 | 11111 |
Color Harmonies of #058F9B
Complementary color
Monochromatic Colors of #058F9B
Black with #058F9B
Text Example
Text Example
White with #058F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F9B; }
p { color: rgb(5,143,155); }
H1.HeaderClassName
{
color: #058F9B;
}
.AnyTagClassName
{
color: #058F9B;
}
</style>
background-color css
<style>
a { background-color: #058F9B; }
a { background-color: rgb(5,143,155); }
div.DivClassName
{
background-color: #058F9B;
}
.BgClassName
{
background-color: #058F9B;
}
</style>
border-color css
<style>
span { border-color: #058F9B; }
span { border-color: rgb(5,143,155); }
td.TdClassName
{
border-color: #058F9B;
}
.TagClassName
{
border-color: #058F9B;
}
</style>