Shades of Havelock Blue #5685BC
Tints of Havelock Blue #5685BC
RGB
CMYK
RGB Variations
Color information
#5685BC (or 0x5685BC) is known color: Havelock Blue. HEX triplet: 56, 85 and BC. RGB value is (86,133,188). Sum of RGB (Red+Green+Blue) = 86+133+188=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #5685BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5685BC is #A97A43. Grayscale: #7C7C7C. Windows color (decimal): -11106884 or 12354902. OLE color: 12354902.
HSL color Cylindrical-coordinate representation of color #5685BC: hue angle of 212.35º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5685BC is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 133 | 188 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.26 |
| HSL | 212.35º | 0.43% | 0.54% | - |
| HSV(B) | 212.35º | 0.54% | 0.74% | - |
| XYZ | 21.3 | 22.38 | 50.77 | - |
| YUV | 125.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 133 | 188 | 0.54 | 0.29 | 0 | 0.26 | 212.35 | 0.43 | 0.54 |
| Hex | 56 | 85 | BC | 36 | 1D | 0 | 1A | D4 | 2B | 36 |
| Octal | 126 | 205 | 274 | 66 | 35 | 0 | 32 | 324 | 53 | 66 |
| Binary | 1010110 | 10000101 | 10111100 | 110110 | 11101 | 0 | 11010 | 11010100 | 101011 | 110110 |
Color Harmonies of #5685BC
Complementary color
Monochromatic Colors of #5685BC
Black with #5685BC
Text Example
Text Example
White with #5685BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5685BC; }
p { color: rgb(86,133,188); }
H1.HeaderClassName
{
color: #5685BC;
}
.AnyTagClassName
{
color: #5685BC;
}
</style>
background-color css
<style>
a { background-color: #5685BC; }
a { background-color: rgb(86,133,188); }
div.DivClassName
{
background-color: #5685BC;
}
.BgClassName
{
background-color: #5685BC;
}
</style>
border-color css
<style>
span { border-color: #5685BC; }
span { border-color: rgb(86,133,188); }
td.TdClassName
{
border-color: #5685BC;
}
.TagClassName
{
border-color: #5685BC;
}
</style>