Shades of Havelock Blue #5679B7
Tints of Havelock Blue #5679B7
RGB
CMYK
RGB Variations
Color information
#5679B7 (or 0x5679B7) is known color: Havelock Blue. HEX triplet: 56, 79 and B7. RGB value is (86,121,183). Sum of RGB (Red+Green+Blue) = 86+121+183=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #5679B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679B7 is #A98648. Grayscale: #757575. Windows color (decimal): -11109961 or 12024150. OLE color: 12024150.
HSL color Cylindrical-coordinate representation of color #5679B7: hue angle of 218.35º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5679B7 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 121 | 183 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.28 |
| HSL | 218.35º | 0.4% | 0.53% | - |
| HSV(B) | 218.35º | 0.53% | 0.72% | - |
| XYZ | 19.22 | 19.07 | 47.47 | - |
| YUV | 117.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 183 | 0.53 | 0.34 | 0 | 0.28 | 218.35 | 0.4 | 0.53 |
| Hex | 56 | 79 | B7 | 35 | 22 | 0 | 1C | DA | 28 | 35 |
| Octal | 126 | 171 | 267 | 65 | 42 | 0 | 34 | 332 | 50 | 65 |
| Binary | 1010110 | 1111001 | 10110111 | 110101 | 100010 | 0 | 11100 | 11011010 | 101000 | 110101 |
Color Harmonies of #5679B7
Complementary color
Monochromatic Colors of #5679B7
Black with #5679B7
Text Example
Text Example
White with #5679B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679B7; }
p { color: rgb(86,121,183); }
H1.HeaderClassName
{
color: #5679B7;
}
.AnyTagClassName
{
color: #5679B7;
}
</style>
background-color css
<style>
a { background-color: #5679B7; }
a { background-color: rgb(86,121,183); }
div.DivClassName
{
background-color: #5679B7;
}
.BgClassName
{
background-color: #5679B7;
}
</style>
border-color css
<style>
span { border-color: #5679B7; }
span { border-color: rgb(86,121,183); }
td.TdClassName
{
border-color: #5679B7;
}
.TagClassName
{
border-color: #5679B7;
}
</style>