Shades of Havelock Blue #5A86CD
Tints of Havelock Blue #5A86CD
RGB
CMYK
RGB Variations
Color information
#5A86CD (or 0x5A86CD) is known color: Havelock Blue. HEX triplet: 5A, 86 and CD. RGB value is (90,134,205). Sum of RGB (Red+Green+Blue) = 90+134+205=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A86CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A86CD is #A57932. Grayscale: #808080. Windows color (decimal): -10844467 or 13469274. OLE color: 13469274.
HSL color Cylindrical-coordinate representation of color #5A86CD: hue angle of 217.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A86CD is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 134 | 205 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.20 |
| HSL | 217.04º | 0.53% | 0.58% | - |
| HSV(B) | 217.04º | 0.56% | 0.8% | - |
| XYZ | 23.76 | 23.63 | 61.07 | - |
| YUV | 128.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 205 | 0.56 | 0.35 | 0 | 0.20 | 217.04 | 0.53 | 0.58 |
| Hex | 5A | 86 | CD | 38 | 23 | 0 | 14 | D9 | 35 | 3A |
| Octal | 132 | 206 | 315 | 70 | 43 | 0 | 24 | 331 | 65 | 72 |
| Binary | 1011010 | 10000110 | 11001101 | 111000 | 100011 | 0 | 10100 | 11011001 | 110101 | 111010 |
Color Harmonies of #5A86CD
Complementary color
Monochromatic Colors of #5A86CD
Black with #5A86CD
Text Example
Text Example
White with #5A86CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A86CD; }
p { color: rgb(90,134,205); }
H1.HeaderClassName
{
color: #5A86CD;
}
.AnyTagClassName
{
color: #5A86CD;
}
</style>
background-color css
<style>
a { background-color: #5A86CD; }
a { background-color: rgb(90,134,205); }
div.DivClassName
{
background-color: #5A86CD;
}
.BgClassName
{
background-color: #5A86CD;
}
</style>
border-color css
<style>
span { border-color: #5A86CD; }
span { border-color: rgb(90,134,205); }
td.TdClassName
{
border-color: #5A86CD;
}
.TagClassName
{
border-color: #5A86CD;
}
</style>