Shades of Havelock Blue #5677BD
Tints of Havelock Blue #5677BD
RGB
CMYK
RGB Variations
Color information
#5677BD (or 0x5677BD) is known color: Havelock Blue. HEX triplet: 56, 77 and BD. RGB value is (86,119,189). Sum of RGB (Red+Green+Blue) = 86+119+189=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #5677BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5677BD is #A98842. Grayscale: #747474. Windows color (decimal): -11110467 or 12416854. OLE color: 12416854.
HSL color Cylindrical-coordinate representation of color #5677BD: hue angle of 220.78º degrees, saturation: 0.44, 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 #5677BD is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 119 | 189 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.26 |
| HSL | 220.78º | 0.44% | 0.54% | - |
| HSV(B) | 220.78º | 0.54% | 0.74% | - |
| XYZ | 19.62 | 18.85 | 50.75 | - |
| YUV | 117.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 189 | 0.54 | 0.37 | 0 | 0.26 | 220.78 | 0.44 | 0.54 |
| Hex | 56 | 77 | BD | 36 | 25 | 0 | 1A | DD | 2C | 36 |
| Octal | 126 | 167 | 275 | 66 | 45 | 0 | 32 | 335 | 54 | 66 |
| Binary | 1010110 | 1110111 | 10111101 | 110110 | 100101 | 0 | 11010 | 11011101 | 101100 | 110110 |
Color Harmonies of #5677BD
Complementary color
Monochromatic Colors of #5677BD
Black with #5677BD
Text Example
Text Example
White with #5677BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5677BD; }
p { color: rgb(86,119,189); }
H1.HeaderClassName
{
color: #5677BD;
}
.AnyTagClassName
{
color: #5677BD;
}
</style>
background-color css
<style>
a { background-color: #5677BD; }
a { background-color: rgb(86,119,189); }
div.DivClassName
{
background-color: #5677BD;
}
.BgClassName
{
background-color: #5677BD;
}
</style>
border-color css
<style>
span { border-color: #5677BD; }
span { border-color: rgb(86,119,189); }
td.TdClassName
{
border-color: #5677BD;
}
.TagClassName
{
border-color: #5677BD;
}
</style>