Shades of Havelock Blue #5A88CA
Tints of Havelock Blue #5A88CA
RGB
CMYK
RGB Variations
Color information
#5A88CA (or 0x5A88CA) is known color: Havelock Blue. HEX triplet: 5A, 88 and CA. RGB value is (90,136,202). Sum of RGB (Red+Green+Blue) = 90+136+202=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A88CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A88CA is #A57735. Grayscale: #818181. Windows color (decimal): -10843958 or 13273178. OLE color: 13273178.
HSL color Cylindrical-coordinate representation of color #5A88CA: hue angle of 215.36º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A88CA is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 136 | 202 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.21 |
| HSL | 215.36º | 0.51% | 0.57% | - |
| HSV(B) | 215.36º | 0.55% | 0.79% | - |
| XYZ | 23.68 | 24.05 | 59.27 | - |
| YUV | 129.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 202 | 0.55 | 0.33 | 0 | 0.21 | 215.36 | 0.51 | 0.57 |
| Hex | 5A | 88 | CA | 37 | 21 | 0 | 15 | D7 | 33 | 39 |
| Octal | 132 | 210 | 312 | 67 | 41 | 0 | 25 | 327 | 63 | 71 |
| Binary | 1011010 | 10001000 | 11001010 | 110111 | 100001 | 0 | 10101 | 11010111 | 110011 | 111001 |
Color Harmonies of #5A88CA
Complementary color
Monochromatic Colors of #5A88CA
Black with #5A88CA
Text Example
Text Example
White with #5A88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A88CA; }
p { color: rgb(90,136,202); }
H1.HeaderClassName
{
color: #5A88CA;
}
.AnyTagClassName
{
color: #5A88CA;
}
</style>
background-color css
<style>
a { background-color: #5A88CA; }
a { background-color: rgb(90,136,202); }
div.DivClassName
{
background-color: #5A88CA;
}
.BgClassName
{
background-color: #5A88CA;
}
</style>
border-color css
<style>
span { border-color: #5A88CA; }
span { border-color: rgb(90,136,202); }
td.TdClassName
{
border-color: #5A88CA;
}
.TagClassName
{
border-color: #5A88CA;
}
</style>