Shades of Havelock Blue #5A80CD
Tints of Havelock Blue #5A80CD
RGB
CMYK
RGB Variations
Color information
#5A80CD (or 0x5A80CD) is known color: Havelock Blue. HEX triplet: 5A, 80 and CD. RGB value is (90,128,205). Sum of RGB (Red+Green+Blue) = 90+128+205=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A80CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A80CD is #A57F32. Grayscale: #7D7D7D. Windows color (decimal): -10846003 or 13467738. OLE color: 13467738.
HSL color Cylindrical-coordinate representation of color #5A80CD: hue angle of 220.17º 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 #5A80CD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 128 | 205 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.20 |
| HSL | 220.17º | 0.53% | 0.58% | - |
| HSV(B) | 220.17º | 0.56% | 0.8% | - |
| XYZ | 22.96 | 22.02 | 60.8 | - |
| YUV | 125.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 205 | 0.56 | 0.38 | 0 | 0.20 | 220.17 | 0.53 | 0.58 |
| Hex | 5A | 80 | CD | 38 | 26 | 0 | 14 | DC | 35 | 3A |
| Octal | 132 | 200 | 315 | 70 | 46 | 0 | 24 | 334 | 65 | 72 |
| Binary | 1011010 | 10000000 | 11001101 | 111000 | 100110 | 0 | 10100 | 11011100 | 110101 | 111010 |
Color Harmonies of #5A80CD
Complementary color
Monochromatic Colors of #5A80CD
Black with #5A80CD
Text Example
Text Example
White with #5A80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A80CD; }
p { color: rgb(90,128,205); }
H1.HeaderClassName
{
color: #5A80CD;
}
.AnyTagClassName
{
color: #5A80CD;
}
</style>
background-color css
<style>
a { background-color: #5A80CD; }
a { background-color: rgb(90,128,205); }
div.DivClassName
{
background-color: #5A80CD;
}
.BgClassName
{
background-color: #5A80CD;
}
</style>
border-color css
<style>
span { border-color: #5A80CD; }
span { border-color: rgb(90,128,205); }
td.TdClassName
{
border-color: #5A80CD;
}
.TagClassName
{
border-color: #5A80CD;
}
</style>