Shades of Havelock Blue #5289CB
Tints of Havelock Blue #5289CB
RGB
CMYK
RGB Variations
Color information
#5289CB (or 0x5289CB) is known color: Havelock Blue. HEX triplet: 52, 89 and CB. RGB value is (82,137,203). Sum of RGB (Red+Green+Blue) = 82+137+203=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #5289CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5289CB is #AD7634. Grayscale: #7F7F7F. Windows color (decimal): -11367989 or 13338962. OLE color: 13338962.
HSL color Cylindrical-coordinate representation of color #5289CB: hue angle of 212.73º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5289CB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 137 | 203 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.20 |
| HSL | 212.73º | 0.54% | 0.56% | - |
| HSV(B) | 212.73º | 0.6% | 0.8% | - |
| XYZ | 23.2 | 24 | 59.91 | - |
| YUV | 128.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 203 | 0.60 | 0.33 | 0 | 0.20 | 212.73 | 0.54 | 0.56 |
| Hex | 52 | 89 | CB | 3C | 21 | 0 | 14 | D5 | 36 | 38 |
| Octal | 122 | 211 | 313 | 74 | 41 | 0 | 24 | 325 | 66 | 70 |
| Binary | 1010010 | 10001001 | 11001011 | 111100 | 100001 | 0 | 10100 | 11010101 | 110110 | 111000 |
Color Harmonies of #5289CB
Complementary color
Monochromatic Colors of #5289CB
Black with #5289CB
Text Example
Text Example
White with #5289CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289CB; }
p { color: rgb(82,137,203); }
H1.HeaderClassName
{
color: #5289CB;
}
.AnyTagClassName
{
color: #5289CB;
}
</style>
background-color css
<style>
a { background-color: #5289CB; }
a { background-color: rgb(82,137,203); }
div.DivClassName
{
background-color: #5289CB;
}
.BgClassName
{
background-color: #5289CB;
}
</style>
border-color css
<style>
span { border-color: #5289CB; }
span { border-color: rgb(82,137,203); }
td.TdClassName
{
border-color: #5289CB;
}
.TagClassName
{
border-color: #5289CB;
}
</style>