Shades of Havelock Blue #5279BB
Tints of Havelock Blue #5279BB
RGB
CMYK
RGB Variations
Color information
#5279BB (or 0x5279BB) is known color: Havelock Blue. HEX triplet: 52, 79 and BB. RGB value is (82,121,187). Sum of RGB (Red+Green+Blue) = 82+121+187=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #5279BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279BB is #AD8644. Grayscale: #747474. Windows color (decimal): -11372101 or 12286290. OLE color: 12286290.
HSL color Cylindrical-coordinate representation of color #5279BB: hue angle of 217.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5279BB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 121 | 187 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.27 |
| HSL | 217.71º | 0.44% | 0.53% | - |
| HSV(B) | 217.71º | 0.56% | 0.73% | - |
| XYZ | 19.29 | 19.06 | 49.68 | - |
| YUV | 116.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 187 | 0.56 | 0.35 | 0 | 0.27 | 217.71 | 0.44 | 0.53 |
| Hex | 52 | 79 | BB | 38 | 23 | 0 | 1B | DA | 2C | 35 |
| Octal | 122 | 171 | 273 | 70 | 43 | 0 | 33 | 332 | 54 | 65 |
| Binary | 1010010 | 1111001 | 10111011 | 111000 | 100011 | 0 | 11011 | 11011010 | 101100 | 110101 |
Color Harmonies of #5279BB
Complementary color
Monochromatic Colors of #5279BB
Black with #5279BB
Text Example
Text Example
White with #5279BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5279BB; }
p { color: rgb(82,121,187); }
H1.HeaderClassName
{
color: #5279BB;
}
.AnyTagClassName
{
color: #5279BB;
}
</style>
background-color css
<style>
a { background-color: #5279BB; }
a { background-color: rgb(82,121,187); }
div.DivClassName
{
background-color: #5279BB;
}
.BgClassName
{
background-color: #5279BB;
}
</style>
border-color css
<style>
span { border-color: #5279BB; }
span { border-color: rgb(82,121,187); }
td.TdClassName
{
border-color: #5279BB;
}
.TagClassName
{
border-color: #5279BB;
}
</style>