Html Css Color HEX #528ACE Havelock Blue

📋 copy color: '#528ACE'

red 82 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #528ACE

Tints of Havelock Blue #528ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 19.25%
G = 32.39%
B = 48.36%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#528ACE (or 0x528ACE) is known color: Havelock Blue. HEX triplet: 52, 8A and CE. RGB value is (82,138,206). Sum of RGB (Red+Green+Blue) = 82+138+206=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #528ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ACE is #AD7531. Grayscale: #808080. Windows color (decimal): -11367730 or 13535826. OLE color: 13535826.

HSL color Cylindrical-coordinate representation of color #528ACE: hue angle of 212.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528ACE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 138 206 -
CMYK 0.60 0.33 0 0.19
HSL 212.9º 0.56% 0.56% -
HSV(B) 212.9º 0.6% 0.81% -
XYZ 23.71 24.43 61.86 -
YUV 129.01 171.45 94.47 -
System Red Green Blue C M Y K H S L
Decimal 82 138 206 0.60 0.33 0 0.19 212.9 0.56 0.56
Hex 52 8A CE 3C 21 0 13 D5 38 38
Octal 122 212 316 74 41 0 23 325 70 70
Binary 1010010 10001010 11001110 111100 100001 0 10011 11010101 111000 111000

Color Harmonies of #528ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ACE

Black with #528ACE

Text Example


Text Example

White with #528ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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