Shades of Havelock Blue #5075BD
Tints of Havelock Blue #5075BD
RGB
CMYK
RGB Variations
Color information
#5075BD (or 0x5075BD) is known color: Havelock Blue. HEX triplet: 50, 75 and BD. RGB value is (80,117,189). Sum of RGB (Red+Green+Blue) = 80+117+189=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #5075BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075BD is #AF8A42. Grayscale: #717171. Windows color (decimal): -11504195 or 12416336. OLE color: 12416336.
HSL color Cylindrical-coordinate representation of color #5075BD: hue angle of 219.63º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5075BD is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 117 | 189 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.26 |
| HSL | 219.63º | 0.45% | 0.53% | - |
| HSV(B) | 219.63º | 0.58% | 0.74% | - |
| XYZ | 18.85 | 18.1 | 50.64 | - |
| YUV | 114.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 189 | 0.58 | 0.38 | 0 | 0.26 | 219.63 | 0.45 | 0.53 |
| Hex | 50 | 75 | BD | 3A | 26 | 0 | 1A | DC | 2D | 35 |
| Octal | 120 | 165 | 275 | 72 | 46 | 0 | 32 | 334 | 55 | 65 |
| Binary | 1010000 | 1110101 | 10111101 | 111010 | 100110 | 0 | 11010 | 11011100 | 101101 | 110101 |
Color Harmonies of #5075BD
Complementary color
Monochromatic Colors of #5075BD
Black with #5075BD
Text Example
Text Example
White with #5075BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075BD; }
p { color: rgb(80,117,189); }
H1.HeaderClassName
{
color: #5075BD;
}
.AnyTagClassName
{
color: #5075BD;
}
</style>
background-color css
<style>
a { background-color: #5075BD; }
a { background-color: rgb(80,117,189); }
div.DivClassName
{
background-color: #5075BD;
}
.BgClassName
{
background-color: #5075BD;
}
</style>
border-color css
<style>
span { border-color: #5075BD; }
span { border-color: rgb(80,117,189); }
td.TdClassName
{
border-color: #5075BD;
}
.TagClassName
{
border-color: #5075BD;
}
</style>