Shades of Havelock Blue #5375BA
Tints of Havelock Blue #5375BA
RGB
CMYK
RGB Variations
Color information
#5375BA (or 0x5375BA) is known color: Havelock Blue. HEX triplet: 53, 75 and BA. RGB value is (83,117,186). Sum of RGB (Red+Green+Blue) = 83+117+186=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5375BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5375BA is #AC8A45. Grayscale: #727272. Windows color (decimal): -11307590 or 12219731. OLE color: 12219731.
HSL color Cylindrical-coordinate representation of color #5375BA: hue angle of 220.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5375BA is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 117 | 186 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.27 |
| HSL | 220.19º | 0.43% | 0.53% | - |
| HSV(B) | 220.19º | 0.55% | 0.73% | - |
| XYZ | 18.79 | 18.11 | 48.96 | - |
| YUV | 114.7 | 168.24 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 186 | 0.55 | 0.37 | 0 | 0.27 | 220.19 | 0.43 | 0.53 |
| Hex | 53 | 75 | BA | 37 | 25 | 0 | 1B | DC | 2B | 35 |
| Octal | 123 | 165 | 272 | 67 | 45 | 0 | 33 | 334 | 53 | 65 |
| Binary | 1010011 | 1110101 | 10111010 | 110111 | 100101 | 0 | 11011 | 11011100 | 101011 | 110101 |
Color Harmonies of #5375BA
Complementary color
Monochromatic Colors of #5375BA
Black with #5375BA
Text Example
Text Example
White with #5375BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5375BA; }
p { color: rgb(83,117,186); }
H1.HeaderClassName
{
color: #5375BA;
}
.AnyTagClassName
{
color: #5375BA;
}
</style>
background-color css
<style>
a { background-color: #5375BA; }
a { background-color: rgb(83,117,186); }
div.DivClassName
{
background-color: #5375BA;
}
.BgClassName
{
background-color: #5375BA;
}
</style>
border-color css
<style>
span { border-color: #5375BA; }
span { border-color: rgb(83,117,186); }
td.TdClassName
{
border-color: #5375BA;
}
.TagClassName
{
border-color: #5375BA;
}
</style>