Shades of Eastern Blue #05899A
Tints of Eastern Blue #05899A
RGB
CMYK
RGB Variations
Color information
#05899A (or 0x05899A) is known color: Eastern Blue. HEX triplet: 05, 89 and 9A. RGB value is (5,137,154). Sum of RGB (Red+Green+Blue) = 5+137+154=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #05899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05899A is #FA7665. Grayscale: #636363. Windows color (decimal): -16414310 or 10127621. OLE color: 10127621.
HSL color Cylindrical-coordinate representation of color #05899A: hue angle of 186.85º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05899A is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 137 | 154 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.40 |
| HSL | 186.85º | 0.94% | 0.31% | - |
| HSV(B) | 186.85º | 0.97% | 0.6% | - |
| XYZ | 14.84 | 20.26 | 33.7 | - |
| YUV | 99.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 154 | 0.97 | 0.11 | 0 | 0.40 | 186.85 | 0.94 | 0.31 |
| Hex | 5 | 89 | 9A | 61 | B | 0 | 28 | BB | 5E | 1F |
| Octal | 5 | 211 | 232 | 141 | 13 | 0 | 50 | 273 | 136 | 37 |
| Binary | 101 | 10001001 | 10011010 | 1100001 | 1011 | 0 | 101000 | 10111011 | 1011110 | 11111 |
Color Harmonies of #05899A
Complementary color
Monochromatic Colors of #05899A
Black with #05899A
Text Example
Text Example
White with #05899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05899A; }
p { color: rgb(5,137,154); }
H1.HeaderClassName
{
color: #05899A;
}
.AnyTagClassName
{
color: #05899A;
}
</style>
background-color css
<style>
a { background-color: #05899A; }
a { background-color: rgb(5,137,154); }
div.DivClassName
{
background-color: #05899A;
}
.BgClassName
{
background-color: #05899A;
}
</style>
border-color css
<style>
span { border-color: #05899A; }
span { border-color: rgb(5,137,154); }
td.TdClassName
{
border-color: #05899A;
}
.TagClassName
{
border-color: #05899A;
}
</style>