Shades of Havelock Blue #528BD5
Tints of Havelock Blue #528BD5
RGB
CMYK
RGB Variations
Color information
#528BD5 (or 0x528BD5) is known color: Havelock Blue. HEX triplet: 52, 8B and D5. RGB value is (82,139,213). Sum of RGB (Red+Green+Blue) = 82+139+213=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #528BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BD5 is #AD742A. Grayscale: #828282. Windows color (decimal): -11367467 or 13994834. OLE color: 13994834.
HSL color Cylindrical-coordinate representation of color #528BD5: hue angle of 213.89º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #528BD5 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 139 | 213 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.16 |
| HSL | 213.89º | 0.61% | 0.58% | - |
| HSV(B) | 213.89º | 0.62% | 0.84% | - |
| XYZ | 24.72 | 25.06 | 66.49 | - |
| YUV | 130.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 213 | 0.62 | 0.35 | 0 | 0.16 | 213.89 | 0.61 | 0.58 |
| Hex | 52 | 8B | D5 | 3E | 23 | 0 | 10 | D6 | 3D | 3A |
| Octal | 122 | 213 | 325 | 76 | 43 | 0 | 20 | 326 | 75 | 72 |
| Binary | 1010010 | 10001011 | 11010101 | 111110 | 100011 | 0 | 10000 | 11010110 | 111101 | 111010 |
Color Harmonies of #528BD5
Complementary color
Monochromatic Colors of #528BD5
Black with #528BD5
Text Example
Text Example
White with #528BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BD5; }
p { color: rgb(82,139,213); }
H1.HeaderClassName
{
color: #528BD5;
}
.AnyTagClassName
{
color: #528BD5;
}
</style>
background-color css
<style>
a { background-color: #528BD5; }
a { background-color: rgb(82,139,213); }
div.DivClassName
{
background-color: #528BD5;
}
.BgClassName
{
background-color: #528BD5;
}
</style>
border-color css
<style>
span { border-color: #528BD5; }
span { border-color: rgb(82,139,213); }
td.TdClassName
{
border-color: #528BD5;
}
.TagClassName
{
border-color: #528BD5;
}
</style>