Shades of Havelock Blue #5287CF
Tints of Havelock Blue #5287CF
RGB
CMYK
RGB Variations
Color information
#5287CF (or 0x5287CF) is known color: Havelock Blue. HEX triplet: 52, 87 and CF. RGB value is (82,135,207). Sum of RGB (Red+Green+Blue) = 82+135+207=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #5287CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5287CF is #AD7830. Grayscale: #7F7F7F. Windows color (decimal): -11368497 or 13600594. OLE color: 13600594.
HSL color Cylindrical-coordinate representation of color #5287CF: hue angle of 214.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5287CF is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 135 | 207 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.19 |
| HSL | 214.56º | 0.57% | 0.57% | - |
| HSV(B) | 214.56º | 0.6% | 0.81% | - |
| XYZ | 23.41 | 23.63 | 62.36 | - |
| YUV | 127.36 | 172.94 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 135 | 207 | 0.60 | 0.35 | 0 | 0.19 | 214.56 | 0.57 | 0.57 |
| Hex | 52 | 87 | CF | 3C | 23 | 0 | 13 | D7 | 39 | 39 |
| Octal | 122 | 207 | 317 | 74 | 43 | 0 | 23 | 327 | 71 | 71 |
| Binary | 1010010 | 10000111 | 11001111 | 111100 | 100011 | 0 | 10011 | 11010111 | 111001 | 111001 |
Color Harmonies of #5287CF
Complementary color
Monochromatic Colors of #5287CF
Black with #5287CF
Text Example
Text Example
White with #5287CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5287CF; }
p { color: rgb(82,135,207); }
H1.HeaderClassName
{
color: #5287CF;
}
.AnyTagClassName
{
color: #5287CF;
}
</style>
background-color css
<style>
a { background-color: #5287CF; }
a { background-color: rgb(82,135,207); }
div.DivClassName
{
background-color: #5287CF;
}
.BgClassName
{
background-color: #5287CF;
}
</style>
border-color css
<style>
span { border-color: #5287CF; }
span { border-color: rgb(82,135,207); }
td.TdClassName
{
border-color: #5287CF;
}
.TagClassName
{
border-color: #5287CF;
}
</style>