Shades of Havelock Blue #527AD1
Tints of Havelock Blue #527AD1
RGB
CMYK
RGB Variations
Color information
#527AD1 (or 0x527AD1) is known color: Havelock Blue. HEX triplet: 52, 7A and D1. RGB value is (82,122,209). Sum of RGB (Red+Green+Blue) = 82+122+209=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #527AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AD1 is #AD852E. Grayscale: #777777. Windows color (decimal): -11371823 or 13728338. OLE color: 13728338.
HSL color Cylindrical-coordinate representation of color #527AD1: hue angle of 221.1º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #527AD1 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 122 | 209 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.18 |
| HSL | 221.1º | 0.58% | 0.57% | - |
| HSV(B) | 221.1º | 0.61% | 0.82% | - |
| XYZ | 21.95 | 20.32 | 63.09 | - |
| YUV | 119.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 209 | 0.61 | 0.42 | 0 | 0.18 | 221.1 | 0.58 | 0.57 |
| Hex | 52 | 7A | D1 | 3D | 2A | 0 | 12 | DD | 3A | 39 |
| Octal | 122 | 172 | 321 | 75 | 52 | 0 | 22 | 335 | 72 | 71 |
| Binary | 1010010 | 1111010 | 11010001 | 111101 | 101010 | 0 | 10010 | 11011101 | 111010 | 111001 |
Color Harmonies of #527AD1
Complementary color
Monochromatic Colors of #527AD1
Black with #527AD1
Text Example
Text Example
White with #527AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527AD1; }
p { color: rgb(82,122,209); }
H1.HeaderClassName
{
color: #527AD1;
}
.AnyTagClassName
{
color: #527AD1;
}
</style>
background-color css
<style>
a { background-color: #527AD1; }
a { background-color: rgb(82,122,209); }
div.DivClassName
{
background-color: #527AD1;
}
.BgClassName
{
background-color: #527AD1;
}
</style>
border-color css
<style>
span { border-color: #527AD1; }
span { border-color: rgb(82,122,209); }
td.TdClassName
{
border-color: #527AD1;
}
.TagClassName
{
border-color: #527AD1;
}
</style>