Shades of Eastern Blue #058BA5
Tints of Eastern Blue #058BA5
RGB
CMYK
RGB Variations
Color information
#058BA5 (or 0x058BA5) is known color: Eastern Blue. HEX triplet: 05, 8B and A5. RGB value is (5,139,165). Sum of RGB (Red+Green+Blue) = 5+139+165=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #058BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058BA5 is #FA745A. Grayscale: #656565. Windows color (decimal): -16413787 or 10849029. OLE color: 10849029.
HSL color Cylindrical-coordinate representation of color #058BA5: hue angle of 189.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058BA5 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 139 | 165 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.35 |
| HSL | 189.75º | 0.94% | 0.33% | - |
| HSV(B) | 189.75º | 0.97% | 0.65% | - |
| XYZ | 16.09 | 21.21 | 38.84 | - |
| YUV | 101.9 | 163.61 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 165 | 0.97 | 0.16 | 0 | 0.35 | 189.75 | 0.94 | 0.33 |
| Hex | 5 | 8B | A5 | 61 | 10 | 0 | 23 | BE | 5E | 21 |
| Octal | 5 | 213 | 245 | 141 | 20 | 0 | 43 | 276 | 136 | 41 |
| Binary | 101 | 10001011 | 10100101 | 1100001 | 10000 | 0 | 100011 | 10111110 | 1011110 | 100001 |
Color Harmonies of #058BA5
Complementary color
Monochromatic Colors of #058BA5
Black with #058BA5
Text Example
Text Example
White with #058BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058BA5; }
p { color: rgb(5,139,165); }
H1.HeaderClassName
{
color: #058BA5;
}
.AnyTagClassName
{
color: #058BA5;
}
</style>
background-color css
<style>
a { background-color: #058BA5; }
a { background-color: rgb(5,139,165); }
div.DivClassName
{
background-color: #058BA5;
}
.BgClassName
{
background-color: #058BA5;
}
</style>
border-color css
<style>
span { border-color: #058BA5; }
span { border-color: rgb(5,139,165); }
td.TdClassName
{
border-color: #058BA5;
}
.TagClassName
{
border-color: #058BA5;
}
</style>