Shades of Havelock Blue #527DD7
Tints of Havelock Blue #527DD7
RGB
CMYK
RGB Variations
Color information
#527DD7 (or 0x527DD7) is known color: Havelock Blue. HEX triplet: 52, 7D and D7. RGB value is (82,125,215). Sum of RGB (Red+Green+Blue) = 82+125+215=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #527DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DD7 is #AD8228. Grayscale: #7A7A7A. Windows color (decimal): -11371049 or 14122322. OLE color: 14122322.
HSL color Cylindrical-coordinate representation of color #527DD7: hue angle of 220.6º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #527DD7 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 125 | 215 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.16 |
| HSL | 220.6º | 0.62% | 0.58% | - |
| HSV(B) | 220.6º | 0.62% | 0.84% | - |
| XYZ | 23.08 | 21.37 | 67.2 | - |
| YUV | 122.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 215 | 0.62 | 0.42 | 0 | 0.16 | 220.6 | 0.62 | 0.58 |
| Hex | 52 | 7D | D7 | 3E | 2A | 0 | 10 | DD | 3E | 3A |
| Octal | 122 | 175 | 327 | 76 | 52 | 0 | 20 | 335 | 76 | 72 |
| Binary | 1010010 | 1111101 | 11010111 | 111110 | 101010 | 0 | 10000 | 11011101 | 111110 | 111010 |
Color Harmonies of #527DD7
Complementary color
Monochromatic Colors of #527DD7
Black with #527DD7
Text Example
Text Example
White with #527DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DD7; }
p { color: rgb(82,125,215); }
H1.HeaderClassName
{
color: #527DD7;
}
.AnyTagClassName
{
color: #527DD7;
}
</style>
background-color css
<style>
a { background-color: #527DD7; }
a { background-color: rgb(82,125,215); }
div.DivClassName
{
background-color: #527DD7;
}
.BgClassName
{
background-color: #527DD7;
}
</style>
border-color css
<style>
span { border-color: #527DD7; }
span { border-color: rgb(82,125,215); }
td.TdClassName
{
border-color: #527DD7;
}
.TagClassName
{
border-color: #527DD7;
}
</style>