Shades of Havelock Blue #5075BC
Tints of Havelock Blue #5075BC
RGB
CMYK
RGB Variations
Color information
#5075BC (or 0x5075BC) is known color: Havelock Blue. HEX triplet: 50, 75 and BC. RGB value is (80,117,188). Sum of RGB (Red+Green+Blue) = 80+117+188=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #5075BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075BC is #AF8A43. Grayscale: #717171. Windows color (decimal): -11504196 or 12350800. OLE color: 12350800.
HSL color Cylindrical-coordinate representation of color #5075BC: hue angle of 219.44º 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 #5075BC is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 117 | 188 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.26 |
| HSL | 219.44º | 0.45% | 0.53% | - |
| HSV(B) | 219.44º | 0.57% | 0.74% | - |
| XYZ | 18.75 | 18.06 | 50.07 | - |
| YUV | 114.03 | 169.74 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 188 | 0.57 | 0.38 | 0 | 0.26 | 219.44 | 0.45 | 0.53 |
| Hex | 50 | 75 | BC | 39 | 26 | 0 | 1A | DB | 2D | 35 |
| Octal | 120 | 165 | 274 | 71 | 46 | 0 | 32 | 333 | 55 | 65 |
| Binary | 1010000 | 1110101 | 10111100 | 111001 | 100110 | 0 | 11010 | 11011011 | 101101 | 110101 |
Color Harmonies of #5075BC
Complementary color
Monochromatic Colors of #5075BC
Black with #5075BC
Text Example
Text Example
White with #5075BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075BC; }
p { color: rgb(80,117,188); }
H1.HeaderClassName
{
color: #5075BC;
}
.AnyTagClassName
{
color: #5075BC;
}
</style>
background-color css
<style>
a { background-color: #5075BC; }
a { background-color: rgb(80,117,188); }
div.DivClassName
{
background-color: #5075BC;
}
.BgClassName
{
background-color: #5075BC;
}
</style>
border-color css
<style>
span { border-color: #5075BC; }
span { border-color: rgb(80,117,188); }
td.TdClassName
{
border-color: #5075BC;
}
.TagClassName
{
border-color: #5075BC;
}
</style>