Shades of Havelock Blue #5272BC
Tints of Havelock Blue #5272BC
RGB
CMYK
RGB Variations
Color information
#5272BC (or 0x5272BC) is known color: Havelock Blue. HEX triplet: 52, 72 and BC. RGB value is (82,114,188). Sum of RGB (Red+Green+Blue) = 82+114+188=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #5272BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5272BC is #AD8D43. Grayscale: #707070. Windows color (decimal): -11373892 or 12350034. OLE color: 12350034.
HSL color Cylindrical-coordinate representation of color #5272BC: hue angle of 221.89º 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 #5272BC is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 114 | 188 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.26 |
| HSL | 221.89º | 0.44% | 0.53% | - |
| HSV(B) | 221.89º | 0.56% | 0.74% | - |
| XYZ | 18.57 | 17.46 | 49.97 | - |
| YUV | 112.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 188 | 0.56 | 0.39 | 0 | 0.26 | 221.89 | 0.44 | 0.53 |
| Hex | 52 | 72 | BC | 38 | 27 | 0 | 1A | DE | 2C | 35 |
| Octal | 122 | 162 | 274 | 70 | 47 | 0 | 32 | 336 | 54 | 65 |
| Binary | 1010010 | 1110010 | 10111100 | 111000 | 100111 | 0 | 11010 | 11011110 | 101100 | 110101 |
Color Harmonies of #5272BC
Complementary color
Monochromatic Colors of #5272BC
Black with #5272BC
Text Example
Text Example
White with #5272BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5272BC; }
p { color: rgb(82,114,188); }
H1.HeaderClassName
{
color: #5272BC;
}
.AnyTagClassName
{
color: #5272BC;
}
</style>
background-color css
<style>
a { background-color: #5272BC; }
a { background-color: rgb(82,114,188); }
div.DivClassName
{
background-color: #5272BC;
}
.BgClassName
{
background-color: #5272BC;
}
</style>
border-color css
<style>
span { border-color: #5272BC; }
span { border-color: rgb(82,114,188); }
td.TdClassName
{
border-color: #5272BC;
}
.TagClassName
{
border-color: #5272BC;
}
</style>