Shades of Havelock Blue #5189CE
Tints of Havelock Blue #5189CE
RGB
CMYK
RGB Variations
Color information
#5189CE (or 0x5189CE) is known color: Havelock Blue. HEX triplet: 51, 89 and CE. RGB value is (81,137,206). Sum of RGB (Red+Green+Blue) = 81+137+206=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #5189CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5189CE is #AE7631. Grayscale: #7F7F7F. Windows color (decimal): -11433522 or 13535569. OLE color: 13535569.
HSL color Cylindrical-coordinate representation of color #5189CE: hue angle of 213.12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5189CE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 137 | 206 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.19 |
| HSL | 213.12º | 0.56% | 0.56% | - |
| HSV(B) | 213.12º | 0.61% | 0.81% | - |
| XYZ | 23.48 | 24.1 | 61.81 | - |
| YUV | 128.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 137 | 206 | 0.61 | 0.33 | 0 | 0.19 | 213.12 | 0.56 | 0.56 |
| Hex | 51 | 89 | CE | 3D | 21 | 0 | 13 | D5 | 38 | 38 |
| Octal | 121 | 211 | 316 | 75 | 41 | 0 | 23 | 325 | 70 | 70 |
| Binary | 1010001 | 10001001 | 11001110 | 111101 | 100001 | 0 | 10011 | 11010101 | 111000 | 111000 |
Color Harmonies of #5189CE
Complementary color
Monochromatic Colors of #5189CE
Black with #5189CE
Text Example
Text Example
White with #5189CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5189CE; }
p { color: rgb(81,137,206); }
H1.HeaderClassName
{
color: #5189CE;
}
.AnyTagClassName
{
color: #5189CE;
}
</style>
background-color css
<style>
a { background-color: #5189CE; }
a { background-color: rgb(81,137,206); }
div.DivClassName
{
background-color: #5189CE;
}
.BgClassName
{
background-color: #5189CE;
}
</style>
border-color css
<style>
span { border-color: #5189CE; }
span { border-color: rgb(81,137,206); }
td.TdClassName
{
border-color: #5189CE;
}
.TagClassName
{
border-color: #5189CE;
}
</style>