#528ACD

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

Shades of Havelock Blue #528ACD

Tints of Havelock Blue #528ACD

Color information

#528ACD (or 0x528ACD) is unknown color: approx Havelock Blue. HEX triplet: 52, 8A and CD. RGB value is (82,138,205). Sum of RGB (Red+Green+Blue) = 82+138+205=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #528ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ACD is #AD7532. Grayscale: #808080. Windows color (decimal): -11367731 or 13470290. OLE color: 13470290.

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

Color convert

RGB82138205-
CMYK0.60.3300.20
HSL212.68º55.16%56.27%-
HSV(B)212.68º60%80.39%-
XYZ23.5924.3861.22-
YUV128.89170.9594.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=19.29%
G=32.47%
B=48.24%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821382050.60.3300.20212.6855.1656.27
Hex528ACD3C21014d53738
Octal12221231574410243256770
Binary1010010100010101100110111110010000101010011010101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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