Shades of Havelock Blue #5287BC
Tints of Havelock Blue #5287BC
RGB
CMYK
RGB Variations
Color information
#5287BC (or 0x5287BC) is known color: Havelock Blue. HEX triplet: 52, 87 and BC. RGB value is (82,135,188). Sum of RGB (Red+Green+Blue) = 82+135+188=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5287BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5287BC is #AD7843. Grayscale: #7C7C7C. Windows color (decimal): -11368516 or 12355410. OLE color: 12355410.
HSL color Cylindrical-coordinate representation of color #5287BC: hue angle of 210º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5287BC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 135 | 188 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.26 |
| HSL | 210º | 0.44% | 0.53% | - |
| HSV(B) | 210º | 0.56% | 0.74% | - |
| XYZ | 21.22 | 22.75 | 50.85 | - |
| YUV | 125.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 135 | 188 | 0.56 | 0.28 | 0 | 0.26 | 210 | 0.44 | 0.53 |
| Hex | 52 | 87 | BC | 38 | 1C | 0 | 1A | D2 | 2C | 35 |
| Octal | 122 | 207 | 274 | 70 | 34 | 0 | 32 | 322 | 54 | 65 |
| Binary | 1010010 | 10000111 | 10111100 | 111000 | 11100 | 0 | 11010 | 11010010 | 101100 | 110101 |
Color Harmonies of #5287BC
Complementary color
Monochromatic Colors of #5287BC
Black with #5287BC
Text Example
Text Example
White with #5287BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5287BC; }
p { color: rgb(82,135,188); }
H1.HeaderClassName
{
color: #5287BC;
}
.AnyTagClassName
{
color: #5287BC;
}
</style>
background-color css
<style>
a { background-color: #5287BC; }
a { background-color: rgb(82,135,188); }
div.DivClassName
{
background-color: #5287BC;
}
.BgClassName
{
background-color: #5287BC;
}
</style>
border-color css
<style>
span { border-color: #5287BC; }
span { border-color: rgb(82,135,188); }
td.TdClassName
{
border-color: #5287BC;
}
.TagClassName
{
border-color: #5287BC;
}
</style>