Shades of Havelock Blue #5080C0
Tints of Havelock Blue #5080C0
RGB
CMYK
RGB Variations
Color information
#5080C0 (or 0x5080C0) is known color: Havelock Blue. HEX triplet: 50, 80 and C0. RGB value is (80,128,192). Sum of RGB (Red+Green+Blue) = 80+128+192=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #5080C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080C0 is #AF7F3F. Grayscale: #787878. Windows color (decimal): -11501376 or 12615760. OLE color: 12615760.
HSL color Cylindrical-coordinate representation of color #5080C0: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5080C0 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 128 | 192 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.25 |
| HSL | 214.29º | 0.47% | 0.53% | - |
| HSV(B) | 214.29º | 0.58% | 0.75% | - |
| XYZ | 20.54 | 20.95 | 52.83 | - |
| YUV | 120.94 | 168.1 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 192 | 0.58 | 0.33 | 0 | 0.25 | 214.29 | 0.47 | 0.53 |
| Hex | 50 | 80 | C0 | 3A | 21 | 0 | 19 | D6 | 2F | 35 |
| Octal | 120 | 200 | 300 | 72 | 41 | 0 | 31 | 326 | 57 | 65 |
| Binary | 1010000 | 10000000 | 11000000 | 111010 | 100001 | 0 | 11001 | 11010110 | 101111 | 110101 |
Color Harmonies of #5080C0
Complementary color
Monochromatic Colors of #5080C0
Black with #5080C0
Text Example
Text Example
White with #5080C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080C0; }
p { color: rgb(80,128,192); }
H1.HeaderClassName
{
color: #5080C0;
}
.AnyTagClassName
{
color: #5080C0;
}
</style>
background-color css
<style>
a { background-color: #5080C0; }
a { background-color: rgb(80,128,192); }
div.DivClassName
{
background-color: #5080C0;
}
.BgClassName
{
background-color: #5080C0;
}
</style>
border-color css
<style>
span { border-color: #5080C0; }
span { border-color: rgb(80,128,192); }
td.TdClassName
{
border-color: #5080C0;
}
.TagClassName
{
border-color: #5080C0;
}
</style>