Html Css Color HEX #528DD3 Havelock Blue

📋 copy color: '#528DD3'

red 82 ◦ green 141 ◦ blue 211

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

Shades of Havelock Blue #528DD3

Tints of Havelock Blue #528DD3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

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

R = 18.89%
G = 32.49%
B = 48.62%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#528DD3 (or 0x528DD3) is known color: Havelock Blue. HEX triplet: 52, 8D and D3. RGB value is (82,141,211). Sum of RGB (Red+Green+Blue) = 82+141+211=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #528DD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DD3 is #AD722C. Grayscale: #838383. Windows color (decimal): -11366957 or 13864274. OLE color: 13864274.

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

Color convert

RGB 82 141 211 -
CMYK 0.61 0.33 0 0.17
HSL 212.56º 0.59% 0.57% -
HSV(B) 212.56º 0.61% 0.83% -
XYZ 24.76 25.55 65.25 -
YUV 131.34 172.95 92.81 -
System Red Green Blue C M Y K H S L
Decimal 82 141 211 0.61 0.33 0 0.17 212.56 0.59 0.57
Hex 52 8D D3 3D 21 0 11 D5 3B 39
Octal 122 215 323 75 41 0 21 325 73 71
Binary 1010010 10001101 11010011 111101 100001 0 10001 11010101 111011 111001

Color Harmonies of #528DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DD3

Black with #528DD3

Text Example


Text Example

White with #528DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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