Shades of Havelock Blue #5279BD
Tints of Havelock Blue #5279BD
RGB
CMYK
RGB Variations
Color information
#5279BD (or 0x5279BD) is known color: Havelock Blue. HEX triplet: 52, 79 and BD. RGB value is (82,121,189). Sum of RGB (Red+Green+Blue) = 82+121+189=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #5279BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279BD is #AD8642. Grayscale: #747474. Windows color (decimal): -11372099 or 12417362. OLE color: 12417362.
HSL color Cylindrical-coordinate representation of color #5279BD: hue angle of 218.13º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5279BD is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 121 | 189 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.26 |
| HSL | 218.13º | 0.45% | 0.53% | - |
| HSV(B) | 218.13º | 0.57% | 0.74% | - |
| XYZ | 19.5 | 19.14 | 50.81 | - |
| YUV | 117.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 189 | 0.57 | 0.36 | 0 | 0.26 | 218.13 | 0.45 | 0.53 |
| Hex | 52 | 79 | BD | 39 | 24 | 0 | 1A | DA | 2D | 35 |
| Octal | 122 | 171 | 275 | 71 | 44 | 0 | 32 | 332 | 55 | 65 |
| Binary | 1010010 | 1111001 | 10111101 | 111001 | 100100 | 0 | 11010 | 11011010 | 101101 | 110101 |
Color Harmonies of #5279BD
Complementary color
Monochromatic Colors of #5279BD
Black with #5279BD
Text Example
Text Example
White with #5279BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5279BD; }
p { color: rgb(82,121,189); }
H1.HeaderClassName
{
color: #5279BD;
}
.AnyTagClassName
{
color: #5279BD;
}
</style>
background-color css
<style>
a { background-color: #5279BD; }
a { background-color: rgb(82,121,189); }
div.DivClassName
{
background-color: #5279BD;
}
.BgClassName
{
background-color: #5279BD;
}
</style>
border-color css
<style>
span { border-color: #5279BD; }
span { border-color: rgb(82,121,189); }
td.TdClassName
{
border-color: #5279BD;
}
.TagClassName
{
border-color: #5279BD;
}
</style>