Shades of Havelock Blue #5A84CF
Tints of Havelock Blue #5A84CF
RGB
CMYK
RGB Variations
Color information
#5A84CF (or 0x5A84CF) is known color: Havelock Blue. HEX triplet: 5A, 84 and CF. RGB value is (90,132,207). Sum of RGB (Red+Green+Blue) = 90+132+207=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A84CF is #A57B30. Grayscale: #7F7F7F. Windows color (decimal): -10844977 or 13599834. OLE color: 13599834.
HSL color Cylindrical-coordinate representation of color #5A84CF: hue angle of 218.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A84CF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 132 | 207 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.19 |
| HSL | 218.46º | 0.55% | 0.58% | - |
| HSV(B) | 218.46º | 0.57% | 0.81% | - |
| XYZ | 23.73 | 23.18 | 62.26 | - |
| YUV | 127.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 207 | 0.57 | 0.36 | 0 | 0.19 | 218.46 | 0.55 | 0.58 |
| Hex | 5A | 84 | CF | 39 | 24 | 0 | 13 | DA | 37 | 3A |
| Octal | 132 | 204 | 317 | 71 | 44 | 0 | 23 | 332 | 67 | 72 |
| Binary | 1011010 | 10000100 | 11001111 | 111001 | 100100 | 0 | 10011 | 11011010 | 110111 | 111010 |
Color Harmonies of #5A84CF
Complementary color
Monochromatic Colors of #5A84CF
Black with #5A84CF
Text Example
Text Example
White with #5A84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A84CF; }
p { color: rgb(90,132,207); }
H1.HeaderClassName
{
color: #5A84CF;
}
.AnyTagClassName
{
color: #5A84CF;
}
</style>
background-color css
<style>
a { background-color: #5A84CF; }
a { background-color: rgb(90,132,207); }
div.DivClassName
{
background-color: #5A84CF;
}
.BgClassName
{
background-color: #5A84CF;
}
</style>
border-color css
<style>
span { border-color: #5A84CF; }
span { border-color: rgb(90,132,207); }
td.TdClassName
{
border-color: #5A84CF;
}
.TagClassName
{
border-color: #5A84CF;
}
</style>