Shades of Havelock Blue #528BDA
Tints of Havelock Blue #528BDA
RGB
CMYK
RGB Variations
Color information
#528BDA (or 0x528BDA) is known color: Havelock Blue. HEX triplet: 52, 8B and DA. RGB value is (82,139,218). Sum of RGB (Red+Green+Blue) = 82+139+218=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #528BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BDA is #AD7425. Grayscale: #828282. Windows color (decimal): -11367462 or 14322514. OLE color: 14322514.
HSL color Cylindrical-coordinate representation of color #528BDA: hue angle of 214.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #528BDA is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 139 | 218 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.15 |
| HSL | 214.85º | 0.65% | 0.59% | - |
| HSV(B) | 214.85º | 0.62% | 0.85% | - |
| XYZ | 25.37 | 25.32 | 69.88 | - |
| YUV | 130.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 218 | 0.62 | 0.36 | 0 | 0.15 | 214.85 | 0.65 | 0.59 |
| Hex | 52 | 8B | DA | 3E | 24 | 0 | F | D7 | 41 | 3B |
| Octal | 122 | 213 | 332 | 76 | 44 | 0 | 17 | 327 | 101 | 73 |
| Binary | 1010010 | 10001011 | 11011010 | 111110 | 100100 | 0 | 1111 | 11010111 | 1000001 | 111011 |
Color Harmonies of #528BDA
Complementary color
Monochromatic Colors of #528BDA
Black with #528BDA
Text Example
Text Example
White with #528BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BDA; }
p { color: rgb(82,139,218); }
H1.HeaderClassName
{
color: #528BDA;
}
.AnyTagClassName
{
color: #528BDA;
}
</style>
background-color css
<style>
a { background-color: #528BDA; }
a { background-color: rgb(82,139,218); }
div.DivClassName
{
background-color: #528BDA;
}
.BgClassName
{
background-color: #528BDA;
}
</style>
border-color css
<style>
span { border-color: #528BDA; }
span { border-color: rgb(82,139,218); }
td.TdClassName
{
border-color: #528BDA;
}
.TagClassName
{
border-color: #528BDA;
}
</style>