Shades of Havelock Blue #5278BF
Tints of Havelock Blue #5278BF
RGB
CMYK
RGB Variations
Color information
#5278BF (or 0x5278BF) is known color: Havelock Blue. HEX triplet: 52, 78 and BF. RGB value is (82,120,191). Sum of RGB (Red+Green+Blue) = 82+120+191=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 120 (47.27% from 255 or 30.53% 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 #5278BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5278BF is #AD8740. Grayscale: #747474. Windows color (decimal): -11372353 or 12548178. OLE color: 12548178.
HSL color Cylindrical-coordinate representation of color #5278BF: hue angle of 219.08º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5278BF is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 120 | 191 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.25 |
| HSL | 219.08º | 0.46% | 0.54% | - |
| HSV(B) | 219.08º | 0.57% | 0.75% | - |
| XYZ | 19.6 | 18.99 | 51.92 | - |
| YUV | 116.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 191 | 0.57 | 0.37 | 0 | 0.25 | 219.08 | 0.46 | 0.54 |
| Hex | 52 | 78 | BF | 39 | 25 | 0 | 19 | DB | 2E | 36 |
| Octal | 122 | 170 | 277 | 71 | 45 | 0 | 31 | 333 | 56 | 66 |
| Binary | 1010010 | 1111000 | 10111111 | 111001 | 100101 | 0 | 11001 | 11011011 | 101110 | 110110 |
Color Harmonies of #5278BF
Complementary color
Monochromatic Colors of #5278BF
Black with #5278BF
Text Example
Text Example
White with #5278BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5278BF; }
p { color: rgb(82,120,191); }
H1.HeaderClassName
{
color: #5278BF;
}
.AnyTagClassName
{
color: #5278BF;
}
</style>
background-color css
<style>
a { background-color: #5278BF; }
a { background-color: rgb(82,120,191); }
div.DivClassName
{
background-color: #5278BF;
}
.BgClassName
{
background-color: #5278BF;
}
</style>
border-color css
<style>
span { border-color: #5278BF; }
span { border-color: rgb(82,120,191); }
td.TdClassName
{
border-color: #5278BF;
}
.TagClassName
{
border-color: #5278BF;
}
</style>