Shades of Havelock Blue #5378BE
Tints of Havelock Blue #5378BE
RGB
CMYK
RGB Variations
Color information
#5378BE (or 0x5378BE) is known color: Havelock Blue. HEX triplet: 53, 78 and BE. RGB value is (83,120,190). Sum of RGB (Red+Green+Blue) = 83+120+190=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #5378BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378BE is #AC8741. Grayscale: #747474. Windows color (decimal): -11306818 or 12482643. OLE color: 12482643.
HSL color Cylindrical-coordinate representation of color #5378BE: hue angle of 219.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5378BE is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 120 | 190 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.25 |
| HSL | 219.25º | 0.45% | 0.54% | - |
| HSV(B) | 219.25º | 0.56% | 0.75% | - |
| XYZ | 19.58 | 18.99 | 51.35 | - |
| YUV | 116.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 190 | 0.56 | 0.37 | 0 | 0.25 | 219.25 | 0.45 | 0.54 |
| Hex | 53 | 78 | BE | 38 | 25 | 0 | 19 | DB | 2D | 36 |
| Octal | 123 | 170 | 276 | 70 | 45 | 0 | 31 | 333 | 55 | 66 |
| Binary | 1010011 | 1111000 | 10111110 | 111000 | 100101 | 0 | 11001 | 11011011 | 101101 | 110110 |
Color Harmonies of #5378BE
Complementary color
Monochromatic Colors of #5378BE
Black with #5378BE
Text Example
Text Example
White with #5378BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5378BE; }
p { color: rgb(83,120,190); }
H1.HeaderClassName
{
color: #5378BE;
}
.AnyTagClassName
{
color: #5378BE;
}
</style>
background-color css
<style>
a { background-color: #5378BE; }
a { background-color: rgb(83,120,190); }
div.DivClassName
{
background-color: #5378BE;
}
.BgClassName
{
background-color: #5378BE;
}
</style>
border-color css
<style>
span { border-color: #5378BE; }
span { border-color: rgb(83,120,190); }
td.TdClassName
{
border-color: #5378BE;
}
.TagClassName
{
border-color: #5378BE;
}
</style>