Shades of Havelock Blue #5281DC
Tints of Havelock Blue #5281DC
RGB
CMYK
RGB Variations
Color information
#5281DC (or 0x5281DC) is known color: Havelock Blue. HEX triplet: 52, 81 and DC. RGB value is (82,129,220). Sum of RGB (Red+Green+Blue) = 82+129+220=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #5281DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5281DC is #AD7E23. Grayscale: #7C7C7C. Windows color (decimal): -11370020 or 14451026. OLE color: 14451026.
HSL color Cylindrical-coordinate representation of color #5281DC: hue angle of 219.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5281DC is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 129 | 220 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.14 |
| HSL | 219.57º | 0.66% | 0.59% | - |
| HSV(B) | 219.57º | 0.63% | 0.86% | - |
| XYZ | 24.25 | 22.66 | 70.81 | - |
| YUV | 125.32 | 181.43 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 129 | 220 | 0.63 | 0.41 | 0 | 0.14 | 219.57 | 0.66 | 0.59 |
| Hex | 52 | 81 | DC | 3F | 29 | 0 | E | DC | 42 | 3B |
| Octal | 122 | 201 | 334 | 77 | 51 | 0 | 16 | 334 | 102 | 73 |
| Binary | 1010010 | 10000001 | 11011100 | 111111 | 101001 | 0 | 1110 | 11011100 | 1000010 | 111011 |
Color Harmonies of #5281DC
Complementary color
Monochromatic Colors of #5281DC
Black with #5281DC
Text Example
Text Example
White with #5281DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5281DC; }
p { color: rgb(82,129,220); }
H1.HeaderClassName
{
color: #5281DC;
}
.AnyTagClassName
{
color: #5281DC;
}
</style>
background-color css
<style>
a { background-color: #5281DC; }
a { background-color: rgb(82,129,220); }
div.DivClassName
{
background-color: #5281DC;
}
.BgClassName
{
background-color: #5281DC;
}
</style>
border-color css
<style>
span { border-color: #5281DC; }
span { border-color: rgb(82,129,220); }
td.TdClassName
{
border-color: #5281DC;
}
.TagClassName
{
border-color: #5281DC;
}
</style>