Html Css Color HEX #528BD7 Havelock Blue

📋 copy color: '#528BD7'

red 82 ◦ green 139 ◦ blue 215

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

Shades of Havelock Blue #528BD7

Tints of Havelock Blue #528BD7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 215 (84.38% from 255) = 49.31%

R = 18.81%
G = 31.88%
B = 49.31%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#528BD7 (or 0x528BD7) is known color: Havelock Blue. HEX triplet: 52, 8B and D7. RGB value is (82,139,215). Sum of RGB (Red+Green+Blue) = 82+139+215=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #528BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BD7 is #AD7428. Grayscale: #828282. Windows color (decimal): -11367465 or 14125906. OLE color: 14125906.

HSL color Cylindrical-coordinate representation of color #528BD7: hue angle of 214.29º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #528BD7 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 139 215 -
CMYK 0.62 0.35 0 0.16
HSL 214.29º 0.62% 0.58% -
HSV(B) 214.29º 0.62% 0.84% -
XYZ 24.98 25.17 67.83 -
YUV 130.62 175.62 93.32 -
System Red Green Blue C M Y K H S L
Decimal 82 139 215 0.62 0.35 0 0.16 214.29 0.62 0.58
Hex 52 8B D7 3E 23 0 10 D6 3E 3A
Octal 122 213 327 76 43 0 20 326 76 72
Binary 1010010 10001011 11010111 111110 100011 0 10000 11010110 111110 111010

Color Harmonies of #528BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BD7

Black with #528BD7

Text Example


Text Example

White with #528BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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