Shades of Eastern Blue #058AA3
Tints of Eastern Blue #058AA3
RGB
CMYK
RGB Variations
Color information
#058AA3 (or 0x058AA3) is known color: Eastern Blue. HEX triplet: 05, 8A and A3. RGB value is (5,138,163). Sum of RGB (Red+Green+Blue) = 5+138+163=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #058AA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058AA3 is #FA755C. Grayscale: #646464. Windows color (decimal): -16414045 or 10717701. OLE color: 10717701.
HSL color Cylindrical-coordinate representation of color #058AA3: hue angle of 189.49º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058AA3 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 138 | 163 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.36 |
| HSL | 189.49º | 0.94% | 0.33% | - |
| HSV(B) | 189.49º | 0.97% | 0.64% | - |
| XYZ | 15.76 | 20.85 | 37.84 | - |
| YUV | 101.08 | 162.94 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 163 | 0.97 | 0.15 | 0 | 0.36 | 189.49 | 0.94 | 0.33 |
| Hex | 5 | 8A | A3 | 61 | F | 0 | 24 | BD | 5E | 21 |
| Octal | 5 | 212 | 243 | 141 | 17 | 0 | 44 | 275 | 136 | 41 |
| Binary | 101 | 10001010 | 10100011 | 1100001 | 1111 | 0 | 100100 | 10111101 | 1011110 | 100001 |
Color Harmonies of #058AA3
Complementary color
Monochromatic Colors of #058AA3
Black with #058AA3
Text Example
Text Example
White with #058AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058AA3; }
p { color: rgb(5,138,163); }
H1.HeaderClassName
{
color: #058AA3;
}
.AnyTagClassName
{
color: #058AA3;
}
</style>
background-color css
<style>
a { background-color: #058AA3; }
a { background-color: rgb(5,138,163); }
div.DivClassName
{
background-color: #058AA3;
}
.BgClassName
{
background-color: #058AA3;
}
</style>
border-color css
<style>
span { border-color: #058AA3; }
span { border-color: rgb(5,138,163); }
td.TdClassName
{
border-color: #058AA3;
}
.TagClassName
{
border-color: #058AA3;
}
</style>