Shades of Havelock Blue #528CCB
Tints of Havelock Blue #528CCB
RGB
CMYK
RGB Variations
Color information
#528CCB (or 0x528CCB) is known color: Havelock Blue. HEX triplet: 52, 8C and CB. RGB value is (82,140,203). Sum of RGB (Red+Green+Blue) = 82+140+203=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #528CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CCB is #AD7334. Grayscale: #818181. Windows color (decimal): -11367221 or 13339730. OLE color: 13339730.
HSL color Cylindrical-coordinate representation of color #528CCB: hue angle of 211.24º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528CCB is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 140 | 203 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.20 |
| HSL | 211.24º | 0.54% | 0.56% | - |
| HSV(B) | 211.24º | 0.6% | 0.8% | - |
| XYZ | 23.64 | 24.86 | 60.05 | - |
| YUV | 129.84 | 169.28 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 203 | 0.60 | 0.31 | 0 | 0.20 | 211.24 | 0.54 | 0.56 |
| Hex | 52 | 8C | CB | 3C | 1F | 0 | 14 | D3 | 36 | 38 |
| Octal | 122 | 214 | 313 | 74 | 37 | 0 | 24 | 323 | 66 | 70 |
| Binary | 1010010 | 10001100 | 11001011 | 111100 | 11111 | 0 | 10100 | 11010011 | 110110 | 111000 |
Color Harmonies of #528CCB
Complementary color
Monochromatic Colors of #528CCB
Black with #528CCB
Text Example
Text Example
White with #528CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CCB; }
p { color: rgb(82,140,203); }
H1.HeaderClassName
{
color: #528CCB;
}
.AnyTagClassName
{
color: #528CCB;
}
</style>
background-color css
<style>
a { background-color: #528CCB; }
a { background-color: rgb(82,140,203); }
div.DivClassName
{
background-color: #528CCB;
}
.BgClassName
{
background-color: #528CCB;
}
</style>
border-color css
<style>
span { border-color: #528CCB; }
span { border-color: rgb(82,140,203); }
td.TdClassName
{
border-color: #528CCB;
}
.TagClassName
{
border-color: #528CCB;
}
</style>