Shades of Eastern Blue #057B99
Tints of Eastern Blue #057B99
RGB
CMYK
RGB Variations
Color information
#057B99 (or 0x057B99) is known color: Eastern Blue. HEX triplet: 05, 7B and 99. RGB value is (5,123,153). Sum of RGB (Red+Green+Blue) = 5+123+153=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #057B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057B99 is #FA8466. Grayscale: #5A5A5A. Windows color (decimal): -16417895 or 10058501. OLE color: 10058501.
HSL color Cylindrical-coordinate representation of color #057B99: hue angle of 192.16º 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 #057B99 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 123 | 153 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.4 |
| HSL | 192.16º | 0.94% | 0.31% | - |
| HSV(B) | 192.16º | 0.97% | 0.6% | - |
| XYZ | 12.9 | 16.5 | 32.64 | - |
| YUV | 91.14 | 162.91 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 123 | 153 | 0.97 | 0.20 | 0 | 0.4 | 192.16 | 0.94 | 0.31 |
| Hex | 5 | 7B | 99 | 61 | 14 | 0 | 28 | C0 | 5E | 1F |
| Octal | 5 | 173 | 231 | 141 | 24 | 0 | 50 | 300 | 136 | 37 |
| Binary | 101 | 1111011 | 10011001 | 1100001 | 10100 | 0 | 101000 | 11000000 | 1011110 | 11111 |
Color Harmonies of #057B99
Complementary color
Monochromatic Colors of #057B99
Black with #057B99
Text Example
Text Example
White with #057B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057B99; }
p { color: rgb(5,123,153); }
H1.HeaderClassName
{
color: #057B99;
}
.AnyTagClassName
{
color: #057B99;
}
</style>
background-color css
<style>
a { background-color: #057B99; }
a { background-color: rgb(5,123,153); }
div.DivClassName
{
background-color: #057B99;
}
.BgClassName
{
background-color: #057B99;
}
</style>
border-color css
<style>
span { border-color: #057B99; }
span { border-color: rgb(5,123,153); }
td.TdClassName
{
border-color: #057B99;
}
.TagClassName
{
border-color: #057B99;
}
</style>