Shades of Havelock Blue #5085BC
Tints of Havelock Blue #5085BC
RGB
CMYK
RGB Variations
Color information
#5085BC (or 0x5085BC) is known color: Havelock Blue. HEX triplet: 50, 85 and BC. RGB value is (80,133,188). Sum of RGB (Red+Green+Blue) = 80+133+188=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #5085BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085BC is #AF7A43. Grayscale: #7B7B7B. Windows color (decimal): -11500100 or 12354896. OLE color: 12354896.
HSL color Cylindrical-coordinate representation of color #5085BC: hue angle of 210.56º 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 #5085BC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 133 | 188 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.26 |
| HSL | 210.56º | 0.45% | 0.53% | - |
| HSV(B) | 210.56º | 0.57% | 0.74% | - |
| XYZ | 20.77 | 22.11 | 50.75 | - |
| YUV | 123.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 188 | 0.57 | 0.29 | 0 | 0.26 | 210.56 | 0.45 | 0.53 |
| Hex | 50 | 85 | BC | 39 | 1D | 0 | 1A | D3 | 2D | 35 |
| Octal | 120 | 205 | 274 | 71 | 35 | 0 | 32 | 323 | 55 | 65 |
| Binary | 1010000 | 10000101 | 10111100 | 111001 | 11101 | 0 | 11010 | 11010011 | 101101 | 110101 |
Color Harmonies of #5085BC
Complementary color
Monochromatic Colors of #5085BC
Black with #5085BC
Text Example
Text Example
White with #5085BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5085BC; }
p { color: rgb(80,133,188); }
H1.HeaderClassName
{
color: #5085BC;
}
.AnyTagClassName
{
color: #5085BC;
}
</style>
background-color css
<style>
a { background-color: #5085BC; }
a { background-color: rgb(80,133,188); }
div.DivClassName
{
background-color: #5085BC;
}
.BgClassName
{
background-color: #5085BC;
}
</style>
border-color css
<style>
span { border-color: #5085BC; }
span { border-color: rgb(80,133,188); }
td.TdClassName
{
border-color: #5085BC;
}
.TagClassName
{
border-color: #5085BC;
}
</style>