Shades of Havelock Blue #5387DC
Tints of Havelock Blue #5387DC
RGB
CMYK
RGB Variations
Color information
#5387DC (or 0x5387DC) is known color: Havelock Blue. HEX triplet: 53, 87 and DC. RGB value is (83,135,220). Sum of RGB (Red+Green+Blue) = 83+135+220=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #5387DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5387DC is #AC7823. Grayscale: #808080. Windows color (decimal): -11302948 or 14452563. OLE color: 14452563.
HSL color Cylindrical-coordinate representation of color #5387DC: hue angle of 217.23º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5387DC is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 135 | 220 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.14 |
| HSL | 217.23º | 0.66% | 0.59% | - |
| HSV(B) | 217.23º | 0.62% | 0.86% | - |
| XYZ | 25.15 | 24.33 | 71.08 | - |
| YUV | 129.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 135 | 220 | 0.62 | 0.39 | 0 | 0.14 | 217.23 | 0.66 | 0.59 |
| Hex | 53 | 87 | DC | 3E | 27 | 0 | E | D9 | 42 | 3B |
| Octal | 123 | 207 | 334 | 76 | 47 | 0 | 16 | 331 | 102 | 73 |
| Binary | 1010011 | 10000111 | 11011100 | 111110 | 100111 | 0 | 1110 | 11011001 | 1000010 | 111011 |
Color Harmonies of #5387DC
Complementary color
Monochromatic Colors of #5387DC
Black with #5387DC
Text Example
Text Example
White with #5387DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5387DC; }
p { color: rgb(83,135,220); }
H1.HeaderClassName
{
color: #5387DC;
}
.AnyTagClassName
{
color: #5387DC;
}
</style>
background-color css
<style>
a { background-color: #5387DC; }
a { background-color: rgb(83,135,220); }
div.DivClassName
{
background-color: #5387DC;
}
.BgClassName
{
background-color: #5387DC;
}
</style>
border-color css
<style>
span { border-color: #5387DC; }
span { border-color: rgb(83,135,220); }
td.TdClassName
{
border-color: #5387DC;
}
.TagClassName
{
border-color: #5387DC;
}
</style>