Shades of Havelock Blue #5074BB
Tints of Havelock Blue #5074BB
RGB
CMYK
RGB Variations
Color information
#5074BB (or 0x5074BB) is known color: Havelock Blue. HEX triplet: 50, 74 and BB. RGB value is (80,116,187). Sum of RGB (Red+Green+Blue) = 80+116+187=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #5074BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5074BB is #AF8B44. Grayscale: #717171. Windows color (decimal): -11504453 or 12285008. OLE color: 12285008.
HSL color Cylindrical-coordinate representation of color #5074BB: hue angle of 219.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5074BB is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 116 | 187 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.27 |
| HSL | 219.81º | 0.44% | 0.52% | - |
| HSV(B) | 219.81º | 0.57% | 0.73% | - |
| XYZ | 18.52 | 17.78 | 49.47 | - |
| YUV | 113.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 187 | 0.57 | 0.38 | 0 | 0.27 | 219.81 | 0.44 | 0.52 |
| Hex | 50 | 74 | BB | 39 | 26 | 0 | 1B | DC | 2C | 34 |
| Octal | 120 | 164 | 273 | 71 | 46 | 0 | 33 | 334 | 54 | 64 |
| Binary | 1010000 | 1110100 | 10111011 | 111001 | 100110 | 0 | 11011 | 11011100 | 101100 | 110100 |
Color Harmonies of #5074BB
Complementary color
Monochromatic Colors of #5074BB
Black with #5074BB
Text Example
Text Example
White with #5074BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5074BB; }
p { color: rgb(80,116,187); }
H1.HeaderClassName
{
color: #5074BB;
}
.AnyTagClassName
{
color: #5074BB;
}
</style>
background-color css
<style>
a { background-color: #5074BB; }
a { background-color: rgb(80,116,187); }
div.DivClassName
{
background-color: #5074BB;
}
.BgClassName
{
background-color: #5074BB;
}
</style>
border-color css
<style>
span { border-color: #5074BB; }
span { border-color: rgb(80,116,187); }
td.TdClassName
{
border-color: #5074BB;
}
.TagClassName
{
border-color: #5074BB;
}
</style>