Shades of Havelock Blue #5780DB
Tints of Havelock Blue #5780DB
RGB
CMYK
RGB Variations
Color information
#5780DB (or 0x5780DB) is known color: Havelock Blue. HEX triplet: 57, 80 and DB. RGB value is (87,128,219). Sum of RGB (Red+Green+Blue) = 87+128+219=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #5780DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780DB is #A87F24. Grayscale: #7D7D7D. Windows color (decimal): -11042597 or 14385239. OLE color: 14385239.
HSL color Cylindrical-coordinate representation of color #5780DB: hue angle of 221.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5780DB is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 128 | 219 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.14 |
| HSL | 221.36º | 0.65% | 0.6% | - |
| HSV(B) | 221.36º | 0.6% | 0.86% | - |
| XYZ | 24.44 | 22.58 | 70.09 | - |
| YUV | 126.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 219 | 0.60 | 0.42 | 0 | 0.14 | 221.36 | 0.65 | 0.6 |
| Hex | 57 | 80 | DB | 3C | 2A | 0 | E | DD | 41 | 3C |
| Octal | 127 | 200 | 333 | 74 | 52 | 0 | 16 | 335 | 101 | 74 |
| Binary | 1010111 | 10000000 | 11011011 | 111100 | 101010 | 0 | 1110 | 11011101 | 1000001 | 111100 |
Color Harmonies of #5780DB
Complementary color
Monochromatic Colors of #5780DB
Black with #5780DB
Text Example
Text Example
White with #5780DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5780DB; }
p { color: rgb(87,128,219); }
H1.HeaderClassName
{
color: #5780DB;
}
.AnyTagClassName
{
color: #5780DB;
}
</style>
background-color css
<style>
a { background-color: #5780DB; }
a { background-color: rgb(87,128,219); }
div.DivClassName
{
background-color: #5780DB;
}
.BgClassName
{
background-color: #5780DB;
}
</style>
border-color css
<style>
span { border-color: #5780DB; }
span { border-color: rgb(87,128,219); }
td.TdClassName
{
border-color: #5780DB;
}
.TagClassName
{
border-color: #5780DB;
}
</style>