Shades of Havelock Blue #5386BA
Tints of Havelock Blue #5386BA
RGB
CMYK
RGB Variations
Color information
#5386BA (or 0x5386BA) is known color: Havelock Blue. HEX triplet: 53, 86 and BA. RGB value is (83,134,186). Sum of RGB (Red+Green+Blue) = 83+134+186=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5386BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386BA is #AC7945. Grayscale: #7C7C7C. Windows color (decimal): -11303238 or 12224083. OLE color: 12224083.
HSL color Cylindrical-coordinate representation of color #5386BA: hue angle of 210.29º 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 #5386BA is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 134 | 186 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.27 |
| HSL | 210.29º | 0.43% | 0.53% | - |
| HSV(B) | 210.29º | 0.55% | 0.73% | - |
| XYZ | 20.96 | 22.43 | 49.68 | - |
| YUV | 124.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 186 | 0.55 | 0.28 | 0 | 0.27 | 210.29 | 0.43 | 0.53 |
| Hex | 53 | 86 | BA | 37 | 1C | 0 | 1B | D2 | 2B | 35 |
| Octal | 123 | 206 | 272 | 67 | 34 | 0 | 33 | 322 | 53 | 65 |
| Binary | 1010011 | 10000110 | 10111010 | 110111 | 11100 | 0 | 11011 | 11010010 | 101011 | 110101 |
Color Harmonies of #5386BA
Complementary color
Monochromatic Colors of #5386BA
Black with #5386BA
Text Example
Text Example
White with #5386BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5386BA; }
p { color: rgb(83,134,186); }
H1.HeaderClassName
{
color: #5386BA;
}
.AnyTagClassName
{
color: #5386BA;
}
</style>
background-color css
<style>
a { background-color: #5386BA; }
a { background-color: rgb(83,134,186); }
div.DivClassName
{
background-color: #5386BA;
}
.BgClassName
{
background-color: #5386BA;
}
</style>
border-color css
<style>
span { border-color: #5386BA; }
span { border-color: rgb(83,134,186); }
td.TdClassName
{
border-color: #5386BA;
}
.TagClassName
{
border-color: #5386BA;
}
</style>