Shades of Havelock Blue #5873BF
Tints of Havelock Blue #5873BF
RGB
CMYK
RGB Variations
Color information
#5873BF (or 0x5873BF) is known color: Havelock Blue. HEX triplet: 58, 73 and BF. RGB value is (88,115,191). Sum of RGB (Red+Green+Blue) = 88+115+191=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #5873BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5873BF is #A78C40. Grayscale: #737373. Windows color (decimal): -10980417 or 12546904. OLE color: 12546904.
HSL color Cylindrical-coordinate representation of color #5873BF: hue angle of 224.27º 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 #5873BF is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 115 | 191 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.25 |
| HSL | 224.27º | 0.45% | 0.55% | - |
| HSV(B) | 224.27º | 0.54% | 0.75% | - |
| XYZ | 19.56 | 18.1 | 51.75 | - |
| YUV | 115.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 191 | 0.54 | 0.40 | 0 | 0.25 | 224.27 | 0.45 | 0.55 |
| Hex | 58 | 73 | BF | 36 | 28 | 0 | 19 | E0 | 2D | 37 |
| Octal | 130 | 163 | 277 | 66 | 50 | 0 | 31 | 340 | 55 | 67 |
| Binary | 1011000 | 1110011 | 10111111 | 110110 | 101000 | 0 | 11001 | 11100000 | 101101 | 110111 |
Color Harmonies of #5873BF
Complementary color
Monochromatic Colors of #5873BF
Black with #5873BF
Text Example
Text Example
White with #5873BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5873BF; }
p { color: rgb(88,115,191); }
H1.HeaderClassName
{
color: #5873BF;
}
.AnyTagClassName
{
color: #5873BF;
}
</style>
background-color css
<style>
a { background-color: #5873BF; }
a { background-color: rgb(88,115,191); }
div.DivClassName
{
background-color: #5873BF;
}
.BgClassName
{
background-color: #5873BF;
}
</style>
border-color css
<style>
span { border-color: #5873BF; }
span { border-color: rgb(88,115,191); }
td.TdClassName
{
border-color: #5873BF;
}
.TagClassName
{
border-color: #5873BF;
}
</style>