Shades of Havelock Blue #5675BF
Tints of Havelock Blue #5675BF
RGB
CMYK
RGB Variations
Color information
#5675BF (or 0x5675BF) is known color: Havelock Blue. HEX triplet: 56, 75 and BF. RGB value is (86,117,191). Sum of RGB (Red+Green+Blue) = 86+117+191=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #5675BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5675BF is #A98A40. Grayscale: #737373. Windows color (decimal): -11110977 or 12547414. OLE color: 12547414.
HSL color Cylindrical-coordinate representation of color #5675BF: hue angle of 222.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5675BF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 117 | 191 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.25 |
| HSL | 222.29º | 0.45% | 0.54% | - |
| HSV(B) | 222.29º | 0.55% | 0.75% | - |
| XYZ | 19.6 | 18.46 | 51.82 | - |
| YUV | 116.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 117 | 191 | 0.55 | 0.39 | 0 | 0.25 | 222.29 | 0.45 | 0.54 |
| Hex | 56 | 75 | BF | 37 | 27 | 0 | 19 | DE | 2D | 36 |
| Octal | 126 | 165 | 277 | 67 | 47 | 0 | 31 | 336 | 55 | 66 |
| Binary | 1010110 | 1110101 | 10111111 | 110111 | 100111 | 0 | 11001 | 11011110 | 101101 | 110110 |
Color Harmonies of #5675BF
Complementary color
Monochromatic Colors of #5675BF
Black with #5675BF
Text Example
Text Example
White with #5675BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5675BF; }
p { color: rgb(86,117,191); }
H1.HeaderClassName
{
color: #5675BF;
}
.AnyTagClassName
{
color: #5675BF;
}
</style>
background-color css
<style>
a { background-color: #5675BF; }
a { background-color: rgb(86,117,191); }
div.DivClassName
{
background-color: #5675BF;
}
.BgClassName
{
background-color: #5675BF;
}
</style>
border-color css
<style>
span { border-color: #5675BF; }
span { border-color: rgb(86,117,191); }
td.TdClassName
{
border-color: #5675BF;
}
.TagClassName
{
border-color: #5675BF;
}
</style>