Shades of Havelock Blue #5A89CE
Tints of Havelock Blue #5A89CE
RGB
CMYK
RGB Variations
Color information
#5A89CE (or 0x5A89CE) is known color: Havelock Blue. HEX triplet: 5A, 89 and CE. RGB value is (90,137,206). Sum of RGB (Red+Green+Blue) = 90+137+206=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A89CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A89CE is #A57631. Grayscale: #828282. Windows color (decimal): -10843698 or 13535578. OLE color: 13535578.
HSL color Cylindrical-coordinate representation of color #5A89CE: hue angle of 215.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A89CE is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 137 | 206 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.19 |
| HSL | 215.69º | 0.54% | 0.58% | - |
| HSV(B) | 215.69º | 0.56% | 0.81% | - |
| XYZ | 24.3 | 24.52 | 61.84 | - |
| YUV | 130.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 206 | 0.56 | 0.33 | 0 | 0.19 | 215.69 | 0.54 | 0.58 |
| Hex | 5A | 89 | CE | 38 | 21 | 0 | 13 | D8 | 36 | 3A |
| Octal | 132 | 211 | 316 | 70 | 41 | 0 | 23 | 330 | 66 | 72 |
| Binary | 1011010 | 10001001 | 11001110 | 111000 | 100001 | 0 | 10011 | 11011000 | 110110 | 111010 |
Color Harmonies of #5A89CE
Complementary color
Monochromatic Colors of #5A89CE
Black with #5A89CE
Text Example
Text Example
White with #5A89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A89CE; }
p { color: rgb(90,137,206); }
H1.HeaderClassName
{
color: #5A89CE;
}
.AnyTagClassName
{
color: #5A89CE;
}
</style>
background-color css
<style>
a { background-color: #5A89CE; }
a { background-color: rgb(90,137,206); }
div.DivClassName
{
background-color: #5A89CE;
}
.BgClassName
{
background-color: #5A89CE;
}
</style>
border-color css
<style>
span { border-color: #5A89CE; }
span { border-color: rgb(90,137,206); }
td.TdClassName
{
border-color: #5A89CE;
}
.TagClassName
{
border-color: #5A89CE;
}
</style>