Shades of Havelock Blue #528BC9
Tints of Havelock Blue #528BC9
RGB
CMYK
RGB Variations
Color information
#528BC9 (or 0x528BC9) is known color: Havelock Blue. HEX triplet: 52, 8B and C9. RGB value is (82,139,201). Sum of RGB (Red+Green+Blue) = 82+139+201=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #528BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BC9 is #AD7436. Grayscale: #808080. Windows color (decimal): -11367479 or 13208402. OLE color: 13208402.
HSL color Cylindrical-coordinate representation of color #528BC9: hue angle of 211.26º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528BC9 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 139 | 201 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.21 |
| HSL | 211.26º | 0.52% | 0.55% | - |
| HSV(B) | 211.26º | 0.59% | 0.79% | - |
| XYZ | 23.25 | 24.48 | 58.76 | - |
| YUV | 129.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 201 | 0.59 | 0.31 | 0 | 0.21 | 211.26 | 0.52 | 0.55 |
| Hex | 52 | 8B | C9 | 3B | 1F | 0 | 15 | D3 | 34 | 37 |
| Octal | 122 | 213 | 311 | 73 | 37 | 0 | 25 | 323 | 64 | 67 |
| Binary | 1010010 | 10001011 | 11001001 | 111011 | 11111 | 0 | 10101 | 11010011 | 110100 | 110111 |
Color Harmonies of #528BC9
Complementary color
Monochromatic Colors of #528BC9
Black with #528BC9
Text Example
Text Example
White with #528BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BC9; }
p { color: rgb(82,139,201); }
H1.HeaderClassName
{
color: #528BC9;
}
.AnyTagClassName
{
color: #528BC9;
}
</style>
background-color css
<style>
a { background-color: #528BC9; }
a { background-color: rgb(82,139,201); }
div.DivClassName
{
background-color: #528BC9;
}
.BgClassName
{
background-color: #528BC9;
}
</style>
border-color css
<style>
span { border-color: #528BC9; }
span { border-color: rgb(82,139,201); }
td.TdClassName
{
border-color: #528BC9;
}
.TagClassName
{
border-color: #528BC9;
}
</style>