Shades of Havelock Blue #5679C1
Tints of Havelock Blue #5679C1
RGB
CMYK
RGB Variations
Color information
#5679C1 (or 0x5679C1) is known color: Havelock Blue. HEX triplet: 56, 79 and C1. RGB value is (86,121,193). Sum of RGB (Red+Green+Blue) = 86+121+193=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #5679C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679C1 is #A9863E. Grayscale: #767676. Windows color (decimal): -11109951 or 12679510. OLE color: 12679510.
HSL color Cylindrical-coordinate representation of color #5679C1: hue angle of 220.37º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5679C1 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 121 | 193 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.24 |
| HSL | 220.37º | 0.46% | 0.55% | - |
| HSV(B) | 220.37º | 0.55% | 0.76% | - |
| XYZ | 20.3 | 19.5 | 53.15 | - |
| YUV | 118.74 | 169.9 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 193 | 0.55 | 0.37 | 0 | 0.24 | 220.37 | 0.46 | 0.55 |
| Hex | 56 | 79 | C1 | 37 | 25 | 0 | 18 | DC | 2E | 37 |
| Octal | 126 | 171 | 301 | 67 | 45 | 0 | 30 | 334 | 56 | 67 |
| Binary | 1010110 | 1111001 | 11000001 | 110111 | 100101 | 0 | 11000 | 11011100 | 101110 | 110111 |
Color Harmonies of #5679C1
Complementary color
Monochromatic Colors of #5679C1
Black with #5679C1
Text Example
Text Example
White with #5679C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679C1; }
p { color: rgb(86,121,193); }
H1.HeaderClassName
{
color: #5679C1;
}
.AnyTagClassName
{
color: #5679C1;
}
</style>
background-color css
<style>
a { background-color: #5679C1; }
a { background-color: rgb(86,121,193); }
div.DivClassName
{
background-color: #5679C1;
}
.BgClassName
{
background-color: #5679C1;
}
</style>
border-color css
<style>
span { border-color: #5679C1; }
span { border-color: rgb(86,121,193); }
td.TdClassName
{
border-color: #5679C1;
}
.TagClassName
{
border-color: #5679C1;
}
</style>