Shades of Havelock Blue #5085BD
Tints of Havelock Blue #5085BD
RGB
CMYK
RGB Variations
Color information
#5085BD (or 0x5085BD) is known color: Havelock Blue. HEX triplet: 50, 85 and BD. RGB value is (80,133,189). Sum of RGB (Red+Green+Blue) = 80+133+189=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #5085BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085BD is #AF7A42. Grayscale: #7B7B7B. Windows color (decimal): -11500099 or 12420432. OLE color: 12420432.
HSL color Cylindrical-coordinate representation of color #5085BD: hue angle of 210.83º 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 #5085BD is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 133 | 189 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.26 |
| HSL | 210.83º | 0.45% | 0.53% | - |
| HSV(B) | 210.83º | 0.58% | 0.74% | - |
| XYZ | 20.88 | 22.15 | 51.32 | - |
| YUV | 123.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 189 | 0.58 | 0.30 | 0 | 0.26 | 210.83 | 0.45 | 0.53 |
| Hex | 50 | 85 | BD | 3A | 1E | 0 | 1A | D3 | 2D | 35 |
| Octal | 120 | 205 | 275 | 72 | 36 | 0 | 32 | 323 | 55 | 65 |
| Binary | 1010000 | 10000101 | 10111101 | 111010 | 11110 | 0 | 11010 | 11010011 | 101101 | 110101 |
Color Harmonies of #5085BD
Complementary color
Monochromatic Colors of #5085BD
Black with #5085BD
Text Example
Text Example
White with #5085BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5085BD; }
p { color: rgb(80,133,189); }
H1.HeaderClassName
{
color: #5085BD;
}
.AnyTagClassName
{
color: #5085BD;
}
</style>
background-color css
<style>
a { background-color: #5085BD; }
a { background-color: rgb(80,133,189); }
div.DivClassName
{
background-color: #5085BD;
}
.BgClassName
{
background-color: #5085BD;
}
</style>
border-color css
<style>
span { border-color: #5085BD; }
span { border-color: rgb(80,133,189); }
td.TdClassName
{
border-color: #5085BD;
}
.TagClassName
{
border-color: #5085BD;
}
</style>