Shades of Havelock Blue #5678BB
Tints of Havelock Blue #5678BB
RGB
CMYK
RGB Variations
Color information
#5678BB (or 0x5678BB) is known color: Havelock Blue. HEX triplet: 56, 78 and BB. RGB value is (86,120,187). Sum of RGB (Red+Green+Blue) = 86+120+187=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #5678BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5678BB is #A98744. Grayscale: #757575. Windows color (decimal): -11110213 or 12286038. OLE color: 12286038.
HSL color Cylindrical-coordinate representation of color #5678BB: hue angle of 219.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5678BB is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 120 | 187 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.27 |
| HSL | 219.8º | 0.43% | 0.54% | - |
| HSV(B) | 219.8º | 0.54% | 0.73% | - |
| XYZ | 19.52 | 19 | 49.65 | - |
| YUV | 117.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 187 | 0.54 | 0.36 | 0 | 0.27 | 219.8 | 0.43 | 0.54 |
| Hex | 56 | 78 | BB | 36 | 24 | 0 | 1B | DC | 2B | 36 |
| Octal | 126 | 170 | 273 | 66 | 44 | 0 | 33 | 334 | 53 | 66 |
| Binary | 1010110 | 1111000 | 10111011 | 110110 | 100100 | 0 | 11011 | 11011100 | 101011 | 110110 |
Color Harmonies of #5678BB
Complementary color
Monochromatic Colors of #5678BB
Black with #5678BB
Text Example
Text Example
White with #5678BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678BB; }
p { color: rgb(86,120,187); }
H1.HeaderClassName
{
color: #5678BB;
}
.AnyTagClassName
{
color: #5678BB;
}
</style>
background-color css
<style>
a { background-color: #5678BB; }
a { background-color: rgb(86,120,187); }
div.DivClassName
{
background-color: #5678BB;
}
.BgClassName
{
background-color: #5678BB;
}
</style>
border-color css
<style>
span { border-color: #5678BB; }
span { border-color: rgb(86,120,187); }
td.TdClassName
{
border-color: #5678BB;
}
.TagClassName
{
border-color: #5678BB;
}
</style>