Shades of Havelock Blue #5384BC
Tints of Havelock Blue #5384BC
RGB
CMYK
RGB Variations
Color information
#5384BC (or 0x5384BC) is known color: Havelock Blue. HEX triplet: 53, 84 and BC. RGB value is (83,132,188). Sum of RGB (Red+Green+Blue) = 83+132+188=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5384BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384BC is #AC7B43. Grayscale: #7B7B7B. Windows color (decimal): -11303748 or 12354643. OLE color: 12354643.
HSL color Cylindrical-coordinate representation of color #5384BC: hue angle of 212º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5384BC is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 132 | 188 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.26 |
| HSL | 212º | 0.44% | 0.53% | - |
| HSV(B) | 212º | 0.56% | 0.74% | - |
| XYZ | 20.9 | 21.97 | 50.72 | - |
| YUV | 123.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 188 | 0.56 | 0.30 | 0 | 0.26 | 212 | 0.44 | 0.53 |
| Hex | 53 | 84 | BC | 38 | 1E | 0 | 1A | D4 | 2C | 35 |
| Octal | 123 | 204 | 274 | 70 | 36 | 0 | 32 | 324 | 54 | 65 |
| Binary | 1010011 | 10000100 | 10111100 | 111000 | 11110 | 0 | 11010 | 11010100 | 101100 | 110101 |
Color Harmonies of #5384BC
Complementary color
Monochromatic Colors of #5384BC
Black with #5384BC
Text Example
Text Example
White with #5384BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384BC; }
p { color: rgb(83,132,188); }
H1.HeaderClassName
{
color: #5384BC;
}
.AnyTagClassName
{
color: #5384BC;
}
</style>
background-color css
<style>
a { background-color: #5384BC; }
a { background-color: rgb(83,132,188); }
div.DivClassName
{
background-color: #5384BC;
}
.BgClassName
{
background-color: #5384BC;
}
</style>
border-color css
<style>
span { border-color: #5384BC; }
span { border-color: rgb(83,132,188); }
td.TdClassName
{
border-color: #5384BC;
}
.TagClassName
{
border-color: #5384BC;
}
</style>