Shades of Havelock Blue #5075BB
Tints of Havelock Blue #5075BB
RGB
CMYK
RGB Variations
Color information
#5075BB (or 0x5075BB) is known color: Havelock Blue. HEX triplet: 50, 75 and BB. RGB value is (80,117,187). Sum of RGB (Red+Green+Blue) = 80+117+187=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #5075BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075BB is #AF8A44. Grayscale: #717171. Windows color (decimal): -11504197 or 12285264. OLE color: 12285264.
HSL color Cylindrical-coordinate representation of color #5075BB: hue angle of 219.25º 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 #5075BB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 117 | 187 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.27 |
| HSL | 219.25º | 0.44% | 0.52% | - |
| HSV(B) | 219.25º | 0.57% | 0.73% | - |
| XYZ | 18.64 | 18.02 | 49.51 | - |
| YUV | 113.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 187 | 0.57 | 0.37 | 0 | 0.27 | 219.25 | 0.44 | 0.52 |
| Hex | 50 | 75 | BB | 39 | 25 | 0 | 1B | DB | 2C | 34 |
| Octal | 120 | 165 | 273 | 71 | 45 | 0 | 33 | 333 | 54 | 64 |
| Binary | 1010000 | 1110101 | 10111011 | 111001 | 100101 | 0 | 11011 | 11011011 | 101100 | 110100 |
Color Harmonies of #5075BB
Complementary color
Monochromatic Colors of #5075BB
Black with #5075BB
Text Example
Text Example
White with #5075BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075BB; }
p { color: rgb(80,117,187); }
H1.HeaderClassName
{
color: #5075BB;
}
.AnyTagClassName
{
color: #5075BB;
}
</style>
background-color css
<style>
a { background-color: #5075BB; }
a { background-color: rgb(80,117,187); }
div.DivClassName
{
background-color: #5075BB;
}
.BgClassName
{
background-color: #5075BB;
}
</style>
border-color css
<style>
span { border-color: #5075BB; }
span { border-color: rgb(80,117,187); }
td.TdClassName
{
border-color: #5075BB;
}
.TagClassName
{
border-color: #5075BB;
}
</style>