#528BCD

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

Shades of Havelock Blue #528BCD

Tints of Havelock Blue #528BCD

Color information

#528BCD (or 0x528BCD) is unknown color: approx Havelock Blue. HEX triplet: 52, 8B and CD. RGB value is (82,139,205). Sum of RGB (Red+Green+Blue) = 82+139+205=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #528BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BCD is #AD7432. Grayscale: #818181. Windows color (decimal): -11367475 or 13470546. OLE color: 13470546.

HSL color Cylindrical-coordinate representation of color #528BCD: hue angle of 212.2º degrees, saturation: 0.55, 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 #528BCD is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82139205-
CMYK0.60.3200.20
HSL212.2º55.16%56.27%-
HSV(B)212.2º60%80.39%-
XYZ23.7324.6761.27-
YUV129.48170.6294.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.25%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=19.25%
G=32.63%
B=48.12%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821392050.60.3200.20212.255.1656.27
Hex528BCD3C20014d43738
Octal12221331574400243246770
Binary1010010100010111100110111110010000001010011010100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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