Shades of Havelock Blue #527CBF
Tints of Havelock Blue #527CBF
RGB
CMYK
RGB Variations
Color information
#527CBF (or 0x527CBF) is known color: Havelock Blue. HEX triplet: 52, 7C and BF. RGB value is (82,124,191). Sum of RGB (Red+Green+Blue) = 82+124+191=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #527CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CBF is #AD8340. Grayscale: #767676. Windows color (decimal): -11371329 or 12549202. OLE color: 12549202.
HSL color Cylindrical-coordinate representation of color #527CBF: hue angle of 216.88º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527CBF is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 124 | 191 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.25 |
| HSL | 216.88º | 0.46% | 0.54% | - |
| HSV(B) | 216.88º | 0.57% | 0.75% | - |
| XYZ | 20.09 | 19.97 | 52.09 | - |
| YUV | 119.08 | 168.59 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 191 | 0.57 | 0.35 | 0 | 0.25 | 216.88 | 0.46 | 0.54 |
| Hex | 52 | 7C | BF | 39 | 23 | 0 | 19 | D9 | 2E | 36 |
| Octal | 122 | 174 | 277 | 71 | 43 | 0 | 31 | 331 | 56 | 66 |
| Binary | 1010010 | 1111100 | 10111111 | 111001 | 100011 | 0 | 11001 | 11011001 | 101110 | 110110 |
Color Harmonies of #527CBF
Complementary color
Monochromatic Colors of #527CBF
Black with #527CBF
Text Example
Text Example
White with #527CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CBF; }
p { color: rgb(82,124,191); }
H1.HeaderClassName
{
color: #527CBF;
}
.AnyTagClassName
{
color: #527CBF;
}
</style>
background-color css
<style>
a { background-color: #527CBF; }
a { background-color: rgb(82,124,191); }
div.DivClassName
{
background-color: #527CBF;
}
.BgClassName
{
background-color: #527CBF;
}
</style>
border-color css
<style>
span { border-color: #527CBF; }
span { border-color: rgb(82,124,191); }
td.TdClassName
{
border-color: #527CBF;
}
.TagClassName
{
border-color: #527CBF;
}
</style>