Shades of Havelock Blue #5384DA
Tints of Havelock Blue #5384DA
RGB
CMYK
RGB Variations
Color information
#5384DA (or 0x5384DA) is known color: Havelock Blue. HEX triplet: 53, 84 and DA. RGB value is (83,132,218). Sum of RGB (Red+Green+Blue) = 83+132+218=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #5384DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5384DA is #AC7B25. Grayscale: #7E7E7E. Windows color (decimal): -11303718 or 14320723. OLE color: 14320723.
HSL color Cylindrical-coordinate representation of color #5384DA: hue angle of 218.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5384DA is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 132 | 218 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.15 |
| HSL | 218.22º | 0.65% | 0.59% | - |
| HSV(B) | 218.22º | 0.62% | 0.85% | - |
| XYZ | 24.47 | 23.4 | 69.56 | - |
| YUV | 127.15 | 179.27 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 218 | 0.62 | 0.39 | 0 | 0.15 | 218.22 | 0.65 | 0.59 |
| Hex | 53 | 84 | DA | 3E | 27 | 0 | F | DA | 41 | 3B |
| Octal | 123 | 204 | 332 | 76 | 47 | 0 | 17 | 332 | 101 | 73 |
| Binary | 1010011 | 10000100 | 11011010 | 111110 | 100111 | 0 | 1111 | 11011010 | 1000001 | 111011 |
Color Harmonies of #5384DA
Complementary color
Monochromatic Colors of #5384DA
Black with #5384DA
Text Example
Text Example
White with #5384DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5384DA; }
p { color: rgb(83,132,218); }
H1.HeaderClassName
{
color: #5384DA;
}
.AnyTagClassName
{
color: #5384DA;
}
</style>
background-color css
<style>
a { background-color: #5384DA; }
a { background-color: rgb(83,132,218); }
div.DivClassName
{
background-color: #5384DA;
}
.BgClassName
{
background-color: #5384DA;
}
</style>
border-color css
<style>
span { border-color: #5384DA; }
span { border-color: rgb(83,132,218); }
td.TdClassName
{
border-color: #5384DA;
}
.TagClassName
{
border-color: #5384DA;
}
</style>