Html Css Color HEX #528ACC Havelock Blue

📋 copy color: '#528ACC'

red 82 ◦ green 138 ◦ blue 204

#528ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #528ACC

Tints of Havelock Blue #528ACC

RGB

 RED value IS 82 (32.42% from 255) = 19.34%

 GREEN value IS 138 (54.3% from 255) = 32.55%

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 19.34%
G = 32.55%
B = 48.11%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#528ACC (or 0x528ACC) is known color: Havelock Blue. HEX triplet: 52, 8A and CC. RGB value is (82,138,204). Sum of RGB (Red+Green+Blue) = 82+138+204=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #528ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ACC is #AD7533. Grayscale: #808080. Windows color (decimal): -11367732 or 13404754. OLE color: 13404754.

HSL color Cylindrical-coordinate representation of color #528ACC: hue angle of 212.46º degrees, saturation: 0.54, 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 #528ACC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 138 204 -
CMYK 0.60 0.32 0 0.2
HSL 212.46º 0.54% 0.56% -
HSV(B) 212.46º 0.6% 0.8% -
XYZ 23.47 24.33 60.59 -
YUV 128.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 82 138 204 0.60 0.32 0 0.2 212.46 0.54 0.56
Hex 52 8A CC 3C 20 0 14 D4 36 38
Octal 122 212 314 74 40 0 24 324 66 70
Binary 1010010 10001010 11001100 111100 100000 0 10100 11010100 110110 111000

Color Harmonies of #528ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ACC

Black with #528ACC

Text Example


Text Example

White with #528ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #528ACC;
 }
 .AnyTagClassName
 {
   color: #528ACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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