Shades of Havelock Blue #5070C6
Tints of Havelock Blue #5070C6
RGB
CMYK
RGB Variations
Color information
#5070C6 (or 0x5070C6) is known color: Havelock Blue. HEX triplet: 50, 70 and C6. RGB value is (80,112,198). Sum of RGB (Red+Green+Blue) = 80+112+198=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #5070C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5070C6 is #AF8F39. Grayscale: #6F6F6F. Windows color (decimal): -11505466 or 13004880. OLE color: 13004880.
HSL color Cylindrical-coordinate representation of color #5070C6: hue angle of 223.73º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5070C6 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 112 | 198 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.22 |
| HSL | 223.73º | 0.51% | 0.55% | - |
| HSV(B) | 223.73º | 0.6% | 0.78% | - |
| XYZ | 19.3 | 17.37 | 55.76 | - |
| YUV | 112.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 198 | 0.60 | 0.43 | 0 | 0.22 | 223.73 | 0.51 | 0.55 |
| Hex | 50 | 70 | C6 | 3C | 2B | 0 | 16 | E0 | 33 | 37 |
| Octal | 120 | 160 | 306 | 74 | 53 | 0 | 26 | 340 | 63 | 67 |
| Binary | 1010000 | 1110000 | 11000110 | 111100 | 101011 | 0 | 10110 | 11100000 | 110011 | 110111 |
Color Harmonies of #5070C6
Complementary color
Monochromatic Colors of #5070C6
Black with #5070C6
Text Example
Text Example
White with #5070C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070C6; }
p { color: rgb(80,112,198); }
H1.HeaderClassName
{
color: #5070C6;
}
.AnyTagClassName
{
color: #5070C6;
}
</style>
background-color css
<style>
a { background-color: #5070C6; }
a { background-color: rgb(80,112,198); }
div.DivClassName
{
background-color: #5070C6;
}
.BgClassName
{
background-color: #5070C6;
}
</style>
border-color css
<style>
span { border-color: #5070C6; }
span { border-color: rgb(80,112,198); }
td.TdClassName
{
border-color: #5070C6;
}
.TagClassName
{
border-color: #5070C6;
}
</style>