Shades of Eastern Blue #058DA2
Tints of Eastern Blue #058DA2
RGB
CMYK
RGB Variations
Color information
#058DA2 (or 0x058DA2) is known color: Eastern Blue. HEX triplet: 05, 8D and A2. RGB value is (5,141,162). Sum of RGB (Red+Green+Blue) = 5+141+162=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #058DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058DA2 is #FA725D. Grayscale: #666666. Windows color (decimal): -16413278 or 10652933. OLE color: 10652933.
HSL color Cylindrical-coordinate representation of color #058DA2: hue angle of 188.03º 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 #058DA2 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 141 | 162 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.36 |
| HSL | 188.03º | 0.94% | 0.33% | - |
| HSV(B) | 188.03º | 0.97% | 0.64% | - |
| XYZ | 16.11 | 21.69 | 37.52 | - |
| YUV | 102.73 | 161.44 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 162 | 0.97 | 0.13 | 0 | 0.36 | 188.03 | 0.94 | 0.33 |
| Hex | 5 | 8D | A2 | 61 | D | 0 | 24 | BC | 5E | 21 |
| Octal | 5 | 215 | 242 | 141 | 15 | 0 | 44 | 274 | 136 | 41 |
| Binary | 101 | 10001101 | 10100010 | 1100001 | 1101 | 0 | 100100 | 10111100 | 1011110 | 100001 |
Color Harmonies of #058DA2
Complementary color
Monochromatic Colors of #058DA2
Black with #058DA2
Text Example
Text Example
White with #058DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DA2; }
p { color: rgb(5,141,162); }
H1.HeaderClassName
{
color: #058DA2;
}
.AnyTagClassName
{
color: #058DA2;
}
</style>
background-color css
<style>
a { background-color: #058DA2; }
a { background-color: rgb(5,141,162); }
div.DivClassName
{
background-color: #058DA2;
}
.BgClassName
{
background-color: #058DA2;
}
</style>
border-color css
<style>
span { border-color: #058DA2; }
span { border-color: rgb(5,141,162); }
td.TdClassName
{
border-color: #058DA2;
}
.TagClassName
{
border-color: #058DA2;
}
</style>