Shades of Havelock Blue #5276CF
Tints of Havelock Blue #5276CF
RGB
CMYK
RGB Variations
Color information
#5276CF (or 0x5276CF) is known color: Havelock Blue. HEX triplet: 52, 76 and CF. RGB value is (82,118,207). Sum of RGB (Red+Green+Blue) = 82+118+207=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #5276CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5276CF is #AD8930. Grayscale: #747474. Windows color (decimal): -11372849 or 13596242. OLE color: 13596242.
HSL color Cylindrical-coordinate representation of color #5276CF: hue angle of 222.72º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5276CF is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 118 | 207 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.19 |
| HSL | 222.72º | 0.57% | 0.57% | - |
| HSV(B) | 222.72º | 0.6% | 0.81% | - |
| XYZ | 21.22 | 19.26 | 61.63 | - |
| YUV | 117.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 207 | 0.60 | 0.43 | 0 | 0.19 | 222.72 | 0.57 | 0.57 |
| Hex | 52 | 76 | CF | 3C | 2B | 0 | 13 | DF | 39 | 39 |
| Octal | 122 | 166 | 317 | 74 | 53 | 0 | 23 | 337 | 71 | 71 |
| Binary | 1010010 | 1110110 | 11001111 | 111100 | 101011 | 0 | 10011 | 11011111 | 111001 | 111001 |
Color Harmonies of #5276CF
Complementary color
Monochromatic Colors of #5276CF
Black with #5276CF
Text Example
Text Example
White with #5276CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5276CF; }
p { color: rgb(82,118,207); }
H1.HeaderClassName
{
color: #5276CF;
}
.AnyTagClassName
{
color: #5276CF;
}
</style>
background-color css
<style>
a { background-color: #5276CF; }
a { background-color: rgb(82,118,207); }
div.DivClassName
{
background-color: #5276CF;
}
.BgClassName
{
background-color: #5276CF;
}
</style>
border-color css
<style>
span { border-color: #5276CF; }
span { border-color: rgb(82,118,207); }
td.TdClassName
{
border-color: #5276CF;
}
.TagClassName
{
border-color: #5276CF;
}
</style>