Shades of Havelock Blue #568ACF
Tints of Havelock Blue #568ACF
RGB
CMYK
RGB Variations
Color information
#568ACF (or 0x568ACF) is known color: Havelock Blue. HEX triplet: 56, 8A and CF. RGB value is (86,138,207). Sum of RGB (Red+Green+Blue) = 86+138+207=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #568ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ACF is #A97530. Grayscale: #818181. Windows color (decimal): -11105585 or 13601366. OLE color: 13601366.
HSL color Cylindrical-coordinate representation of color #568ACF: hue angle of 214.21º degrees, saturation: 0.56, 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 #568ACF is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 138 | 207 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.19 |
| HSL | 214.21º | 0.56% | 0.57% | - |
| HSV(B) | 214.21º | 0.58% | 0.81% | - |
| XYZ | 24.19 | 24.66 | 62.52 | - |
| YUV | 130.32 | 171.27 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 207 | 0.58 | 0.33 | 0 | 0.19 | 214.21 | 0.56 | 0.57 |
| Hex | 56 | 8A | CF | 3A | 21 | 0 | 13 | D6 | 38 | 39 |
| Octal | 126 | 212 | 317 | 72 | 41 | 0 | 23 | 326 | 70 | 71 |
| Binary | 1010110 | 10001010 | 11001111 | 111010 | 100001 | 0 | 10011 | 11010110 | 111000 | 111001 |
Color Harmonies of #568ACF
Complementary color
Monochromatic Colors of #568ACF
Black with #568ACF
Text Example
Text Example
White with #568ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568ACF; }
p { color: rgb(86,138,207); }
H1.HeaderClassName
{
color: #568ACF;
}
.AnyTagClassName
{
color: #568ACF;
}
</style>
background-color css
<style>
a { background-color: #568ACF; }
a { background-color: rgb(86,138,207); }
div.DivClassName
{
background-color: #568ACF;
}
.BgClassName
{
background-color: #568ACF;
}
</style>
border-color css
<style>
span { border-color: #568ACF; }
span { border-color: rgb(86,138,207); }
td.TdClassName
{
border-color: #568ACF;
}
.TagClassName
{
border-color: #568ACF;
}
</style>