Shades of Havelock Blue #527DBA
Tints of Havelock Blue #527DBA
RGB
CMYK
RGB Variations
Color information
#527DBA (or 0x527DBA) is known color: Havelock Blue. HEX triplet: 52, 7D and BA. RGB value is (82,125,186). Sum of RGB (Red+Green+Blue) = 82+125+186=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #527DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DBA is #AD8245. Grayscale: #767676. Windows color (decimal): -11371078 or 12221778. OLE color: 12221778.
HSL color Cylindrical-coordinate representation of color #527DBA: hue angle of 215.19º degrees, saturation: 0.43, 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 #527DBA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 125 | 186 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.27 |
| HSL | 215.19º | 0.43% | 0.53% | - |
| HSV(B) | 215.19º | 0.56% | 0.73% | - |
| XYZ | 19.68 | 20.01 | 49.28 | - |
| YUV | 119.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 186 | 0.56 | 0.33 | 0 | 0.27 | 215.19 | 0.43 | 0.53 |
| Hex | 52 | 7D | BA | 38 | 21 | 0 | 1B | D7 | 2B | 35 |
| Octal | 122 | 175 | 272 | 70 | 41 | 0 | 33 | 327 | 53 | 65 |
| Binary | 1010010 | 1111101 | 10111010 | 111000 | 100001 | 0 | 11011 | 11010111 | 101011 | 110101 |
Color Harmonies of #527DBA
Complementary color
Monochromatic Colors of #527DBA
Black with #527DBA
Text Example
Text Example
White with #527DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DBA; }
p { color: rgb(82,125,186); }
H1.HeaderClassName
{
color: #527DBA;
}
.AnyTagClassName
{
color: #527DBA;
}
</style>
background-color css
<style>
a { background-color: #527DBA; }
a { background-color: rgb(82,125,186); }
div.DivClassName
{
background-color: #527DBA;
}
.BgClassName
{
background-color: #527DBA;
}
</style>
border-color css
<style>
span { border-color: #527DBA; }
span { border-color: rgb(82,125,186); }
td.TdClassName
{
border-color: #527DBA;
}
.TagClassName
{
border-color: #527DBA;
}
</style>