Html Css Color HEX #528AD3 Havelock Blue

📋 copy color: '#528AD3'

red 82 ◦ green 138 ◦ blue 211

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

Shades of Havelock Blue #528AD3

Tints of Havelock Blue #528AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.96%

R = 19.03%
G = 32.02%
B = 48.96%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#528AD3 (or 0x528AD3) is known color: Havelock Blue. HEX triplet: 52, 8A and D3. RGB value is (82,138,211). Sum of RGB (Red+Green+Blue) = 82+138+211=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #528AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528AD3 is #AD752C. Grayscale: #818181. Windows color (decimal): -11367725 or 13863506. OLE color: 13863506.

HSL color Cylindrical-coordinate representation of color #528AD3: hue angle of 213.95º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528AD3 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 138 211 -
CMYK 0.61 0.35 0 0.17
HSL 213.95º 0.59% 0.57% -
HSV(B) 213.95º 0.61% 0.83% -
XYZ 24.33 24.67 65.11 -
YUV 129.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 82 138 211 0.61 0.35 0 0.17 213.95 0.59 0.57
Hex 52 8A D3 3D 23 0 11 D6 3B 39
Octal 122 212 323 75 43 0 21 326 73 71
Binary 1010010 10001010 11010011 111101 100011 0 10001 11010110 111011 111001

Color Harmonies of #528AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AD3

Black with #528AD3

Text Example


Text Example

White with #528AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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