Shades of Havelock Blue #5078C6
Tints of Havelock Blue #5078C6
RGB
CMYK
RGB Variations
Color information
#5078C6 (or 0x5078C6) is known color: Havelock Blue. HEX triplet: 50, 78 and C6. RGB value is (80,120,198). Sum of RGB (Red+Green+Blue) = 80+120+198=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #5078C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5078C6 is #AF8739. Grayscale: #747474. Windows color (decimal): -11503418 or 13006928. OLE color: 13006928.
HSL color Cylindrical-coordinate representation of color #5078C6: hue angle of 219.66º 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 #5078C6 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 120 | 198 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.22 |
| HSL | 219.66º | 0.51% | 0.55% | - |
| HSV(B) | 219.66º | 0.6% | 0.78% | - |
| XYZ | 20.22 | 19.22 | 56.07 | - |
| YUV | 116.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 198 | 0.60 | 0.39 | 0 | 0.22 | 219.66 | 0.51 | 0.55 |
| Hex | 50 | 78 | C6 | 3C | 27 | 0 | 16 | DC | 33 | 37 |
| Octal | 120 | 170 | 306 | 74 | 47 | 0 | 26 | 334 | 63 | 67 |
| Binary | 1010000 | 1111000 | 11000110 | 111100 | 100111 | 0 | 10110 | 11011100 | 110011 | 110111 |
Color Harmonies of #5078C6
Complementary color
Monochromatic Colors of #5078C6
Black with #5078C6
Text Example
Text Example
White with #5078C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5078C6; }
p { color: rgb(80,120,198); }
H1.HeaderClassName
{
color: #5078C6;
}
.AnyTagClassName
{
color: #5078C6;
}
</style>
background-color css
<style>
a { background-color: #5078C6; }
a { background-color: rgb(80,120,198); }
div.DivClassName
{
background-color: #5078C6;
}
.BgClassName
{
background-color: #5078C6;
}
</style>
border-color css
<style>
span { border-color: #5078C6; }
span { border-color: rgb(80,120,198); }
td.TdClassName
{
border-color: #5078C6;
}
.TagClassName
{
border-color: #5078C6;
}
</style>