Shades of Havelock Blue #5782DC
Tints of Havelock Blue #5782DC
RGB
CMYK
RGB Variations
Color information
#5782DC (or 0x5782DC) is known color: Havelock Blue. HEX triplet: 57, 82 and DC. RGB value is (87,130,220). Sum of RGB (Red+Green+Blue) = 87+130+220=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 130 (51.17% from 255 or 29.75% 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 #5782DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5782DC is #A87D23. Grayscale: #7F7F7F. Windows color (decimal): -11042084 or 14451287. OLE color: 14451287.
HSL color Cylindrical-coordinate representation of color #5782DC: hue angle of 220.6º degrees, saturation: 0.66, 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 #5782DC is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 130 | 220 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.14 |
| HSL | 220.6º | 0.66% | 0.6% | - |
| HSV(B) | 220.6º | 0.6% | 0.86% | - |
| XYZ | 24.83 | 23.16 | 70.87 | - |
| YUV | 127.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 220 | 0.60 | 0.41 | 0 | 0.14 | 220.6 | 0.66 | 0.6 |
| Hex | 57 | 82 | DC | 3C | 29 | 0 | E | DD | 42 | 3C |
| Octal | 127 | 202 | 334 | 74 | 51 | 0 | 16 | 335 | 102 | 74 |
| Binary | 1010111 | 10000010 | 11011100 | 111100 | 101001 | 0 | 1110 | 11011101 | 1000010 | 111100 |
Color Harmonies of #5782DC
Complementary color
Monochromatic Colors of #5782DC
Black with #5782DC
Text Example
Text Example
White with #5782DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5782DC; }
p { color: rgb(87,130,220); }
H1.HeaderClassName
{
color: #5782DC;
}
.AnyTagClassName
{
color: #5782DC;
}
</style>
background-color css
<style>
a { background-color: #5782DC; }
a { background-color: rgb(87,130,220); }
div.DivClassName
{
background-color: #5782DC;
}
.BgClassName
{
background-color: #5782DC;
}
</style>
border-color css
<style>
span { border-color: #5782DC; }
span { border-color: rgb(87,130,220); }
td.TdClassName
{
border-color: #5782DC;
}
.TagClassName
{
border-color: #5782DC;
}
</style>