Shades of Havelock Blue #5686C3
Tints of Havelock Blue #5686C3
RGB
CMYK
RGB Variations
Color information
#5686C3 (or 0x5686C3) is known color: Havelock Blue. HEX triplet: 56, 86 and C3. RGB value is (86,134,195). Sum of RGB (Red+Green+Blue) = 86+134+195=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #5686C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5686C3 is #A9793C. Grayscale: #7E7E7E. Windows color (decimal): -11106621 or 12813910. OLE color: 12813910.
HSL color Cylindrical-coordinate representation of color #5686C3: hue angle of 213.58º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5686C3 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 134 | 195 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.24 |
| HSL | 213.58º | 0.48% | 0.55% | - |
| HSV(B) | 213.58º | 0.56% | 0.76% | - |
| XYZ | 22.21 | 22.97 | 54.89 | - |
| YUV | 126.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 134 | 195 | 0.56 | 0.31 | 0 | 0.24 | 213.58 | 0.48 | 0.55 |
| Hex | 56 | 86 | C3 | 38 | 1F | 0 | 18 | D6 | 30 | 37 |
| Octal | 126 | 206 | 303 | 70 | 37 | 0 | 30 | 326 | 60 | 67 |
| Binary | 1010110 | 10000110 | 11000011 | 111000 | 11111 | 0 | 11000 | 11010110 | 110000 | 110111 |
Color Harmonies of #5686C3
Complementary color
Monochromatic Colors of #5686C3
Black with #5686C3
Text Example
Text Example
White with #5686C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5686C3; }
p { color: rgb(86,134,195); }
H1.HeaderClassName
{
color: #5686C3;
}
.AnyTagClassName
{
color: #5686C3;
}
</style>
background-color css
<style>
a { background-color: #5686C3; }
a { background-color: rgb(86,134,195); }
div.DivClassName
{
background-color: #5686C3;
}
.BgClassName
{
background-color: #5686C3;
}
</style>
border-color css
<style>
span { border-color: #5686C3; }
span { border-color: rgb(86,134,195); }
td.TdClassName
{
border-color: #5686C3;
}
.TagClassName
{
border-color: #5686C3;
}
</style>