Shades of Havelock Blue #5074BC
Tints of Havelock Blue #5074BC
RGB
CMYK
RGB Variations
Color information
#5074BC (or 0x5074BC) is known color: Havelock Blue. HEX triplet: 50, 74 and BC. RGB value is (80,116,188). Sum of RGB (Red+Green+Blue) = 80+116+188=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #5074BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074BC is #AF8B43. Grayscale: #717171. Windows color (decimal): -11504452 or 12350544. OLE color: 12350544.
HSL color Cylindrical-coordinate representation of color #5074BC: hue angle of 220º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5074BC is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 116 | 188 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.26 |
| HSL | 220º | 0.45% | 0.53% | - |
| HSV(B) | 220º | 0.57% | 0.74% | - |
| XYZ | 18.63 | 17.83 | 50.04 | - |
| YUV | 113.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 188 | 0.57 | 0.38 | 0 | 0.26 | 220 | 0.45 | 0.53 |
| Hex | 50 | 74 | BC | 39 | 26 | 0 | 1A | DC | 2D | 35 |
| Octal | 120 | 164 | 274 | 71 | 46 | 0 | 32 | 334 | 55 | 65 |
| Binary | 1010000 | 1110100 | 10111100 | 111001 | 100110 | 0 | 11010 | 11011100 | 101101 | 110101 |
Color Harmonies of #5074BC
Complementary color
Monochromatic Colors of #5074BC
Black with #5074BC
Text Example
Text Example
White with #5074BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5074BC; }
p { color: rgb(80,116,188); }
H1.HeaderClassName
{
color: #5074BC;
}
.AnyTagClassName
{
color: #5074BC;
}
</style>
background-color css
<style>
a { background-color: #5074BC; }
a { background-color: rgb(80,116,188); }
div.DivClassName
{
background-color: #5074BC;
}
.BgClassName
{
background-color: #5074BC;
}
</style>
border-color css
<style>
span { border-color: #5074BC; }
span { border-color: rgb(80,116,188); }
td.TdClassName
{
border-color: #5074BC;
}
.TagClassName
{
border-color: #5074BC;
}
</style>