Shades of Eastern Blue #0582A1
Tints of Eastern Blue #0582A1
RGB
CMYK
RGB Variations
Color information
#0582A1 (or 0x0582A1) is known color: Eastern Blue. HEX triplet: 05, 82 and A1. RGB value is (5,130,161). Sum of RGB (Red+Green+Blue) = 5+130+161=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 161 (63.28% from 255 or 54.39% from 296); Max value from RGB is 161 - color contains mainly: blue. Hex color #0582A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0582A1 is #FA7D5E. Grayscale: #5F5F5F. Windows color (decimal): -16416095 or 10584581. OLE color: 10584581.
HSL color Cylindrical-coordinate representation of color #0582A1: hue angle of 191.92º 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 #0582A1 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 130 | 161 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.37 |
| HSL | 191.92º | 0.94% | 0.33% | - |
| HSV(B) | 191.92º | 0.97% | 0.63% | - |
| XYZ | 14.48 | 18.57 | 36.54 | - |
| YUV | 96.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 161 | 0.97 | 0.19 | 0 | 0.37 | 191.92 | 0.94 | 0.33 |
| Hex | 5 | 82 | A1 | 61 | 13 | 0 | 25 | C0 | 5E | 21 |
| Octal | 5 | 202 | 241 | 141 | 23 | 0 | 45 | 300 | 136 | 41 |
| Binary | 101 | 10000010 | 10100001 | 1100001 | 10011 | 0 | 100101 | 11000000 | 1011110 | 100001 |
Color Harmonies of #0582A1
Complementary color
Monochromatic Colors of #0582A1
Black with #0582A1
Text Example
Text Example
White with #0582A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0582A1; }
p { color: rgb(5,130,161); }
H1.HeaderClassName
{
color: #0582A1;
}
.AnyTagClassName
{
color: #0582A1;
}
</style>
background-color css
<style>
a { background-color: #0582A1; }
a { background-color: rgb(5,130,161); }
div.DivClassName
{
background-color: #0582A1;
}
.BgClassName
{
background-color: #0582A1;
}
</style>
border-color css
<style>
span { border-color: #0582A1; }
span { border-color: rgb(5,130,161); }
td.TdClassName
{
border-color: #0582A1;
}
.TagClassName
{
border-color: #0582A1;
}
</style>