#528BCA

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

Shades of Havelock Blue #528BCA

Tints of Havelock Blue #528BCA

Color information

#528BCA (or 0x528BCA) is unknown color: approx Havelock Blue. HEX triplet: 52, 8B and CA. RGB value is (82,139,202). Sum of RGB (Red+Green+Blue) = 82+139+202=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #528BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BCA is #AD7435. Grayscale: #808080. Windows color (decimal): -11367478 or 13273938. OLE color: 13273938.

HSL color Cylindrical-coordinate representation of color #528BCA: hue angle of 211.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528BCA is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82139202-
CMYK0.590.3100.21
HSL211.5º53.1%55.69%-
HSV(B)211.5º59.41%79.22%-
XYZ23.3724.5259.38-
YUV129.14169.1294.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.39%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=19.39%
G=32.86%
B=47.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821392020.590.3100.21211.553.155.69
Hex528BCA3B1F015d43538
Octal12221331273370253246570
Binary101001010001011110010101110111111101010111010100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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