Shades of Havelock Blue #5683BA
Tints of Havelock Blue #5683BA
RGB
CMYK
RGB Variations
Color information
#5683BA (or 0x5683BA) is known color: Havelock Blue. HEX triplet: 56, 83 and BA. RGB value is (86,131,186). Sum of RGB (Red+Green+Blue) = 86+131+186=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5683BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5683BA is #A97C45. Grayscale: #7B7B7B. Windows color (decimal): -11107398 or 12223318. OLE color: 12223318.
HSL color Cylindrical-coordinate representation of color #5683BA: hue angle of 213º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5683BA is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 131 | 186 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.27 |
| HSL | 213º | 0.42% | 0.53% | - |
| HSV(B) | 213º | 0.54% | 0.73% | - |
| XYZ | 20.82 | 21.76 | 49.56 | - |
| YUV | 123.82 | 163.09 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 186 | 0.54 | 0.30 | 0 | 0.27 | 213 | 0.42 | 0.53 |
| Hex | 56 | 83 | BA | 36 | 1E | 0 | 1B | D5 | 2A | 35 |
| Octal | 126 | 203 | 272 | 66 | 36 | 0 | 33 | 325 | 52 | 65 |
| Binary | 1010110 | 10000011 | 10111010 | 110110 | 11110 | 0 | 11011 | 11010101 | 101010 | 110101 |
Color Harmonies of #5683BA
Complementary color
Monochromatic Colors of #5683BA
Black with #5683BA
Text Example
Text Example
White with #5683BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5683BA; }
p { color: rgb(86,131,186); }
H1.HeaderClassName
{
color: #5683BA;
}
.AnyTagClassName
{
color: #5683BA;
}
</style>
background-color css
<style>
a { background-color: #5683BA; }
a { background-color: rgb(86,131,186); }
div.DivClassName
{
background-color: #5683BA;
}
.BgClassName
{
background-color: #5683BA;
}
</style>
border-color css
<style>
span { border-color: #5683BA; }
span { border-color: rgb(86,131,186); }
td.TdClassName
{
border-color: #5683BA;
}
.TagClassName
{
border-color: #5683BA;
}
</style>