Shades of Havelock Blue #5082CA
Tints of Havelock Blue #5082CA
RGB
CMYK
RGB Variations
Color information
#5082CA (or 0x5082CA) is known color: Havelock Blue. HEX triplet: 50, 82 and CA. RGB value is (80,130,202). Sum of RGB (Red+Green+Blue) = 80+130+202=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #5082CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082CA is #AF7D35. Grayscale: #7A7A7A. Windows color (decimal): -11500854 or 13271632. OLE color: 13271632.
HSL color Cylindrical-coordinate representation of color #5082CA: hue angle of 215.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5082CA is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 130 | 202 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.21 |
| HSL | 215.41º | 0.54% | 0.55% | - |
| HSV(B) | 215.41º | 0.6% | 0.79% | - |
| XYZ | 21.95 | 21.94 | 58.95 | - |
| YUV | 123.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 202 | 0.60 | 0.36 | 0 | 0.21 | 215.41 | 0.54 | 0.55 |
| Hex | 50 | 82 | CA | 3C | 24 | 0 | 15 | D7 | 36 | 37 |
| Octal | 120 | 202 | 312 | 74 | 44 | 0 | 25 | 327 | 66 | 67 |
| Binary | 1010000 | 10000010 | 11001010 | 111100 | 100100 | 0 | 10101 | 11010111 | 110110 | 110111 |
Color Harmonies of #5082CA
Complementary color
Monochromatic Colors of #5082CA
Black with #5082CA
Text Example
Text Example
White with #5082CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5082CA; }
p { color: rgb(80,130,202); }
H1.HeaderClassName
{
color: #5082CA;
}
.AnyTagClassName
{
color: #5082CA;
}
</style>
background-color css
<style>
a { background-color: #5082CA; }
a { background-color: rgb(80,130,202); }
div.DivClassName
{
background-color: #5082CA;
}
.BgClassName
{
background-color: #5082CA;
}
</style>
border-color css
<style>
span { border-color: #5082CA; }
span { border-color: rgb(80,130,202); }
td.TdClassName
{
border-color: #5082CA;
}
.TagClassName
{
border-color: #5082CA;
}
</style>