Shades of Eastern Blue #0587AB
Tints of Eastern Blue #0587AB
RGB
CMYK
RGB Variations
Color information
#0587AB (or 0x0587AB) is known color: Eastern Blue. HEX triplet: 05, 87 and AB. RGB value is (5,135,171). Sum of RGB (Red+Green+Blue) = 5+135+171=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #0587AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0587AB is #FA7854. Grayscale: #636363. Windows color (decimal): -16414805 or 11241221. OLE color: 11241221.
HSL color Cylindrical-coordinate representation of color #0587AB: hue angle of 193.01º 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 #0587AB is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 135 | 171 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.33 |
| HSL | 193.01º | 0.94% | 0.35% | - |
| HSV(B) | 193.01º | 0.97% | 0.67% | - |
| XYZ | 16.08 | 20.3 | 41.6 | - |
| YUV | 100.23 | 167.93 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 171 | 0.97 | 0.21 | 0 | 0.33 | 193.01 | 0.94 | 0.35 |
| Hex | 5 | 87 | AB | 61 | 15 | 0 | 21 | C1 | 5E | 23 |
| Octal | 5 | 207 | 253 | 141 | 25 | 0 | 41 | 301 | 136 | 43 |
| Binary | 101 | 10000111 | 10101011 | 1100001 | 10101 | 0 | 100001 | 11000001 | 1011110 | 100011 |
Color Harmonies of #0587AB
Complementary color
Monochromatic Colors of #0587AB
Black with #0587AB
Text Example
Text Example
White with #0587AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0587AB; }
p { color: rgb(5,135,171); }
H1.HeaderClassName
{
color: #0587AB;
}
.AnyTagClassName
{
color: #0587AB;
}
</style>
background-color css
<style>
a { background-color: #0587AB; }
a { background-color: rgb(5,135,171); }
div.DivClassName
{
background-color: #0587AB;
}
.BgClassName
{
background-color: #0587AB;
}
</style>
border-color css
<style>
span { border-color: #0587AB; }
span { border-color: rgb(5,135,171); }
td.TdClassName
{
border-color: #0587AB;
}
.TagClassName
{
border-color: #0587AB;
}
</style>