Shades of Eastern Blue #0584A5
Tints of Eastern Blue #0584A5
RGB
CMYK
RGB Variations
Color information
#0584A5 (or 0x0584A5) is known color: Eastern Blue. HEX triplet: 05, 84 and A5. RGB value is (5,132,165). Sum of RGB (Red+Green+Blue) = 5+132+165=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 165 (64.84% from 255 or 54.64% from 302); Max value from RGB is 165 - color contains mainly: blue. Hex color #0584A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0584A5 is #FA7B5A. Grayscale: #616161. Windows color (decimal): -16415579 or 10847237. OLE color: 10847237.
HSL color Cylindrical-coordinate representation of color #0584A5: hue angle of 192.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0584A5 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 132 | 165 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.35 |
| HSL | 192.38º | 0.94% | 0.33% | - |
| HSV(B) | 192.38º | 0.97% | 0.65% | - |
| XYZ | 15.11 | 19.25 | 38.52 | - |
| YUV | 97.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 165 | 0.97 | 0.20 | 0 | 0.35 | 192.38 | 0.94 | 0.33 |
| Hex | 5 | 84 | A5 | 61 | 14 | 0 | 23 | C0 | 5E | 21 |
| Octal | 5 | 204 | 245 | 141 | 24 | 0 | 43 | 300 | 136 | 41 |
| Binary | 101 | 10000100 | 10100101 | 1100001 | 10100 | 0 | 100011 | 11000000 | 1011110 | 100001 |
Color Harmonies of #0584A5
Complementary color
Monochromatic Colors of #0584A5
Black with #0584A5
Text Example
Text Example
White with #0584A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584A5; }
p { color: rgb(5,132,165); }
H1.HeaderClassName
{
color: #0584A5;
}
.AnyTagClassName
{
color: #0584A5;
}
</style>
background-color css
<style>
a { background-color: #0584A5; }
a { background-color: rgb(5,132,165); }
div.DivClassName
{
background-color: #0584A5;
}
.BgClassName
{
background-color: #0584A5;
}
</style>
border-color css
<style>
span { border-color: #0584A5; }
span { border-color: rgb(5,132,165); }
td.TdClassName
{
border-color: #0584A5;
}
.TagClassName
{
border-color: #0584A5;
}
</style>