Shades of Havelock Blue #527FCF
Tints of Havelock Blue #527FCF
RGB
CMYK
RGB Variations
Color information
#527FCF (or 0x527FCF) is known color: Havelock Blue. HEX triplet: 52, 7F and CF. RGB value is (82,127,207). Sum of RGB (Red+Green+Blue) = 82+127+207=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #527FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FCF is #AD8030. Grayscale: #7A7A7A. Windows color (decimal): -11370545 or 13598546. OLE color: 13598546.
HSL color Cylindrical-coordinate representation of color #527FCF: hue angle of 218.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527FCF is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 127 | 207 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.19 |
| HSL | 218.4º | 0.57% | 0.57% | - |
| HSV(B) | 218.4º | 0.6% | 0.81% | - |
| XYZ | 22.33 | 21.48 | 62 | - |
| YUV | 122.67 | 175.59 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 207 | 0.60 | 0.39 | 0 | 0.19 | 218.4 | 0.57 | 0.57 |
| Hex | 52 | 7F | CF | 3C | 27 | 0 | 13 | DA | 39 | 39 |
| Octal | 122 | 177 | 317 | 74 | 47 | 0 | 23 | 332 | 71 | 71 |
| Binary | 1010010 | 1111111 | 11001111 | 111100 | 100111 | 0 | 10011 | 11011010 | 111001 | 111001 |
Color Harmonies of #527FCF
Complementary color
Monochromatic Colors of #527FCF
Black with #527FCF
Text Example
Text Example
White with #527FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FCF; }
p { color: rgb(82,127,207); }
H1.HeaderClassName
{
color: #527FCF;
}
.AnyTagClassName
{
color: #527FCF;
}
</style>
background-color css
<style>
a { background-color: #527FCF; }
a { background-color: rgb(82,127,207); }
div.DivClassName
{
background-color: #527FCF;
}
.BgClassName
{
background-color: #527FCF;
}
</style>
border-color css
<style>
span { border-color: #527FCF; }
span { border-color: rgb(82,127,207); }
td.TdClassName
{
border-color: #527FCF;
}
.TagClassName
{
border-color: #527FCF;
}
</style>