Shades of Havelock Blue #5386B7
Tints of Havelock Blue #5386B7
RGB
CMYK
RGB Variations
Color information
#5386B7 (or 0x5386B7) is known color: Havelock Blue. HEX triplet: 53, 86 and B7. RGB value is (83,134,183). Sum of RGB (Red+Green+Blue) = 83+134+183=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 183 - color contains mainly: blue. Hex color #5386B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5386B7 is #AC7948. Grayscale: #7C7C7C. Windows color (decimal): -11303241 or 12027475. OLE color: 12027475.
HSL color Cylindrical-coordinate representation of color #5386B7: hue angle of 209.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5386B7 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 134 | 183 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.28 |
| HSL | 209.4º | 0.41% | 0.52% | - |
| HSV(B) | 209.4º | 0.55% | 0.72% | - |
| XYZ | 20.64 | 22.31 | 48.02 | - |
| YUV | 124.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 183 | 0.55 | 0.27 | 0 | 0.28 | 209.4 | 0.41 | 0.52 |
| Hex | 53 | 86 | B7 | 37 | 1B | 0 | 1C | D1 | 29 | 34 |
| Octal | 123 | 206 | 267 | 67 | 33 | 0 | 34 | 321 | 51 | 64 |
| Binary | 1010011 | 10000110 | 10110111 | 110111 | 11011 | 0 | 11100 | 11010001 | 101001 | 110100 |
Color Harmonies of #5386B7
Complementary color
Monochromatic Colors of #5386B7
Black with #5386B7
Text Example
Text Example
White with #5386B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5386B7; }
p { color: rgb(83,134,183); }
H1.HeaderClassName
{
color: #5386B7;
}
.AnyTagClassName
{
color: #5386B7;
}
</style>
background-color css
<style>
a { background-color: #5386B7; }
a { background-color: rgb(83,134,183); }
div.DivClassName
{
background-color: #5386B7;
}
.BgClassName
{
background-color: #5386B7;
}
</style>
border-color css
<style>
span { border-color: #5386B7; }
span { border-color: rgb(83,134,183); }
td.TdClassName
{
border-color: #5386B7;
}
.TagClassName
{
border-color: #5386B7;
}
</style>