Shades of Eastern Blue #0584A0
Tints of Eastern Blue #0584A0
RGB
CMYK
RGB Variations
Color information
#0584A0 (or 0x0584A0) is known color: Eastern Blue. HEX triplet: 05, 84 and A0. RGB value is (5,132,160). Sum of RGB (Red+Green+Blue) = 5+132+160=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #0584A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0584A0 is #FA7B5F. Grayscale: #606060. Windows color (decimal): -16415584 or 10519557. OLE color: 10519557.
HSL color Cylindrical-coordinate representation of color #0584A0: hue angle of 190.84º 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 #0584A0 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 132 | 160 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.37 |
| HSL | 190.84º | 0.94% | 0.32% | - |
| HSV(B) | 190.84º | 0.97% | 0.63% | - |
| XYZ | 14.66 | 19.07 | 36.17 | - |
| YUV | 97.22 | 163.42 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 160 | 0.97 | 0.17 | 0 | 0.37 | 190.84 | 0.94 | 0.32 |
| Hex | 5 | 84 | A0 | 61 | 11 | 0 | 25 | BF | 5E | 20 |
| Octal | 5 | 204 | 240 | 141 | 21 | 0 | 45 | 277 | 136 | 40 |
| Binary | 101 | 10000100 | 10100000 | 1100001 | 10001 | 0 | 100101 | 10111111 | 1011110 | 100000 |
Color Harmonies of #0584A0
Complementary color
Monochromatic Colors of #0584A0
Black with #0584A0
Text Example
Text Example
White with #0584A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584A0; }
p { color: rgb(5,132,160); }
H1.HeaderClassName
{
color: #0584A0;
}
.AnyTagClassName
{
color: #0584A0;
}
</style>
background-color css
<style>
a { background-color: #0584A0; }
a { background-color: rgb(5,132,160); }
div.DivClassName
{
background-color: #0584A0;
}
.BgClassName
{
background-color: #0584A0;
}
</style>
border-color css
<style>
span { border-color: #0584A0; }
span { border-color: rgb(5,132,160); }
td.TdClassName
{
border-color: #0584A0;
}
.TagClassName
{
border-color: #0584A0;
}
</style>