Shades of Eastern Blue #05849C
Tints of Eastern Blue #05849C
RGB
CMYK
RGB Variations
Color information
#05849C (or 0x05849C) is known color: Eastern Blue. HEX triplet: 05, 84 and 9C. RGB value is (5,132,156). Sum of RGB (Red+Green+Blue) = 5+132+156=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #05849C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05849C is #FA7B63. Grayscale: #606060. Windows color (decimal): -16415588 or 10257413. OLE color: 10257413.
HSL color Cylindrical-coordinate representation of color #05849C: hue angle of 189.54º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05849C is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 132 | 156 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.39 |
| HSL | 189.54º | 0.94% | 0.32% | - |
| HSV(B) | 189.54º | 0.97% | 0.61% | - |
| XYZ | 14.31 | 18.94 | 34.35 | - |
| YUV | 96.76 | 161.42 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 156 | 0.97 | 0.15 | 0 | 0.39 | 189.54 | 0.94 | 0.32 |
| Hex | 5 | 84 | 9C | 61 | F | 0 | 27 | BE | 5E | 20 |
| Octal | 5 | 204 | 234 | 141 | 17 | 0 | 47 | 276 | 136 | 40 |
| Binary | 101 | 10000100 | 10011100 | 1100001 | 1111 | 0 | 100111 | 10111110 | 1011110 | 100000 |
Color Harmonies of #05849C
Complementary color
Monochromatic Colors of #05849C
Black with #05849C
Text Example
Text Example
White with #05849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05849C; }
p { color: rgb(5,132,156); }
H1.HeaderClassName
{
color: #05849C;
}
.AnyTagClassName
{
color: #05849C;
}
</style>
background-color css
<style>
a { background-color: #05849C; }
a { background-color: rgb(5,132,156); }
div.DivClassName
{
background-color: #05849C;
}
.BgClassName
{
background-color: #05849C;
}
</style>
border-color css
<style>
span { border-color: #05849C; }
span { border-color: rgb(5,132,156); }
td.TdClassName
{
border-color: #05849C;
}
.TagClassName
{
border-color: #05849C;
}
</style>