Shades of Havelock Blue #5682B3
Tints of Havelock Blue #5682B3
RGB
CMYK
RGB Variations
Color information
#5682B3 (or 0x5682B3) is known color: Havelock Blue. HEX triplet: 56, 82 and B3. RGB value is (86,130,179). Sum of RGB (Red+Green+Blue) = 86+130+179=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #5682B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5682B3 is #A97D4C. Grayscale: #7A7A7A. Windows color (decimal): -11107661 or 11764310. OLE color: 11764310.
HSL color Cylindrical-coordinate representation of color #5682B3: hue angle of 211.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5682B3 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 130 | 179 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.30 |
| HSL | 211.61º | 0.38% | 0.52% | - |
| HSV(B) | 211.61º | 0.52% | 0.7% | - |
| XYZ | 19.96 | 21.2 | 45.69 | - |
| YUV | 122.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 179 | 0.52 | 0.27 | 0 | 0.30 | 211.61 | 0.38 | 0.52 |
| Hex | 56 | 82 | B3 | 34 | 1B | 0 | 1E | D4 | 26 | 34 |
| Octal | 126 | 202 | 263 | 64 | 33 | 0 | 36 | 324 | 46 | 64 |
| Binary | 1010110 | 10000010 | 10110011 | 110100 | 11011 | 0 | 11110 | 11010100 | 100110 | 110100 |
Color Harmonies of #5682B3
Complementary color
Monochromatic Colors of #5682B3
Black with #5682B3
Text Example
Text Example
White with #5682B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5682B3; }
p { color: rgb(86,130,179); }
H1.HeaderClassName
{
color: #5682B3;
}
.AnyTagClassName
{
color: #5682B3;
}
</style>
background-color css
<style>
a { background-color: #5682B3; }
a { background-color: rgb(86,130,179); }
div.DivClassName
{
background-color: #5682B3;
}
.BgClassName
{
background-color: #5682B3;
}
</style>
border-color css
<style>
span { border-color: #5682B3; }
span { border-color: rgb(86,130,179); }
td.TdClassName
{
border-color: #5682B3;
}
.TagClassName
{
border-color: #5682B3;
}
</style>