Shades of Eastern Blue #0593A4
Tints of Eastern Blue #0593A4
RGB
CMYK
RGB Variations
Color information
#0593A4 (or 0x0593A4) is known color: Eastern Blue. HEX triplet: 05, 93 and A4. RGB value is (5,147,164). Sum of RGB (Red+Green+Blue) = 5+147+164=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #0593A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0593A4 is #FA6C5B. Grayscale: #6A6A6A. Windows color (decimal): -16411740 or 10785541. OLE color: 10785541.
HSL color Cylindrical-coordinate representation of color #0593A4: hue angle of 186.42º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0593A4 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 147 | 164 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.36 |
| HSL | 186.42º | 0.94% | 0.33% | - |
| HSV(B) | 186.42º | 0.97% | 0.64% | - |
| XYZ | 17.2 | 23.58 | 38.77 | - |
| YUV | 106.48 | 160.46 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 164 | 0.97 | 0.10 | 0 | 0.36 | 186.42 | 0.94 | 0.33 |
| Hex | 5 | 93 | A4 | 61 | A | 0 | 24 | BA | 5E | 21 |
| Octal | 5 | 223 | 244 | 141 | 12 | 0 | 44 | 272 | 136 | 41 |
| Binary | 101 | 10010011 | 10100100 | 1100001 | 1010 | 0 | 100100 | 10111010 | 1011110 | 100001 |
Color Harmonies of #0593A4
Complementary color
Monochromatic Colors of #0593A4
Black with #0593A4
Text Example
Text Example
White with #0593A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0593A4; }
p { color: rgb(5,147,164); }
H1.HeaderClassName
{
color: #0593A4;
}
.AnyTagClassName
{
color: #0593A4;
}
</style>
background-color css
<style>
a { background-color: #0593A4; }
a { background-color: rgb(5,147,164); }
div.DivClassName
{
background-color: #0593A4;
}
.BgClassName
{
background-color: #0593A4;
}
</style>
border-color css
<style>
span { border-color: #0593A4; }
span { border-color: rgb(5,147,164); }
td.TdClassName
{
border-color: #0593A4;
}
.TagClassName
{
border-color: #0593A4;
}
</style>