Shades of Havelock Blue #5682CF
Tints of Havelock Blue #5682CF
RGB
CMYK
RGB Variations
Color information
#5682CF (or 0x5682CF) is known color: Havelock Blue. HEX triplet: 56, 82 and CF. RGB value is (86,130,207). Sum of RGB (Red+Green+Blue) = 86+130+207=423 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.33% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #5682CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682CF is #A97D30. Grayscale: #7D7D7D. Windows color (decimal): -11107633 or 13599318. OLE color: 13599318.
HSL color Cylindrical-coordinate representation of color #5682CF: hue angle of 218.18º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5682CF is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 130 | 207 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.19 |
| HSL | 218.18º | 0.56% | 0.57% | - |
| HSV(B) | 218.18º | 0.58% | 0.81% | - |
| XYZ | 23.08 | 22.45 | 62.15 | - |
| YUV | 125.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 207 | 0.58 | 0.37 | 0 | 0.19 | 218.18 | 0.56 | 0.57 |
| Hex | 56 | 82 | CF | 3A | 25 | 0 | 13 | DA | 38 | 39 |
| Octal | 126 | 202 | 317 | 72 | 45 | 0 | 23 | 332 | 70 | 71 |
| Binary | 1010110 | 10000010 | 11001111 | 111010 | 100101 | 0 | 10011 | 11011010 | 111000 | 111001 |
Color Harmonies of #5682CF
Complementary color
Monochromatic Colors of #5682CF
Black with #5682CF
Text Example
Text Example
White with #5682CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5682CF; }
p { color: rgb(86,130,207); }
H1.HeaderClassName
{
color: #5682CF;
}
.AnyTagClassName
{
color: #5682CF;
}
</style>
background-color css
<style>
a { background-color: #5682CF; }
a { background-color: rgb(86,130,207); }
div.DivClassName
{
background-color: #5682CF;
}
.BgClassName
{
background-color: #5682CF;
}
</style>
border-color css
<style>
span { border-color: #5682CF; }
span { border-color: rgb(86,130,207); }
td.TdClassName
{
border-color: #5682CF;
}
.TagClassName
{
border-color: #5682CF;
}
</style>