Shades of Havelock Blue #527FD3
Tints of Havelock Blue #527FD3
RGB
CMYK
RGB Variations
Color information
#527FD3 (or 0x527FD3) is known color: Havelock Blue. HEX triplet: 52, 7F and D3. RGB value is (82,127,211). Sum of RGB (Red+Green+Blue) = 82+127+211=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 211 (82.81% from 255 or 50.24% from 420); Max value from RGB is 211 - color contains mainly: blue. Hex color #527FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FD3 is #AD802C. Grayscale: #7A7A7A. Windows color (decimal): -11370541 or 13860690. OLE color: 13860690.
HSL color Cylindrical-coordinate representation of color #527FD3: hue angle of 219.07º 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 #527FD3 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 127 | 211 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.17 |
| HSL | 219.07º | 0.59% | 0.57% | - |
| HSV(B) | 219.07º | 0.61% | 0.83% | - |
| XYZ | 22.83 | 21.68 | 64.61 | - |
| YUV | 123.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 211 | 0.61 | 0.40 | 0 | 0.17 | 219.07 | 0.59 | 0.57 |
| Hex | 52 | 7F | D3 | 3D | 28 | 0 | 11 | DB | 3B | 39 |
| Octal | 122 | 177 | 323 | 75 | 50 | 0 | 21 | 333 | 73 | 71 |
| Binary | 1010010 | 1111111 | 11010011 | 111101 | 101000 | 0 | 10001 | 11011011 | 111011 | 111001 |
Color Harmonies of #527FD3
Complementary color
Monochromatic Colors of #527FD3
Black with #527FD3
Text Example
Text Example
White with #527FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FD3; }
p { color: rgb(82,127,211); }
H1.HeaderClassName
{
color: #527FD3;
}
.AnyTagClassName
{
color: #527FD3;
}
</style>
background-color css
<style>
a { background-color: #527FD3; }
a { background-color: rgb(82,127,211); }
div.DivClassName
{
background-color: #527FD3;
}
.BgClassName
{
background-color: #527FD3;
}
</style>
border-color css
<style>
span { border-color: #527FD3; }
span { border-color: rgb(82,127,211); }
td.TdClassName
{
border-color: #527FD3;
}
.TagClassName
{
border-color: #527FD3;
}
</style>