Shades of Havelock Blue #5781BA
Tints of Havelock Blue #5781BA
RGB
CMYK
RGB Variations
Color information
#5781BA (or 0x5781BA) is known color: Havelock Blue. HEX triplet: 57, 81 and BA. RGB value is (87,129,186). Sum of RGB (Red+Green+Blue) = 87+129+186=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #5781BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781BA is #A87E45. Grayscale: #7A7A7A. Windows color (decimal): -11042374 or 12222807. OLE color: 12222807.
HSL color Cylindrical-coordinate representation of color #5781BA: hue angle of 214.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5781BA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 129 | 186 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.27 |
| HSL | 214.55º | 0.42% | 0.54% | - |
| HSV(B) | 214.55º | 0.53% | 0.73% | - |
| XYZ | 20.64 | 21.27 | 49.47 | - |
| YUV | 122.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 186 | 0.53 | 0.31 | 0 | 0.27 | 214.55 | 0.42 | 0.54 |
| Hex | 57 | 81 | BA | 35 | 1F | 0 | 1B | D7 | 2A | 36 |
| Octal | 127 | 201 | 272 | 65 | 37 | 0 | 33 | 327 | 52 | 66 |
| Binary | 1010111 | 10000001 | 10111010 | 110101 | 11111 | 0 | 11011 | 11010111 | 101010 | 110110 |
Color Harmonies of #5781BA
Complementary color
Monochromatic Colors of #5781BA
Black with #5781BA
Text Example
Text Example
White with #5781BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781BA; }
p { color: rgb(87,129,186); }
H1.HeaderClassName
{
color: #5781BA;
}
.AnyTagClassName
{
color: #5781BA;
}
</style>
background-color css
<style>
a { background-color: #5781BA; }
a { background-color: rgb(87,129,186); }
div.DivClassName
{
background-color: #5781BA;
}
.BgClassName
{
background-color: #5781BA;
}
</style>
border-color css
<style>
span { border-color: #5781BA; }
span { border-color: rgb(87,129,186); }
td.TdClassName
{
border-color: #5781BA;
}
.TagClassName
{
border-color: #5781BA;
}
</style>