Shades of Eastern Blue #058AAB
Tints of Eastern Blue #058AAB
RGB
CMYK
RGB Variations
Color information
#058AAB (or 0x058AAB) is known color: Eastern Blue. HEX triplet: 05, 8A and AB. RGB value is (5,138,171). Sum of RGB (Red+Green+Blue) = 5+138+171=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #058AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058AAB is #FA7554. Grayscale: #656565. Windows color (decimal): -16414037 or 11241989. OLE color: 11241989.
HSL color Cylindrical-coordinate representation of color #058AAB: hue angle of 191.93º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058AAB is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 138 | 171 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.33 |
| HSL | 191.93º | 0.94% | 0.35% | - |
| HSV(B) | 191.93º | 0.97% | 0.67% | - |
| XYZ | 16.5 | 21.15 | 41.74 | - |
| YUV | 102 | 166.94 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 171 | 0.97 | 0.19 | 0 | 0.33 | 191.93 | 0.94 | 0.35 |
| Hex | 5 | 8A | AB | 61 | 13 | 0 | 21 | C0 | 5E | 23 |
| Octal | 5 | 212 | 253 | 141 | 23 | 0 | 41 | 300 | 136 | 43 |
| Binary | 101 | 10001010 | 10101011 | 1100001 | 10011 | 0 | 100001 | 11000000 | 1011110 | 100011 |
Color Harmonies of #058AAB
Complementary color
Monochromatic Colors of #058AAB
Black with #058AAB
Text Example
Text Example
White with #058AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058AAB; }
p { color: rgb(5,138,171); }
H1.HeaderClassName
{
color: #058AAB;
}
.AnyTagClassName
{
color: #058AAB;
}
</style>
background-color css
<style>
a { background-color: #058AAB; }
a { background-color: rgb(5,138,171); }
div.DivClassName
{
background-color: #058AAB;
}
.BgClassName
{
background-color: #058AAB;
}
</style>
border-color css
<style>
span { border-color: #058AAB; }
span { border-color: rgb(5,138,171); }
td.TdClassName
{
border-color: #058AAB;
}
.TagClassName
{
border-color: #058AAB;
}
</style>