Shades of Havelock Blue #527BBB
Tints of Havelock Blue #527BBB
RGB
CMYK
RGB Variations
Color information
#527BBB (or 0x527BBB) is known color: Havelock Blue. HEX triplet: 52, 7B and BB. RGB value is (82,123,187). Sum of RGB (Red+Green+Blue) = 82+123+187=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #527BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BBB is #AD8444. Grayscale: #757575. Windows color (decimal): -11371589 or 12286802. OLE color: 12286802.
HSL color Cylindrical-coordinate representation of color #527BBB: hue angle of 216.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527BBB is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 123 | 187 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.27 |
| HSL | 216.57º | 0.44% | 0.53% | - |
| HSV(B) | 216.57º | 0.56% | 0.73% | - |
| XYZ | 19.53 | 19.55 | 49.76 | - |
| YUV | 118.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 187 | 0.56 | 0.34 | 0 | 0.27 | 216.57 | 0.44 | 0.53 |
| Hex | 52 | 7B | BB | 38 | 22 | 0 | 1B | D9 | 2C | 35 |
| Octal | 122 | 173 | 273 | 70 | 42 | 0 | 33 | 331 | 54 | 65 |
| Binary | 1010010 | 1111011 | 10111011 | 111000 | 100010 | 0 | 11011 | 11011001 | 101100 | 110101 |
Color Harmonies of #527BBB
Complementary color
Monochromatic Colors of #527BBB
Black with #527BBB
Text Example
Text Example
White with #527BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BBB; }
p { color: rgb(82,123,187); }
H1.HeaderClassName
{
color: #527BBB;
}
.AnyTagClassName
{
color: #527BBB;
}
</style>
background-color css
<style>
a { background-color: #527BBB; }
a { background-color: rgb(82,123,187); }
div.DivClassName
{
background-color: #527BBB;
}
.BgClassName
{
background-color: #527BBB;
}
</style>
border-color css
<style>
span { border-color: #527BBB; }
span { border-color: rgb(82,123,187); }
td.TdClassName
{
border-color: #527BBB;
}
.TagClassName
{
border-color: #527BBB;
}
</style>