Shades of Havelock Blue #5678C0
Tints of Havelock Blue #5678C0
RGB
CMYK
RGB Variations
Color information
#5678C0 (or 0x5678C0) is known color: Havelock Blue. HEX triplet: 56, 78 and C0. RGB value is (86,120,192). Sum of RGB (Red+Green+Blue) = 86+120+192=398 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.61% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #5678C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5678C0 is #A9873F. Grayscale: #757575. Windows color (decimal): -11110208 or 12613718. OLE color: 12613718.
HSL color Cylindrical-coordinate representation of color #5678C0: hue angle of 220.75º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5678C0 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 120 | 192 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.25 |
| HSL | 220.75º | 0.46% | 0.55% | - |
| HSV(B) | 220.75º | 0.55% | 0.75% | - |
| XYZ | 20.07 | 19.22 | 52.52 | - |
| YUV | 118.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 192 | 0.55 | 0.38 | 0 | 0.25 | 220.75 | 0.46 | 0.55 |
| Hex | 56 | 78 | C0 | 37 | 26 | 0 | 19 | DD | 2E | 37 |
| Octal | 126 | 170 | 300 | 67 | 46 | 0 | 31 | 335 | 56 | 67 |
| Binary | 1010110 | 1111000 | 11000000 | 110111 | 100110 | 0 | 11001 | 11011101 | 101110 | 110111 |
Color Harmonies of #5678C0
Complementary color
Monochromatic Colors of #5678C0
Black with #5678C0
Text Example
Text Example
White with #5678C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678C0; }
p { color: rgb(86,120,192); }
H1.HeaderClassName
{
color: #5678C0;
}
.AnyTagClassName
{
color: #5678C0;
}
</style>
background-color css
<style>
a { background-color: #5678C0; }
a { background-color: rgb(86,120,192); }
div.DivClassName
{
background-color: #5678C0;
}
.BgClassName
{
background-color: #5678C0;
}
</style>
border-color css
<style>
span { border-color: #5678C0; }
span { border-color: rgb(86,120,192); }
td.TdClassName
{
border-color: #5678C0;
}
.TagClassName
{
border-color: #5678C0;
}
</style>