#528bd8

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

Shades of Havelock Blue #528BD8

Tints of Havelock Blue #528BD8

Color information

#528BD8 (or 0x528BD8) is unknown color: approx Havelock Blue. HEX triplet: 52, 8B and D8. RGB value is (82,139,216). Sum of RGB (Red+Green+Blue) = 82+139+216=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #528BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BD8 is #AD7427. Grayscale: #828282. Windows color (decimal): -11367464 or 14191442. OLE color: 14191442.

HSL color Cylindrical-coordinate representation of color #528BD8: hue angle of 214.48º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #528BD8 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82139216-
CMYK0.620.3600.15
HSL214.48º63.21%58.43%-
HSV(B)214.48º62.04%84.71%-
XYZ25.1125.2268.51-
YUV130.73176.1293.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.76%
GREEN value IS 139 (54.69% from 255) = 31.81%
BLUE value IS 216 (84.77% from 255) = 49.43%
R=18.76%
G=31.81%
B=49.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal821392160.620.3600.15214.4863.2158.43
Hex528BD83E240Fd63f3a
Octal12221333076440173267772
Binary101001010001011110110001111101001000111111010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528bd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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