Shades of Havelock Blue #5A80BA
Tints of Havelock Blue #5A80BA
RGB
CMYK
RGB Variations
Color information
#5A80BA (or 0x5A80BA) is known color: Havelock Blue. HEX triplet: 5A, 80 and BA. RGB value is (90,128,186). Sum of RGB (Red+Green+Blue) = 90+128+186=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A80BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A80BA is #A57F45. Grayscale: #7A7A7A. Windows color (decimal): -10846022 or 12222554. OLE color: 12222554.
HSL color Cylindrical-coordinate representation of color #5A80BA: hue angle of 216.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A80BA is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 128 | 186 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.27 |
| HSL | 216.25º | 0.41% | 0.54% | - |
| HSV(B) | 216.25º | 0.52% | 0.73% | - |
| XYZ | 20.8 | 21.16 | 49.44 | - |
| YUV | 123.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 186 | 0.52 | 0.31 | 0 | 0.27 | 216.25 | 0.41 | 0.54 |
| Hex | 5A | 80 | BA | 34 | 1F | 0 | 1B | D8 | 29 | 36 |
| Octal | 132 | 200 | 272 | 64 | 37 | 0 | 33 | 330 | 51 | 66 |
| Binary | 1011010 | 10000000 | 10111010 | 110100 | 11111 | 0 | 11011 | 11011000 | 101001 | 110110 |
Color Harmonies of #5A80BA
Complementary color
Monochromatic Colors of #5A80BA
Black with #5A80BA
Text Example
Text Example
White with #5A80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A80BA; }
p { color: rgb(90,128,186); }
H1.HeaderClassName
{
color: #5A80BA;
}
.AnyTagClassName
{
color: #5A80BA;
}
</style>
background-color css
<style>
a { background-color: #5A80BA; }
a { background-color: rgb(90,128,186); }
div.DivClassName
{
background-color: #5A80BA;
}
.BgClassName
{
background-color: #5A80BA;
}
</style>
border-color css
<style>
span { border-color: #5A80BA; }
span { border-color: rgb(90,128,186); }
td.TdClassName
{
border-color: #5A80BA;
}
.TagClassName
{
border-color: #5A80BA;
}
</style>