Shades of Eastern Blue #059AA4
Tints of Eastern Blue #059AA4
RGB
CMYK
RGB Variations
Color information
#059AA4 (or 0x059AA4) is known color: Eastern Blue. HEX triplet: 05, 9A and A4. RGB value is (5,154,164). Sum of RGB (Red+Green+Blue) = 5+154+164=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #059AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059AA4 is #FA655B. Grayscale: #6E6E6E. Windows color (decimal): -16409948 or 10787333. OLE color: 10787333.
HSL color Cylindrical-coordinate representation of color #059AA4: hue angle of 183.77º 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 #059AA4 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 154 | 164 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.36 |
| HSL | 183.77º | 0.94% | 0.33% | - |
| HSV(B) | 183.77º | 0.97% | 0.64% | - |
| XYZ | 18.32 | 25.82 | 39.14 | - |
| YUV | 110.59 | 158.14 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 164 | 0.97 | 0.06 | 0 | 0.36 | 183.77 | 0.94 | 0.33 |
| Hex | 5 | 9A | A4 | 61 | 6 | 0 | 24 | B8 | 5E | 21 |
| Octal | 5 | 232 | 244 | 141 | 6 | 0 | 44 | 270 | 136 | 41 |
| Binary | 101 | 10011010 | 10100100 | 1100001 | 110 | 0 | 100100 | 10111000 | 1011110 | 100001 |
Color Harmonies of #059AA4
Complementary color
Monochromatic Colors of #059AA4
Black with #059AA4
Text Example
Text Example
White with #059AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059AA4; }
p { color: rgb(5,154,164); }
H1.HeaderClassName
{
color: #059AA4;
}
.AnyTagClassName
{
color: #059AA4;
}
</style>
background-color css
<style>
a { background-color: #059AA4; }
a { background-color: rgb(5,154,164); }
div.DivClassName
{
background-color: #059AA4;
}
.BgClassName
{
background-color: #059AA4;
}
</style>
border-color css
<style>
span { border-color: #059AA4; }
span { border-color: rgb(5,154,164); }
td.TdClassName
{
border-color: #059AA4;
}
.TagClassName
{
border-color: #059AA4;
}
</style>