Shades of Havelock Blue #5673C3
Tints of Havelock Blue #5673C3
RGB
CMYK
RGB Variations
Color information
#5673C3 (or 0x5673C3) is known color: Havelock Blue. HEX triplet: 56, 73 and C3. RGB value is (86,115,195). Sum of RGB (Red+Green+Blue) = 86+115+195=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #5673C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673C3 is #A98C3C. Grayscale: #737373. Windows color (decimal): -11111485 or 12809046. OLE color: 12809046.
HSL color Cylindrical-coordinate representation of color #5673C3: hue angle of 224.04º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5673C3 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 115 | 195 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.24 |
| HSL | 224.04º | 0.48% | 0.55% | - |
| HSV(B) | 224.04º | 0.56% | 0.76% | - |
| XYZ | 19.82 | 18.18 | 54.09 | - |
| YUV | 115.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 195 | 0.56 | 0.41 | 0 | 0.24 | 224.04 | 0.48 | 0.55 |
| Hex | 56 | 73 | C3 | 38 | 29 | 0 | 18 | E0 | 30 | 37 |
| Octal | 126 | 163 | 303 | 70 | 51 | 0 | 30 | 340 | 60 | 67 |
| Binary | 1010110 | 1110011 | 11000011 | 111000 | 101001 | 0 | 11000 | 11100000 | 110000 | 110111 |
Color Harmonies of #5673C3
Complementary color
Monochromatic Colors of #5673C3
Black with #5673C3
Text Example
Text Example
White with #5673C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5673C3; }
p { color: rgb(86,115,195); }
H1.HeaderClassName
{
color: #5673C3;
}
.AnyTagClassName
{
color: #5673C3;
}
</style>
background-color css
<style>
a { background-color: #5673C3; }
a { background-color: rgb(86,115,195); }
div.DivClassName
{
background-color: #5673C3;
}
.BgClassName
{
background-color: #5673C3;
}
</style>
border-color css
<style>
span { border-color: #5673C3; }
span { border-color: rgb(86,115,195); }
td.TdClassName
{
border-color: #5673C3;
}
.TagClassName
{
border-color: #5673C3;
}
</style>