Shades of Havelock Blue #5276BC
Tints of Havelock Blue #5276BC
RGB
CMYK
RGB Variations
Color information
#5276BC (or 0x5276BC) is known color: Havelock Blue. HEX triplet: 52, 76 and BC. RGB value is (82,118,188). Sum of RGB (Red+Green+Blue) = 82+118+188=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5276BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5276BC is #AD8943. Grayscale: #727272. Windows color (decimal): -11372868 or 12351058. OLE color: 12351058.
HSL color Cylindrical-coordinate representation of color #5276BC: hue angle of 219.62º 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 #5276BC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 118 | 188 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.26 |
| HSL | 219.62º | 0.44% | 0.53% | - |
| HSV(B) | 219.62º | 0.56% | 0.74% | - |
| XYZ | 19.04 | 18.38 | 50.12 | - |
| YUV | 115.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 188 | 0.56 | 0.37 | 0 | 0.26 | 219.62 | 0.44 | 0.53 |
| Hex | 52 | 76 | BC | 38 | 25 | 0 | 1A | DC | 2C | 35 |
| Octal | 122 | 166 | 274 | 70 | 45 | 0 | 32 | 334 | 54 | 65 |
| Binary | 1010010 | 1110110 | 10111100 | 111000 | 100101 | 0 | 11010 | 11011100 | 101100 | 110101 |
Color Harmonies of #5276BC
Complementary color
Monochromatic Colors of #5276BC
Black with #5276BC
Text Example
Text Example
White with #5276BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5276BC; }
p { color: rgb(82,118,188); }
H1.HeaderClassName
{
color: #5276BC;
}
.AnyTagClassName
{
color: #5276BC;
}
</style>
background-color css
<style>
a { background-color: #5276BC; }
a { background-color: rgb(82,118,188); }
div.DivClassName
{
background-color: #5276BC;
}
.BgClassName
{
background-color: #5276BC;
}
</style>
border-color css
<style>
span { border-color: #5276BC; }
span { border-color: rgb(82,118,188); }
td.TdClassName
{
border-color: #5276BC;
}
.TagClassName
{
border-color: #5276BC;
}
</style>