Shades of Havelock Blue #5679CC
Tints of Havelock Blue #5679CC
RGB
CMYK
RGB Variations
Color information
#5679CC (or 0x5679CC) is known color: Havelock Blue. HEX triplet: 56, 79 and CC. RGB value is (86,121,204). Sum of RGB (Red+Green+Blue) = 86+121+204=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #5679CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5679CC is #A98633. Grayscale: #777777. Windows color (decimal): -11109940 or 13400406. OLE color: 13400406.
HSL color Cylindrical-coordinate representation of color #5679CC: hue angle of 222.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5679CC is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 121 | 204 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.2 |
| HSL | 222.2º | 0.54% | 0.57% | - |
| HSV(B) | 222.2º | 0.58% | 0.8% | - |
| XYZ | 21.57 | 20.01 | 59.85 | - |
| YUV | 120 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 204 | 0.58 | 0.41 | 0 | 0.2 | 222.2 | 0.54 | 0.57 |
| Hex | 56 | 79 | CC | 3A | 29 | 0 | 14 | DE | 36 | 39 |
| Octal | 126 | 171 | 314 | 72 | 51 | 0 | 24 | 336 | 66 | 71 |
| Binary | 1010110 | 1111001 | 11001100 | 111010 | 101001 | 0 | 10100 | 11011110 | 110110 | 111001 |
Color Harmonies of #5679CC
Complementary color
Monochromatic Colors of #5679CC
Black with #5679CC
Text Example
Text Example
White with #5679CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5679CC; }
p { color: rgb(86,121,204); }
H1.HeaderClassName
{
color: #5679CC;
}
.AnyTagClassName
{
color: #5679CC;
}
</style>
background-color css
<style>
a { background-color: #5679CC; }
a { background-color: rgb(86,121,204); }
div.DivClassName
{
background-color: #5679CC;
}
.BgClassName
{
background-color: #5679CC;
}
</style>
border-color css
<style>
span { border-color: #5679CC; }
span { border-color: rgb(86,121,204); }
td.TdClassName
{
border-color: #5679CC;
}
.TagClassName
{
border-color: #5679CC;
}
</style>