Shades of Havelock Blue #5A80CE
Tints of Havelock Blue #5A80CE
RGB
CMYK
RGB Variations
Color information
#5A80CE (or 0x5A80CE) is known color: Havelock Blue. HEX triplet: 5A, 80 and CE. RGB value is (90,128,206). Sum of RGB (Red+Green+Blue) = 90+128+206=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A80CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A80CE is #A57F31. Grayscale: #7D7D7D. Windows color (decimal): -10846002 or 13533274. OLE color: 13533274.
HSL color Cylindrical-coordinate representation of color #5A80CE: hue angle of 220.34º 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 #5A80CE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 128 | 206 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.19 |
| HSL | 220.34º | 0.54% | 0.58% | - |
| HSV(B) | 220.34º | 0.56% | 0.81% | - |
| XYZ | 23.08 | 22.07 | 61.44 | - |
| YUV | 125.53 | 173.41 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 206 | 0.56 | 0.38 | 0 | 0.19 | 220.34 | 0.54 | 0.58 |
| Hex | 5A | 80 | CE | 38 | 26 | 0 | 13 | DC | 36 | 3A |
| Octal | 132 | 200 | 316 | 70 | 46 | 0 | 23 | 334 | 66 | 72 |
| Binary | 1011010 | 10000000 | 11001110 | 111000 | 100110 | 0 | 10011 | 11011100 | 110110 | 111010 |
Color Harmonies of #5A80CE
Complementary color
Monochromatic Colors of #5A80CE
Black with #5A80CE
Text Example
Text Example
White with #5A80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A80CE; }
p { color: rgb(90,128,206); }
H1.HeaderClassName
{
color: #5A80CE;
}
.AnyTagClassName
{
color: #5A80CE;
}
</style>
background-color css
<style>
a { background-color: #5A80CE; }
a { background-color: rgb(90,128,206); }
div.DivClassName
{
background-color: #5A80CE;
}
.BgClassName
{
background-color: #5A80CE;
}
</style>
border-color css
<style>
span { border-color: #5A80CE; }
span { border-color: rgb(90,128,206); }
td.TdClassName
{
border-color: #5A80CE;
}
.TagClassName
{
border-color: #5A80CE;
}
</style>