Shades of Havelock Blue #527CD0
Tints of Havelock Blue #527CD0
RGB
CMYK
RGB Variations
Color information
#527CD0 (or 0x527CD0) is known color: Havelock Blue. HEX triplet: 52, 7C and D0. RGB value is (82,124,208). Sum of RGB (Red+Green+Blue) = 82+124+208=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #527CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CD0 is #AD832F. Grayscale: #787878. Windows color (decimal): -11371312 or 13663314. OLE color: 13663314.
HSL color Cylindrical-coordinate representation of color #527CD0: hue angle of 220º degrees, saturation: 0.57, 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 #527CD0 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 124 | 208 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.18 |
| HSL | 220º | 0.57% | 0.57% | - |
| HSV(B) | 220º | 0.61% | 0.82% | - |
| XYZ | 22.07 | 20.76 | 62.52 | - |
| YUV | 121.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 208 | 0.61 | 0.40 | 0 | 0.18 | 220 | 0.57 | 0.57 |
| Hex | 52 | 7C | D0 | 3D | 28 | 0 | 12 | DC | 39 | 39 |
| Octal | 122 | 174 | 320 | 75 | 50 | 0 | 22 | 334 | 71 | 71 |
| Binary | 1010010 | 1111100 | 11010000 | 111101 | 101000 | 0 | 10010 | 11011100 | 111001 | 111001 |
Color Harmonies of #527CD0
Complementary color
Monochromatic Colors of #527CD0
Black with #527CD0
Text Example
Text Example
White with #527CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CD0; }
p { color: rgb(82,124,208); }
H1.HeaderClassName
{
color: #527CD0;
}
.AnyTagClassName
{
color: #527CD0;
}
</style>
background-color css
<style>
a { background-color: #527CD0; }
a { background-color: rgb(82,124,208); }
div.DivClassName
{
background-color: #527CD0;
}
.BgClassName
{
background-color: #527CD0;
}
</style>
border-color css
<style>
span { border-color: #527CD0; }
span { border-color: rgb(82,124,208); }
td.TdClassName
{
border-color: #527CD0;
}
.TagClassName
{
border-color: #527CD0;
}
</style>