Shades of Havelock Blue #568ACD
Tints of Havelock Blue #568ACD
RGB
CMYK
RGB Variations
Color information
#568ACD (or 0x568ACD) is known color: Havelock Blue. HEX triplet: 56, 8A and CD. RGB value is (86,138,205). Sum of RGB (Red+Green+Blue) = 86+138+205=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #568ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ACD is #A97532. Grayscale: #818181. Windows color (decimal): -11105587 or 13470294. OLE color: 13470294.
HSL color Cylindrical-coordinate representation of color #568ACD: hue angle of 213.78º 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 #568ACD is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 138 | 205 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.20 |
| HSL | 213.78º | 0.54% | 0.57% | - |
| HSV(B) | 213.78º | 0.58% | 0.8% | - |
| XYZ | 23.95 | 24.56 | 61.24 | - |
| YUV | 130.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 205 | 0.58 | 0.33 | 0 | 0.20 | 213.78 | 0.54 | 0.57 |
| Hex | 56 | 8A | CD | 3A | 21 | 0 | 14 | D6 | 36 | 39 |
| Octal | 126 | 212 | 315 | 72 | 41 | 0 | 24 | 326 | 66 | 71 |
| Binary | 1010110 | 10001010 | 11001101 | 111010 | 100001 | 0 | 10100 | 11010110 | 110110 | 111001 |
Color Harmonies of #568ACD
Complementary color
Monochromatic Colors of #568ACD
Black with #568ACD
Text Example
Text Example
White with #568ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568ACD; }
p { color: rgb(86,138,205); }
H1.HeaderClassName
{
color: #568ACD;
}
.AnyTagClassName
{
color: #568ACD;
}
</style>
background-color css
<style>
a { background-color: #568ACD; }
a { background-color: rgb(86,138,205); }
div.DivClassName
{
background-color: #568ACD;
}
.BgClassName
{
background-color: #568ACD;
}
</style>
border-color css
<style>
span { border-color: #568ACD; }
span { border-color: rgb(86,138,205); }
td.TdClassName
{
border-color: #568ACD;
}
.TagClassName
{
border-color: #568ACD;
}
</style>