#528AC3

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

Shades of Havelock Blue #528AC3

Tints of Havelock Blue #528AC3

Color information

#528AC3 (or 0x528AC3) is unknown color: approx Havelock Blue. HEX triplet: 52, 8A and C3. RGB value is (82,138,195). Sum of RGB (Red+Green+Blue) = 82+138+195=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #528AC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528AC3 is #AD753C. Grayscale: #7F7F7F. Windows color (decimal): -11367741 or 12814930. OLE color: 12814930.

HSL color Cylindrical-coordinate representation of color #528AC3: hue angle of 210.27º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #528AC3 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82138195-
CMYK0.580.2900.24
HSL210.27º48.5%54.31%-
HSV(B)210.27º57.95%76.47%-
XYZ22.4223.9155.06-
YUV127.75165.9595.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.76%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=19.76%
G=33.25%
B=46.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821381950.580.2900.24210.2748.554.31
Hex528AC33A1D018d23036
Octal12221230372350303226066
Binary101001010001010110000111110101110101100011010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,195); }

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

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

 a { background-color: rgb(82,138,195); }

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

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

 span { border-color: rgb(82,138,195); }

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