#528BD0

Color #528BD0 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #528BD0

Tints of Havelock Blue #528BD0

Color information

#528BD0 (or 0x528BD0) is unknown color: approx Havelock Blue. HEX triplet: 52, 8B and D0. RGB value is (82,139,208). Sum of RGB (Red+Green+Blue) = 82+139+208=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #528BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BD0 is #AD742F. Grayscale: #818181. Windows color (decimal): -11367472 or 13667154. OLE color: 13667154.

HSL color Cylindrical-coordinate representation of color #528BD0: hue angle of 212.86º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528BD0 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82139208-
CMYK0.610.3300.18
HSL212.86º57.27%56.86%-
HSV(B)212.86º60.58%81.57%-
XYZ24.124.8163.19-
YUV129.82172.1293.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=19.11%
G=32.40%
B=48.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821392080.610.3300.18212.8657.2756.86
Hex528BD03D21012d53939
Octal12221332075410223257171
Binary1010010100010111101000011110110000101001011010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528BD0; }

 p { color: rgb(82,139,208); }

 H1.HeaderClassName
 {
   color: #528BD0;
 }
 .AnyTagClassName
 {
   color: #528BD0;
 }
</style>
background-color css

<style>
 a { background-color: #528BD0; }

 a { background-color: rgb(82,139,208); }

 div.DivClassName
 {
   background-color: #528BD0;
 }
 .BgClassName
 {
   background-color: #528BD0;
 }
</style>
border-color css

<style>
 span { border-color: #528BD0; }

 span { border-color: rgb(82,139,208); }

 td.TdClassName
 {
   border-color: #528BD0;
 }
 .TagClassName
 {
   border-color: #528BD0;
 }
</style>