Shades of Havelock Blue #568AD5
Tints of Havelock Blue #568AD5
RGB
CMYK
RGB Variations
Color information
#568AD5 (or 0x568AD5) is known color: Havelock Blue. HEX triplet: 56, 8A and D5. RGB value is (86,138,213). Sum of RGB (Red+Green+Blue) = 86+138+213=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #568AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AD5 is #A9752A. Grayscale: #828282. Windows color (decimal): -11105579 or 13994582. OLE color: 13994582.
HSL color Cylindrical-coordinate representation of color #568AD5: hue angle of 215.43º degrees, saturation: 0.6, 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 #568AD5 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 138 | 213 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.16 |
| HSL | 215.43º | 0.6% | 0.59% | - |
| HSV(B) | 215.43º | 0.6% | 0.84% | - |
| XYZ | 24.94 | 24.96 | 66.45 | - |
| YUV | 131 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 213 | 0.60 | 0.35 | 0 | 0.16 | 215.43 | 0.6 | 0.59 |
| Hex | 56 | 8A | D5 | 3C | 23 | 0 | 10 | D7 | 3C | 3B |
| Octal | 126 | 212 | 325 | 74 | 43 | 0 | 20 | 327 | 74 | 73 |
| Binary | 1010110 | 10001010 | 11010101 | 111100 | 100011 | 0 | 10000 | 11010111 | 111100 | 111011 |
Color Harmonies of #568AD5
Complementary color
Monochromatic Colors of #568AD5
Black with #568AD5
Text Example
Text Example
White with #568AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568AD5; }
p { color: rgb(86,138,213); }
H1.HeaderClassName
{
color: #568AD5;
}
.AnyTagClassName
{
color: #568AD5;
}
</style>
background-color css
<style>
a { background-color: #568AD5; }
a { background-color: rgb(86,138,213); }
div.DivClassName
{
background-color: #568AD5;
}
.BgClassName
{
background-color: #568AD5;
}
</style>
border-color css
<style>
span { border-color: #568AD5; }
span { border-color: rgb(86,138,213); }
td.TdClassName
{
border-color: #568AD5;
}
.TagClassName
{
border-color: #568AD5;
}
</style>