Shades of Eastern Blue #0590A0
Tints of Eastern Blue #0590A0
RGB
CMYK
RGB Variations
Color information
#0590A0 (or 0x0590A0) is known color: Eastern Blue. HEX triplet: 05, 90 and A0. RGB value is (5,144,160). Sum of RGB (Red+Green+Blue) = 5+144+160=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #0590A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0590A0 is #FA6F5F. Grayscale: #686868. Windows color (decimal): -16412512 or 10522629. OLE color: 10522629.
HSL color Cylindrical-coordinate representation of color #0590A0: hue angle of 186.19º 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 #0590A0 is Cyan = 0.97, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 144 | 160 | - |
| CMYK | 0.97 | 0.1 | 0 | 0.37 |
| HSL | 186.19º | 0.94% | 0.32% | - |
| HSV(B) | 186.19º | 0.97% | 0.63% | - |
| XYZ | 16.38 | 22.52 | 36.74 | - |
| YUV | 104.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 160 | 0.97 | 0.1 | 0 | 0.37 | 186.19 | 0.94 | 0.32 |
| Hex | 5 | 90 | A0 | 61 | A | 0 | 25 | BA | 5E | 20 |
| Octal | 5 | 220 | 240 | 141 | 12 | 0 | 45 | 272 | 136 | 40 |
| Binary | 101 | 10010000 | 10100000 | 1100001 | 1010 | 0 | 100101 | 10111010 | 1011110 | 100000 |
Color Harmonies of #0590A0
Complementary color
Monochromatic Colors of #0590A0
Black with #0590A0
Text Example
Text Example
White with #0590A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0590A0; }
p { color: rgb(5,144,160); }
H1.HeaderClassName
{
color: #0590A0;
}
.AnyTagClassName
{
color: #0590A0;
}
</style>
background-color css
<style>
a { background-color: #0590A0; }
a { background-color: rgb(5,144,160); }
div.DivClassName
{
background-color: #0590A0;
}
.BgClassName
{
background-color: #0590A0;
}
</style>
border-color css
<style>
span { border-color: #0590A0; }
span { border-color: rgb(5,144,160); }
td.TdClassName
{
border-color: #0590A0;
}
.TagClassName
{
border-color: #0590A0;
}
</style>