Shades of Havelock Blue #528CCF
Tints of Havelock Blue #528CCF
RGB
CMYK
RGB Variations
Color information
#528CCF (or 0x528CCF) is known color: Havelock Blue. HEX triplet: 52, 8C and CF. RGB value is (82,140,207). Sum of RGB (Red+Green+Blue) = 82+140+207=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #528CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CCF is #AD7330. Grayscale: #818181. Windows color (decimal): -11367217 or 13601874. OLE color: 13601874.
HSL color Cylindrical-coordinate representation of color #528CCF: hue angle of 212.16º 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 #528CCF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 140 | 207 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.19 |
| HSL | 212.16º | 0.57% | 0.57% | - |
| HSV(B) | 212.16º | 0.6% | 0.81% | - |
| XYZ | 24.12 | 25.06 | 62.6 | - |
| YUV | 130.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 207 | 0.60 | 0.32 | 0 | 0.19 | 212.16 | 0.57 | 0.57 |
| Hex | 52 | 8C | CF | 3C | 20 | 0 | 13 | D4 | 39 | 39 |
| Octal | 122 | 214 | 317 | 74 | 40 | 0 | 23 | 324 | 71 | 71 |
| Binary | 1010010 | 10001100 | 11001111 | 111100 | 100000 | 0 | 10011 | 11010100 | 111001 | 111001 |
Color Harmonies of #528CCF
Complementary color
Monochromatic Colors of #528CCF
Black with #528CCF
Text Example
Text Example
White with #528CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CCF; }
p { color: rgb(82,140,207); }
H1.HeaderClassName
{
color: #528CCF;
}
.AnyTagClassName
{
color: #528CCF;
}
</style>
background-color css
<style>
a { background-color: #528CCF; }
a { background-color: rgb(82,140,207); }
div.DivClassName
{
background-color: #528CCF;
}
.BgClassName
{
background-color: #528CCF;
}
</style>
border-color css
<style>
span { border-color: #528CCF; }
span { border-color: rgb(82,140,207); }
td.TdClassName
{
border-color: #528CCF;
}
.TagClassName
{
border-color: #528CCF;
}
</style>