Shades of Havelock Blue #5678B7
Tints of Havelock Blue #5678B7
RGB
CMYK
RGB Variations
Color information
#5678B7 (or 0x5678B7) is known color: Havelock Blue. HEX triplet: 56, 78 and B7. RGB value is (86,120,183). Sum of RGB (Red+Green+Blue) = 86+120+183=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #5678B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5678B7 is #A98748. Grayscale: #747474. Windows color (decimal): -11110217 or 12023894. OLE color: 12023894.
HSL color Cylindrical-coordinate representation of color #5678B7: hue angle of 218.97º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5678B7 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 120 | 183 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.28 |
| HSL | 218.97º | 0.4% | 0.53% | - |
| HSV(B) | 218.97º | 0.53% | 0.72% | - |
| XYZ | 19.1 | 18.83 | 47.43 | - |
| YUV | 117.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 183 | 0.53 | 0.34 | 0 | 0.28 | 218.97 | 0.4 | 0.53 |
| Hex | 56 | 78 | B7 | 35 | 22 | 0 | 1C | DB | 28 | 35 |
| Octal | 126 | 170 | 267 | 65 | 42 | 0 | 34 | 333 | 50 | 65 |
| Binary | 1010110 | 1111000 | 10110111 | 110101 | 100010 | 0 | 11100 | 11011011 | 101000 | 110101 |
Color Harmonies of #5678B7
Complementary color
Monochromatic Colors of #5678B7
Black with #5678B7
Text Example
Text Example
White with #5678B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678B7; }
p { color: rgb(86,120,183); }
H1.HeaderClassName
{
color: #5678B7;
}
.AnyTagClassName
{
color: #5678B7;
}
</style>
background-color css
<style>
a { background-color: #5678B7; }
a { background-color: rgb(86,120,183); }
div.DivClassName
{
background-color: #5678B7;
}
.BgClassName
{
background-color: #5678B7;
}
</style>
border-color css
<style>
span { border-color: #5678B7; }
span { border-color: rgb(86,120,183); }
td.TdClassName
{
border-color: #5678B7;
}
.TagClassName
{
border-color: #5678B7;
}
</style>