Shades of Havelock Blue #5485DC
Tints of Havelock Blue #5485DC
RGB
CMYK
RGB Variations
Color information
#5485DC (or 0x5485DC) is known color: Havelock Blue. HEX triplet: 54, 85 and DC. RGB value is (84,133,220). Sum of RGB (Red+Green+Blue) = 84+133+220=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #5485DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5485DC is #AB7A23. Grayscale: #7F7F7F. Windows color (decimal): -11237924 or 14452052. OLE color: 14452052.
HSL color Cylindrical-coordinate representation of color #5485DC: hue angle of 218.38º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5485DC is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 133 | 220 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.14 |
| HSL | 218.38º | 0.66% | 0.6% | - |
| HSV(B) | 218.38º | 0.62% | 0.86% | - |
| XYZ | 24.96 | 23.83 | 70.99 | - |
| YUV | 128.27 | 179.77 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 220 | 0.62 | 0.40 | 0 | 0.14 | 218.38 | 0.66 | 0.6 |
| Hex | 54 | 85 | DC | 3E | 28 | 0 | E | DA | 42 | 3C |
| Octal | 124 | 205 | 334 | 76 | 50 | 0 | 16 | 332 | 102 | 74 |
| Binary | 1010100 | 10000101 | 11011100 | 111110 | 101000 | 0 | 1110 | 11011010 | 1000010 | 111100 |
Color Harmonies of #5485DC
Complementary color
Monochromatic Colors of #5485DC
Black with #5485DC
Text Example
Text Example
White with #5485DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5485DC; }
p { color: rgb(84,133,220); }
H1.HeaderClassName
{
color: #5485DC;
}
.AnyTagClassName
{
color: #5485DC;
}
</style>
background-color css
<style>
a { background-color: #5485DC; }
a { background-color: rgb(84,133,220); }
div.DivClassName
{
background-color: #5485DC;
}
.BgClassName
{
background-color: #5485DC;
}
</style>
border-color css
<style>
span { border-color: #5485DC; }
span { border-color: rgb(84,133,220); }
td.TdClassName
{
border-color: #5485DC;
}
.TagClassName
{
border-color: #5485DC;
}
</style>