Shades of Havelock Blue #568ACC
Tints of Havelock Blue #568ACC
RGB
CMYK
RGB Variations
Color information
#568ACC (or 0x568ACC) is known color: Havelock Blue. HEX triplet: 56, 8A and CC. RGB value is (86,138,204). Sum of RGB (Red+Green+Blue) = 86+138+204=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #568ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ACC is #A97533. Grayscale: #818181. Windows color (decimal): -11105588 or 13404758. OLE color: 13404758.
HSL color Cylindrical-coordinate representation of color #568ACC: hue angle of 213.56º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568ACC is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 138 | 204 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.2 |
| HSL | 213.56º | 0.54% | 0.57% | - |
| HSV(B) | 213.56º | 0.58% | 0.8% | - |
| XYZ | 23.83 | 24.52 | 60.6 | - |
| YUV | 129.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 204 | 0.58 | 0.32 | 0 | 0.2 | 213.56 | 0.54 | 0.57 |
| Hex | 56 | 8A | CC | 3A | 20 | 0 | 14 | D6 | 36 | 39 |
| Octal | 126 | 212 | 314 | 72 | 40 | 0 | 24 | 326 | 66 | 71 |
| Binary | 1010110 | 10001010 | 11001100 | 111010 | 100000 | 0 | 10100 | 11010110 | 110110 | 111001 |
Color Harmonies of #568ACC
Complementary color
Monochromatic Colors of #568ACC
Black with #568ACC
Text Example
Text Example
White with #568ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568ACC; }
p { color: rgb(86,138,204); }
H1.HeaderClassName
{
color: #568ACC;
}
.AnyTagClassName
{
color: #568ACC;
}
</style>
background-color css
<style>
a { background-color: #568ACC; }
a { background-color: rgb(86,138,204); }
div.DivClassName
{
background-color: #568ACC;
}
.BgClassName
{
background-color: #568ACC;
}
</style>
border-color css
<style>
span { border-color: #568ACC; }
span { border-color: rgb(86,138,204); }
td.TdClassName
{
border-color: #568ACC;
}
.TagClassName
{
border-color: #568ACC;
}
</style>