Shades of Eastern Blue #0587AA
Tints of Eastern Blue #0587AA
RGB
CMYK
RGB Variations
Color information
#0587AA (or 0x0587AA) is known color: Eastern Blue. HEX triplet: 05, 87 and AA. RGB value is (5,135,170). Sum of RGB (Red+Green+Blue) = 5+135+170=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #0587AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0587AA is #FA7855. Grayscale: #636363. Windows color (decimal): -16414806 or 11175685. OLE color: 11175685.
HSL color Cylindrical-coordinate representation of color #0587AA: hue angle of 192.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0587AA is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 135 | 170 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.33 |
| HSL | 192.73º | 0.94% | 0.34% | - |
| HSV(B) | 192.73º | 0.97% | 0.67% | - |
| XYZ | 15.98 | 20.26 | 41.1 | - |
| YUV | 100.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 170 | 0.97 | 0.21 | 0 | 0.33 | 192.73 | 0.94 | 0.34 |
| Hex | 5 | 87 | AA | 61 | 15 | 0 | 21 | C1 | 5E | 22 |
| Octal | 5 | 207 | 252 | 141 | 25 | 0 | 41 | 301 | 136 | 42 |
| Binary | 101 | 10000111 | 10101010 | 1100001 | 10101 | 0 | 100001 | 11000001 | 1011110 | 100010 |
Color Harmonies of #0587AA
Complementary color
Monochromatic Colors of #0587AA
Black with #0587AA
Text Example
Text Example
White with #0587AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0587AA; }
p { color: rgb(5,135,170); }
H1.HeaderClassName
{
color: #0587AA;
}
.AnyTagClassName
{
color: #0587AA;
}
</style>
background-color css
<style>
a { background-color: #0587AA; }
a { background-color: rgb(5,135,170); }
div.DivClassName
{
background-color: #0587AA;
}
.BgClassName
{
background-color: #0587AA;
}
</style>
border-color css
<style>
span { border-color: #0587AA; }
span { border-color: rgb(5,135,170); }
td.TdClassName
{
border-color: #0587AA;
}
.TagClassName
{
border-color: #0587AA;
}
</style>