Shades of Havelock Blue #527ED3
Tints of Havelock Blue #527ED3
RGB
CMYK
RGB Variations
Color information
#527ED3 (or 0x527ED3) is known color: Havelock Blue. HEX triplet: 52, 7E and D3. RGB value is (82,126,211). Sum of RGB (Red+Green+Blue) = 82+126+211=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 211 (82.81% from 255 or 50.36% from 419); Max value from RGB is 211 - color contains mainly: blue. Hex color #527ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ED3 is #AD812C. Grayscale: #7A7A7A. Windows color (decimal): -11370797 or 13860434. OLE color: 13860434.
HSL color Cylindrical-coordinate representation of color #527ED3: hue angle of 219.53º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #527ED3 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 126 | 211 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.17 |
| HSL | 219.53º | 0.59% | 0.57% | - |
| HSV(B) | 219.53º | 0.61% | 0.83% | - |
| XYZ | 22.7 | 21.42 | 64.57 | - |
| YUV | 122.53 | 177.92 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 211 | 0.61 | 0.40 | 0 | 0.17 | 219.53 | 0.59 | 0.57 |
| Hex | 52 | 7E | D3 | 3D | 28 | 0 | 11 | DC | 3B | 39 |
| Octal | 122 | 176 | 323 | 75 | 50 | 0 | 21 | 334 | 73 | 71 |
| Binary | 1010010 | 1111110 | 11010011 | 111101 | 101000 | 0 | 10001 | 11011100 | 111011 | 111001 |
Color Harmonies of #527ED3
Complementary color
Monochromatic Colors of #527ED3
Black with #527ED3
Text Example
Text Example
White with #527ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527ED3; }
p { color: rgb(82,126,211); }
H1.HeaderClassName
{
color: #527ED3;
}
.AnyTagClassName
{
color: #527ED3;
}
</style>
background-color css
<style>
a { background-color: #527ED3; }
a { background-color: rgb(82,126,211); }
div.DivClassName
{
background-color: #527ED3;
}
.BgClassName
{
background-color: #527ED3;
}
</style>
border-color css
<style>
span { border-color: #527ED3; }
span { border-color: rgb(82,126,211); }
td.TdClassName
{
border-color: #527ED3;
}
.TagClassName
{
border-color: #527ED3;
}
</style>