Shades of Havelock Blue #5271BE
Tints of Havelock Blue #5271BE
RGB
CMYK
RGB Variations
Color information
#5271BE (or 0x5271BE) is known color: Havelock Blue. HEX triplet: 52, 71 and BE. RGB value is (82,113,190). Sum of RGB (Red+Green+Blue) = 82+113+190=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #5271BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271BE is #AD8E41. Grayscale: #707070. Windows color (decimal): -11374146 or 12480850. OLE color: 12480850.
HSL color Cylindrical-coordinate representation of color #5271BE: hue angle of 222.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5271BE is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 113 | 190 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.25 |
| HSL | 222.78º | 0.45% | 0.53% | - |
| HSV(B) | 222.78º | 0.57% | 0.75% | - |
| XYZ | 18.68 | 17.32 | 51.07 | - |
| YUV | 112.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 190 | 0.57 | 0.41 | 0 | 0.25 | 222.78 | 0.45 | 0.53 |
| Hex | 52 | 71 | BE | 39 | 29 | 0 | 19 | DF | 2D | 35 |
| Octal | 122 | 161 | 276 | 71 | 51 | 0 | 31 | 337 | 55 | 65 |
| Binary | 1010010 | 1110001 | 10111110 | 111001 | 101001 | 0 | 11001 | 11011111 | 101101 | 110101 |
Color Harmonies of #5271BE
Complementary color
Monochromatic Colors of #5271BE
Black with #5271BE
Text Example
Text Example
White with #5271BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271BE; }
p { color: rgb(82,113,190); }
H1.HeaderClassName
{
color: #5271BE;
}
.AnyTagClassName
{
color: #5271BE;
}
</style>
background-color css
<style>
a { background-color: #5271BE; }
a { background-color: rgb(82,113,190); }
div.DivClassName
{
background-color: #5271BE;
}
.BgClassName
{
background-color: #5271BE;
}
</style>
border-color css
<style>
span { border-color: #5271BE; }
span { border-color: rgb(82,113,190); }
td.TdClassName
{
border-color: #5271BE;
}
.TagClassName
{
border-color: #5271BE;
}
</style>