Shades of Havelock Blue #568AD6
Tints of Havelock Blue #568AD6
RGB
CMYK
RGB Variations
Color information
#568AD6 (or 0x568AD6) is known color: Havelock Blue. HEX triplet: 56, 8A and D6. RGB value is (86,138,214). Sum of RGB (Red+Green+Blue) = 86+138+214=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #568AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AD6 is #A97529. Grayscale: #828282. Windows color (decimal): -11105578 or 14060118. OLE color: 14060118.
HSL color Cylindrical-coordinate representation of color #568AD6: hue angle of 215.62º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #568AD6 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 138 | 214 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.16 |
| HSL | 215.63º | 0.61% | 0.59% | - |
| HSV(B) | 215.63º | 0.6% | 0.84% | - |
| XYZ | 25.06 | 25.01 | 67.12 | - |
| YUV | 131.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 214 | 0.60 | 0.36 | 0 | 0.16 | 215.63 | 0.61 | 0.59 |
| Hex | 56 | 8A | D6 | 3C | 24 | 0 | 10 | D8 | 3D | 3B |
| Octal | 126 | 212 | 326 | 74 | 44 | 0 | 20 | 330 | 75 | 73 |
| Binary | 1010110 | 10001010 | 11010110 | 111100 | 100100 | 0 | 10000 | 11011000 | 111101 | 111011 |
Color Harmonies of #568AD6
Complementary color
Monochromatic Colors of #568AD6
Black with #568AD6
Text Example
Text Example
White with #568AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568AD6; }
p { color: rgb(86,138,214); }
H1.HeaderClassName
{
color: #568AD6;
}
.AnyTagClassName
{
color: #568AD6;
}
</style>
background-color css
<style>
a { background-color: #568AD6; }
a { background-color: rgb(86,138,214); }
div.DivClassName
{
background-color: #568AD6;
}
.BgClassName
{
background-color: #568AD6;
}
</style>
border-color css
<style>
span { border-color: #568AD6; }
span { border-color: rgb(86,138,214); }
td.TdClassName
{
border-color: #568AD6;
}
.TagClassName
{
border-color: #568AD6;
}
</style>