Shades of Havelock Blue #5677BF
Tints of Havelock Blue #5677BF
RGB
CMYK
RGB Variations
Color information
#5677BF (or 0x5677BF) is known color: Havelock Blue. HEX triplet: 56, 77 and BF. RGB value is (86,119,191). Sum of RGB (Red+Green+Blue) = 86+119+191=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #5677BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5677BF is #A98840. Grayscale: #757575. Windows color (decimal): -11110465 or 12547926. OLE color: 12547926.
HSL color Cylindrical-coordinate representation of color #5677BF: hue angle of 221.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5677BF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 119 | 191 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.25 |
| HSL | 221.14º | 0.45% | 0.54% | - |
| HSV(B) | 221.14º | 0.55% | 0.75% | - |
| XYZ | 19.84 | 18.93 | 51.9 | - |
| YUV | 117.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 191 | 0.55 | 0.38 | 0 | 0.25 | 221.14 | 0.45 | 0.54 |
| Hex | 56 | 77 | BF | 37 | 26 | 0 | 19 | DD | 2D | 36 |
| Octal | 126 | 167 | 277 | 67 | 46 | 0 | 31 | 335 | 55 | 66 |
| Binary | 1010110 | 1110111 | 10111111 | 110111 | 100110 | 0 | 11001 | 11011101 | 101101 | 110110 |
Color Harmonies of #5677BF
Complementary color
Monochromatic Colors of #5677BF
Black with #5677BF
Text Example
Text Example
White with #5677BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5677BF; }
p { color: rgb(86,119,191); }
H1.HeaderClassName
{
color: #5677BF;
}
.AnyTagClassName
{
color: #5677BF;
}
</style>
background-color css
<style>
a { background-color: #5677BF; }
a { background-color: rgb(86,119,191); }
div.DivClassName
{
background-color: #5677BF;
}
.BgClassName
{
background-color: #5677BF;
}
</style>
border-color css
<style>
span { border-color: #5677BF; }
span { border-color: rgb(86,119,191); }
td.TdClassName
{
border-color: #5677BF;
}
.TagClassName
{
border-color: #5677BF;
}
</style>