Shades of Eastern Blue #0580A1
Tints of Eastern Blue #0580A1
RGB
CMYK
RGB Variations
Color information
#0580A1 (or 0x0580A1) is known color: Eastern Blue. HEX triplet: 05, 80 and A1. RGB value is (5,128,161). Sum of RGB (Red+Green+Blue) = 5+128+161=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 161 (63.28% from 255 or 54.76% from 294); Max value from RGB is 161 - color contains mainly: blue. Hex color #0580A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0580A1 is #FA7F5E. Grayscale: #5E5E5E. Windows color (decimal): -16416607 or 10584069. OLE color: 10584069.
HSL color Cylindrical-coordinate representation of color #0580A1: hue angle of 192.69º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0580A1 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 128 | 161 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.37 |
| HSL | 192.69º | 0.94% | 0.33% | - |
| HSV(B) | 192.69º | 0.97% | 0.63% | - |
| XYZ | 14.21 | 18.04 | 36.45 | - |
| YUV | 94.99 | 165.25 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 161 | 0.97 | 0.20 | 0 | 0.37 | 192.69 | 0.94 | 0.33 |
| Hex | 5 | 80 | A1 | 61 | 14 | 0 | 25 | C1 | 5E | 21 |
| Octal | 5 | 200 | 241 | 141 | 24 | 0 | 45 | 301 | 136 | 41 |
| Binary | 101 | 10000000 | 10100001 | 1100001 | 10100 | 0 | 100101 | 11000001 | 1011110 | 100001 |
Color Harmonies of #0580A1
Complementary color
Monochromatic Colors of #0580A1
Black with #0580A1
Text Example
Text Example
White with #0580A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0580A1; }
p { color: rgb(5,128,161); }
H1.HeaderClassName
{
color: #0580A1;
}
.AnyTagClassName
{
color: #0580A1;
}
</style>
background-color css
<style>
a { background-color: #0580A1; }
a { background-color: rgb(5,128,161); }
div.DivClassName
{
background-color: #0580A1;
}
.BgClassName
{
background-color: #0580A1;
}
</style>
border-color css
<style>
span { border-color: #0580A1; }
span { border-color: rgb(5,128,161); }
td.TdClassName
{
border-color: #0580A1;
}
.TagClassName
{
border-color: #0580A1;
}
</style>