Shades of Havelock Blue #5082D0
Tints of Havelock Blue #5082D0
RGB
CMYK
RGB Variations
Color information
#5082D0 (or 0x5082D0) is known color: Havelock Blue. HEX triplet: 50, 82 and D0. RGB value is (80,130,208). Sum of RGB (Red+Green+Blue) = 80+130+208=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #5082D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082D0 is #AF7D2F. Grayscale: #7B7B7B. Windows color (decimal): -11500848 or 13664848. OLE color: 13664848.
HSL color Cylindrical-coordinate representation of color #5082D0: hue angle of 216.56º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5082D0 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 130 | 208 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.18 |
| HSL | 216.56º | 0.58% | 0.56% | - |
| HSV(B) | 216.56º | 0.62% | 0.82% | - |
| XYZ | 22.68 | 22.22 | 62.77 | - |
| YUV | 123.94 | 175.44 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 208 | 0.62 | 0.38 | 0 | 0.18 | 216.56 | 0.58 | 0.56 |
| Hex | 50 | 82 | D0 | 3E | 26 | 0 | 12 | D9 | 3A | 38 |
| Octal | 120 | 202 | 320 | 76 | 46 | 0 | 22 | 331 | 72 | 70 |
| Binary | 1010000 | 10000010 | 11010000 | 111110 | 100110 | 0 | 10010 | 11011001 | 111010 | 111000 |
Color Harmonies of #5082D0
Complementary color
Monochromatic Colors of #5082D0
Black with #5082D0
Text Example
Text Example
White with #5082D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5082D0; }
p { color: rgb(80,130,208); }
H1.HeaderClassName
{
color: #5082D0;
}
.AnyTagClassName
{
color: #5082D0;
}
</style>
background-color css
<style>
a { background-color: #5082D0; }
a { background-color: rgb(80,130,208); }
div.DivClassName
{
background-color: #5082D0;
}
.BgClassName
{
background-color: #5082D0;
}
</style>
border-color css
<style>
span { border-color: #5082D0; }
span { border-color: rgb(80,130,208); }
td.TdClassName
{
border-color: #5082D0;
}
.TagClassName
{
border-color: #5082D0;
}
</style>