Shades of Havelock Blue #5773BF
Tints of Havelock Blue #5773BF
RGB
CMYK
RGB Variations
Color information
#5773BF (or 0x5773BF) is known color: Havelock Blue. HEX triplet: 57, 73 and BF. RGB value is (87,115,191). Sum of RGB (Red+Green+Blue) = 87+115+191=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #5773BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773BF is #A88C40. Grayscale: #727272. Windows color (decimal): -11045953 or 12546903. OLE color: 12546903.
HSL color Cylindrical-coordinate representation of color #5773BF: hue angle of 223.85º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5773BF is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 115 | 191 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.25 |
| HSL | 223.85º | 0.45% | 0.55% | - |
| HSV(B) | 223.85º | 0.54% | 0.75% | - |
| XYZ | 19.47 | 18.05 | 51.75 | - |
| YUV | 115.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 191 | 0.54 | 0.40 | 0 | 0.25 | 223.85 | 0.45 | 0.55 |
| Hex | 57 | 73 | BF | 36 | 28 | 0 | 19 | E0 | 2D | 37 |
| Octal | 127 | 163 | 277 | 66 | 50 | 0 | 31 | 340 | 55 | 67 |
| Binary | 1010111 | 1110011 | 10111111 | 110110 | 101000 | 0 | 11001 | 11100000 | 101101 | 110111 |
Color Harmonies of #5773BF
Complementary color
Monochromatic Colors of #5773BF
Black with #5773BF
Text Example
Text Example
White with #5773BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773BF; }
p { color: rgb(87,115,191); }
H1.HeaderClassName
{
color: #5773BF;
}
.AnyTagClassName
{
color: #5773BF;
}
</style>
background-color css
<style>
a { background-color: #5773BF; }
a { background-color: rgb(87,115,191); }
div.DivClassName
{
background-color: #5773BF;
}
.BgClassName
{
background-color: #5773BF;
}
</style>
border-color css
<style>
span { border-color: #5773BF; }
span { border-color: rgb(87,115,191); }
td.TdClassName
{
border-color: #5773BF;
}
.TagClassName
{
border-color: #5773BF;
}
</style>