Shades of Havelock Blue #5274BA
Tints of Havelock Blue #5274BA
RGB
CMYK
RGB Variations
Color information
#5274BA (or 0x5274BA) is known color: Havelock Blue. HEX triplet: 52, 74 and BA. RGB value is (82,116,186). Sum of RGB (Red+Green+Blue) = 82+116+186=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #5274BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5274BA is #AD8B45. Grayscale: #717171. Windows color (decimal): -11373382 or 12219474. OLE color: 12219474.
HSL color Cylindrical-coordinate representation of color #5274BA: hue angle of 220.38º degrees, saturation: 0.43, 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 #5274BA is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 116 | 186 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.27 |
| HSL | 220.38º | 0.43% | 0.53% | - |
| HSV(B) | 220.38º | 0.56% | 0.73% | - |
| XYZ | 18.59 | 17.83 | 48.92 | - |
| YUV | 113.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 186 | 0.56 | 0.38 | 0 | 0.27 | 220.38 | 0.43 | 0.53 |
| Hex | 52 | 74 | BA | 38 | 26 | 0 | 1B | DC | 2B | 35 |
| Octal | 122 | 164 | 272 | 70 | 46 | 0 | 33 | 334 | 53 | 65 |
| Binary | 1010010 | 1110100 | 10111010 | 111000 | 100110 | 0 | 11011 | 11011100 | 101011 | 110101 |
Color Harmonies of #5274BA
Complementary color
Monochromatic Colors of #5274BA
Black with #5274BA
Text Example
Text Example
White with #5274BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5274BA; }
p { color: rgb(82,116,186); }
H1.HeaderClassName
{
color: #5274BA;
}
.AnyTagClassName
{
color: #5274BA;
}
</style>
background-color css
<style>
a { background-color: #5274BA; }
a { background-color: rgb(82,116,186); }
div.DivClassName
{
background-color: #5274BA;
}
.BgClassName
{
background-color: #5274BA;
}
</style>
border-color css
<style>
span { border-color: #5274BA; }
span { border-color: rgb(82,116,186); }
td.TdClassName
{
border-color: #5274BA;
}
.TagClassName
{
border-color: #5274BA;
}
</style>