Shades of Havelock Blue #5280BC
Tints of Havelock Blue #5280BC
RGB
CMYK
RGB Variations
Color information
#5280BC (or 0x5280BC) is known color: Havelock Blue. HEX triplet: 52, 80 and BC. RGB value is (82,128,188). Sum of RGB (Red+Green+Blue) = 82+128+188=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #5280BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280BC is #AD7F43. Grayscale: #787878. Windows color (decimal): -11370308 or 12353618. OLE color: 12353618.
HSL color Cylindrical-coordinate representation of color #5280BC: hue angle of 213.96º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5280BC is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 128 | 188 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.26 |
| HSL | 213.96º | 0.44% | 0.53% | - |
| HSV(B) | 213.96º | 0.56% | 0.74% | - |
| XYZ | 20.28 | 20.86 | 50.54 | - |
| YUV | 121.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 188 | 0.56 | 0.32 | 0 | 0.26 | 213.96 | 0.44 | 0.53 |
| Hex | 52 | 80 | BC | 38 | 20 | 0 | 1A | D6 | 2C | 35 |
| Octal | 122 | 200 | 274 | 70 | 40 | 0 | 32 | 326 | 54 | 65 |
| Binary | 1010010 | 10000000 | 10111100 | 111000 | 100000 | 0 | 11010 | 11010110 | 101100 | 110101 |
Color Harmonies of #5280BC
Complementary color
Monochromatic Colors of #5280BC
Black with #5280BC
Text Example
Text Example
White with #5280BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5280BC; }
p { color: rgb(82,128,188); }
H1.HeaderClassName
{
color: #5280BC;
}
.AnyTagClassName
{
color: #5280BC;
}
</style>
background-color css
<style>
a { background-color: #5280BC; }
a { background-color: rgb(82,128,188); }
div.DivClassName
{
background-color: #5280BC;
}
.BgClassName
{
background-color: #5280BC;
}
</style>
border-color css
<style>
span { border-color: #5280BC; }
span { border-color: rgb(82,128,188); }
td.TdClassName
{
border-color: #5280BC;
}
.TagClassName
{
border-color: #5280BC;
}
</style>