Shades of Havelock Blue #5080CC
Tints of Havelock Blue #5080CC
RGB
CMYK
RGB Variations
Color information
#5080CC (or 0x5080CC) is known color: Havelock Blue. HEX triplet: 50, 80 and CC. RGB value is (80,128,204). Sum of RGB (Red+Green+Blue) = 80+128+204=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #5080CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080CC is #AF7F33. Grayscale: #797979. Windows color (decimal): -11501364 or 13402192. OLE color: 13402192.
HSL color Cylindrical-coordinate representation of color #5080CC: hue angle of 216.77º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5080CC is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 128 | 204 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.2 |
| HSL | 216.77º | 0.55% | 0.56% | - |
| HSV(B) | 216.77º | 0.61% | 0.8% | - |
| XYZ | 21.93 | 21.5 | 60.12 | - |
| YUV | 122.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 204 | 0.61 | 0.37 | 0 | 0.2 | 216.77 | 0.55 | 0.56 |
| Hex | 50 | 80 | CC | 3D | 25 | 0 | 14 | D9 | 37 | 38 |
| Octal | 120 | 200 | 314 | 75 | 45 | 0 | 24 | 331 | 67 | 70 |
| Binary | 1010000 | 10000000 | 11001100 | 111101 | 100101 | 0 | 10100 | 11011001 | 110111 | 111000 |
Color Harmonies of #5080CC
Complementary color
Monochromatic Colors of #5080CC
Black with #5080CC
Text Example
Text Example
White with #5080CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080CC; }
p { color: rgb(80,128,204); }
H1.HeaderClassName
{
color: #5080CC;
}
.AnyTagClassName
{
color: #5080CC;
}
</style>
background-color css
<style>
a { background-color: #5080CC; }
a { background-color: rgb(80,128,204); }
div.DivClassName
{
background-color: #5080CC;
}
.BgClassName
{
background-color: #5080CC;
}
</style>
border-color css
<style>
span { border-color: #5080CC; }
span { border-color: rgb(80,128,204); }
td.TdClassName
{
border-color: #5080CC;
}
.TagClassName
{
border-color: #5080CC;
}
</style>