Shades of Eastern Blue #059199
Tints of Eastern Blue #059199
RGB
CMYK
RGB Variations
Color information
#059199 (or 0x059199) is known color: Eastern Blue. HEX triplet: 05, 91 and 99. RGB value is (5,145,153). Sum of RGB (Red+Green+Blue) = 5+145+153=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #059199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059199 is #FA6E66. Grayscale: #676767. Windows color (decimal): -16412263 or 10064133. OLE color: 10064133.
HSL color Cylindrical-coordinate representation of color #059199: hue angle of 183.24º 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 #059199 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 145 | 153 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.4 |
| HSL | 183.24º | 0.94% | 0.31% | - |
| HSV(B) | 183.24º | 0.97% | 0.6% | - |
| XYZ | 15.94 | 22.58 | 33.66 | - |
| YUV | 104.05 | 155.62 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 145 | 153 | 0.97 | 0.05 | 0 | 0.4 | 183.24 | 0.94 | 0.31 |
| Hex | 5 | 91 | 99 | 61 | 5 | 0 | 28 | B7 | 5E | 1F |
| Octal | 5 | 221 | 231 | 141 | 5 | 0 | 50 | 267 | 136 | 37 |
| Binary | 101 | 10010001 | 10011001 | 1100001 | 101 | 0 | 101000 | 10110111 | 1011110 | 11111 |
Color Harmonies of #059199
Complementary color
Monochromatic Colors of #059199
Black with #059199
Text Example
Text Example
White with #059199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059199; }
p { color: rgb(5,145,153); }
H1.HeaderClassName
{
color: #059199;
}
.AnyTagClassName
{
color: #059199;
}
</style>
background-color css
<style>
a { background-color: #059199; }
a { background-color: rgb(5,145,153); }
div.DivClassName
{
background-color: #059199;
}
.BgClassName
{
background-color: #059199;
}
</style>
border-color css
<style>
span { border-color: #059199; }
span { border-color: rgb(5,145,153); }
td.TdClassName
{
border-color: #059199;
}
.TagClassName
{
border-color: #059199;
}
</style>