Shades of Havelock Blue #5678CE
Tints of Havelock Blue #5678CE
RGB
CMYK
RGB Variations
Color information
#5678CE (or 0x5678CE) is known color: Havelock Blue. HEX triplet: 56, 78 and CE. RGB value is (86,120,206). Sum of RGB (Red+Green+Blue) = 86+120+206=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #5678CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5678CE is #A98731. Grayscale: #777777. Windows color (decimal): -11110194 or 13531222. OLE color: 13531222.
HSL color Cylindrical-coordinate representation of color #5678CE: hue angle of 223º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5678CE is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 120 | 206 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.19 |
| HSL | 223º | 0.55% | 0.57% | - |
| HSV(B) | 223º | 0.58% | 0.81% | - |
| XYZ | 21.69 | 19.87 | 61.08 | - |
| YUV | 119.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 206 | 0.58 | 0.42 | 0 | 0.19 | 223 | 0.55 | 0.57 |
| Hex | 56 | 78 | CE | 3A | 2A | 0 | 13 | DF | 37 | 39 |
| Octal | 126 | 170 | 316 | 72 | 52 | 0 | 23 | 337 | 67 | 71 |
| Binary | 1010110 | 1111000 | 11001110 | 111010 | 101010 | 0 | 10011 | 11011111 | 110111 | 111001 |
Color Harmonies of #5678CE
Complementary color
Monochromatic Colors of #5678CE
Black with #5678CE
Text Example
Text Example
White with #5678CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678CE; }
p { color: rgb(86,120,206); }
H1.HeaderClassName
{
color: #5678CE;
}
.AnyTagClassName
{
color: #5678CE;
}
</style>
background-color css
<style>
a { background-color: #5678CE; }
a { background-color: rgb(86,120,206); }
div.DivClassName
{
background-color: #5678CE;
}
.BgClassName
{
background-color: #5678CE;
}
</style>
border-color css
<style>
span { border-color: #5678CE; }
span { border-color: rgb(86,120,206); }
td.TdClassName
{
border-color: #5678CE;
}
.TagClassName
{
border-color: #5678CE;
}
</style>