Shades of Havelock Blue #5085D3
Tints of Havelock Blue #5085D3
RGB
CMYK
RGB Variations
Color information
#5085D3 (or 0x5085D3) is known color: Havelock Blue. HEX triplet: 50, 85 and D3. RGB value is (80,133,211). Sum of RGB (Red+Green+Blue) = 80+133+211=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 211 (82.81% from 255 or 49.76% from 424); Max value from RGB is 211 - color contains mainly: blue. Hex color #5085D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085D3 is #AF7A2C. Grayscale: #7D7D7D. Windows color (decimal): -11500077 or 13862224. OLE color: 13862224.
HSL color Cylindrical-coordinate representation of color #5085D3: hue angle of 215.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5085D3 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 133 | 211 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.17 |
| HSL | 215.73º | 0.6% | 0.57% | - |
| HSV(B) | 215.73º | 0.62% | 0.83% | - |
| XYZ | 23.45 | 23.18 | 64.87 | - |
| YUV | 126.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 211 | 0.62 | 0.37 | 0 | 0.17 | 215.73 | 0.6 | 0.57 |
| Hex | 50 | 85 | D3 | 3E | 25 | 0 | 11 | D8 | 3C | 39 |
| Octal | 120 | 205 | 323 | 76 | 45 | 0 | 21 | 330 | 74 | 71 |
| Binary | 1010000 | 10000101 | 11010011 | 111110 | 100101 | 0 | 10001 | 11011000 | 111100 | 111001 |
Color Harmonies of #5085D3
Complementary color
Monochromatic Colors of #5085D3
Black with #5085D3
Text Example
Text Example
White with #5085D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5085D3; }
p { color: rgb(80,133,211); }
H1.HeaderClassName
{
color: #5085D3;
}
.AnyTagClassName
{
color: #5085D3;
}
</style>
background-color css
<style>
a { background-color: #5085D3; }
a { background-color: rgb(80,133,211); }
div.DivClassName
{
background-color: #5085D3;
}
.BgClassName
{
background-color: #5085D3;
}
</style>
border-color css
<style>
span { border-color: #5085D3; }
span { border-color: rgb(80,133,211); }
td.TdClassName
{
border-color: #5085D3;
}
.TagClassName
{
border-color: #5085D3;
}
</style>