Shades of Havelock Blue #5082CD
Tints of Havelock Blue #5082CD
RGB
CMYK
RGB Variations
Color information
#5082CD (or 0x5082CD) is known color: Havelock Blue. HEX triplet: 50, 82 and CD. RGB value is (80,130,205). Sum of RGB (Red+Green+Blue) = 80+130+205=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #5082CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082CD is #AF7D32. Grayscale: #7B7B7B. Windows color (decimal): -11500851 or 13468240. OLE color: 13468240.
HSL color Cylindrical-coordinate representation of color #5082CD: hue angle of 216º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5082CD is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 130 | 205 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.20 |
| HSL | 216º | 0.56% | 0.56% | - |
| HSV(B) | 216º | 0.61% | 0.8% | - |
| XYZ | 22.31 | 22.08 | 60.84 | - |
| YUV | 123.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 205 | 0.61 | 0.37 | 0 | 0.20 | 216 | 0.56 | 0.56 |
| Hex | 50 | 82 | CD | 3D | 25 | 0 | 14 | D8 | 38 | 38 |
| Octal | 120 | 202 | 315 | 75 | 45 | 0 | 24 | 330 | 70 | 70 |
| Binary | 1010000 | 10000010 | 11001101 | 111101 | 100101 | 0 | 10100 | 11011000 | 111000 | 111000 |
Color Harmonies of #5082CD
Complementary color
Monochromatic Colors of #5082CD
Black with #5082CD
Text Example
Text Example
White with #5082CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5082CD; }
p { color: rgb(80,130,205); }
H1.HeaderClassName
{
color: #5082CD;
}
.AnyTagClassName
{
color: #5082CD;
}
</style>
background-color css
<style>
a { background-color: #5082CD; }
a { background-color: rgb(80,130,205); }
div.DivClassName
{
background-color: #5082CD;
}
.BgClassName
{
background-color: #5082CD;
}
</style>
border-color css
<style>
span { border-color: #5082CD; }
span { border-color: rgb(80,130,205); }
td.TdClassName
{
border-color: #5082CD;
}
.TagClassName
{
border-color: #5082CD;
}
</style>