Shades of Havelock Blue #5389CE
Tints of Havelock Blue #5389CE
RGB
CMYK
RGB Variations
Color information
#5389CE (or 0x5389CE) is known color: Havelock Blue. HEX triplet: 53, 89 and CE. RGB value is (83,137,206). Sum of RGB (Red+Green+Blue) = 83+137+206=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #5389CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389CE is #AC7631. Grayscale: #808080. Windows color (decimal): -11302450 or 13535571. OLE color: 13535571.
HSL color Cylindrical-coordinate representation of color #5389CE: hue angle of 213.66º degrees, saturation: 0.56, 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 #5389CE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 137 | 206 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.19 |
| HSL | 213.66º | 0.56% | 0.57% | - |
| HSV(B) | 213.66º | 0.6% | 0.81% | - |
| XYZ | 23.65 | 24.19 | 61.81 | - |
| YUV | 128.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 206 | 0.60 | 0.33 | 0 | 0.19 | 213.66 | 0.56 | 0.57 |
| Hex | 53 | 89 | CE | 3C | 21 | 0 | 13 | D6 | 38 | 39 |
| Octal | 123 | 211 | 316 | 74 | 41 | 0 | 23 | 326 | 70 | 71 |
| Binary | 1010011 | 10001001 | 11001110 | 111100 | 100001 | 0 | 10011 | 11010110 | 111000 | 111001 |
Color Harmonies of #5389CE
Complementary color
Monochromatic Colors of #5389CE
Black with #5389CE
Text Example
Text Example
White with #5389CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389CE; }
p { color: rgb(83,137,206); }
H1.HeaderClassName
{
color: #5389CE;
}
.AnyTagClassName
{
color: #5389CE;
}
</style>
background-color css
<style>
a { background-color: #5389CE; }
a { background-color: rgb(83,137,206); }
div.DivClassName
{
background-color: #5389CE;
}
.BgClassName
{
background-color: #5389CE;
}
</style>
border-color css
<style>
span { border-color: #5389CE; }
span { border-color: rgb(83,137,206); }
td.TdClassName
{
border-color: #5389CE;
}
.TagClassName
{
border-color: #5389CE;
}
</style>