Shades of Havelock Blue #5271CD
Tints of Havelock Blue #5271CD
RGB
CMYK
RGB Variations
Color information
#5271CD (or 0x5271CD) is known color: Havelock Blue. HEX triplet: 52, 71 and CD. RGB value is (82,113,205). Sum of RGB (Red+Green+Blue) = 82+113+205=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #5271CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5271CD is #AD8E32. Grayscale: #717171. Windows color (decimal): -11374131 or 13463890. OLE color: 13463890.
HSL color Cylindrical-coordinate representation of color #5271CD: hue angle of 224.88º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5271CD is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 113 | 205 | - |
| CMYK | 0.6 | 0.45 | 0 | 0.20 |
| HSL | 224.88º | 0.55% | 0.56% | - |
| HSV(B) | 224.88º | 0.6% | 0.8% | - |
| XYZ | 20.4 | 18.01 | 60.16 | - |
| YUV | 114.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 205 | 0.6 | 0.45 | 0 | 0.20 | 224.88 | 0.55 | 0.56 |
| Hex | 52 | 71 | CD | 3C | 2D | 0 | 14 | E1 | 37 | 38 |
| Octal | 122 | 161 | 315 | 74 | 55 | 0 | 24 | 341 | 67 | 70 |
| Binary | 1010010 | 1110001 | 11001101 | 111100 | 101101 | 0 | 10100 | 11100001 | 110111 | 111000 |
Color Harmonies of #5271CD
Complementary color
Monochromatic Colors of #5271CD
Black with #5271CD
Text Example
Text Example
White with #5271CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5271CD; }
p { color: rgb(82,113,205); }
H1.HeaderClassName
{
color: #5271CD;
}
.AnyTagClassName
{
color: #5271CD;
}
</style>
background-color css
<style>
a { background-color: #5271CD; }
a { background-color: rgb(82,113,205); }
div.DivClassName
{
background-color: #5271CD;
}
.BgClassName
{
background-color: #5271CD;
}
</style>
border-color css
<style>
span { border-color: #5271CD; }
span { border-color: rgb(82,113,205); }
td.TdClassName
{
border-color: #5271CD;
}
.TagClassName
{
border-color: #5271CD;
}
</style>