Shades of Eastern Blue #0588A0
Tints of Eastern Blue #0588A0
RGB
CMYK
RGB Variations
Color information
#0588A0 (or 0x0588A0) is known color: Eastern Blue. HEX triplet: 05, 88 and A0. RGB value is (5,136,160). Sum of RGB (Red+Green+Blue) = 5+136+160=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #0588A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0588A0 is #FA775F. Grayscale: #636363. Windows color (decimal): -16414560 or 10520581. OLE color: 10520581.
HSL color Cylindrical-coordinate representation of color #0588A0: hue angle of 189.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0588A0 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 136 | 160 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.37 |
| HSL | 189.29º | 0.94% | 0.32% | - |
| HSV(B) | 189.29º | 0.97% | 0.63% | - |
| XYZ | 15.21 | 20.18 | 36.35 | - |
| YUV | 99.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 160 | 0.97 | 0.15 | 0 | 0.37 | 189.29 | 0.94 | 0.32 |
| Hex | 5 | 88 | A0 | 61 | F | 0 | 25 | BD | 5E | 20 |
| Octal | 5 | 210 | 240 | 141 | 17 | 0 | 45 | 275 | 136 | 40 |
| Binary | 101 | 10001000 | 10100000 | 1100001 | 1111 | 0 | 100101 | 10111101 | 1011110 | 100000 |
Color Harmonies of #0588A0
Complementary color
Monochromatic Colors of #0588A0
Black with #0588A0
Text Example
Text Example
White with #0588A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0588A0; }
p { color: rgb(5,136,160); }
H1.HeaderClassName
{
color: #0588A0;
}
.AnyTagClassName
{
color: #0588A0;
}
</style>
background-color css
<style>
a { background-color: #0588A0; }
a { background-color: rgb(5,136,160); }
div.DivClassName
{
background-color: #0588A0;
}
.BgClassName
{
background-color: #0588A0;
}
</style>
border-color css
<style>
span { border-color: #0588A0; }
span { border-color: rgb(5,136,160); }
td.TdClassName
{
border-color: #0588A0;
}
.TagClassName
{
border-color: #0588A0;
}
</style>