Html Css Color HEX #528DCE Havelock Blue

📋 copy color: '#528DCE'

red 82 ◦ green 141 ◦ blue 206

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

Shades of Havelock Blue #528DCE

Tints of Havelock Blue #528DCE

RGB

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

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

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

R = 19.11%
G = 32.87%
B = 48.02%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#528DCE (or 0x528DCE) is known color: Havelock Blue. HEX triplet: 52, 8D and CE. RGB value is (82,141,206). Sum of RGB (Red+Green+Blue) = 82+141+206=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #528DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DCE is #AD7231. Grayscale: #828282. Windows color (decimal): -11366962 or 13536594. OLE color: 13536594.

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

Color convert

RGB 82 141 206 -
CMYK 0.60 0.32 0 0.19
HSL 211.45º 0.56% 0.56% -
HSV(B) 211.45º 0.6% 0.81% -
XYZ 24.15 25.3 62 -
YUV 130.77 170.45 93.21 -
System Red Green Blue C M Y K H S L
Decimal 82 141 206 0.60 0.32 0 0.19 211.45 0.56 0.56
Hex 52 8D CE 3C 20 0 13 D3 38 38
Octal 122 215 316 74 40 0 23 323 70 70
Binary 1010010 10001101 11001110 111100 100000 0 10011 11010011 111000 111000

Color Harmonies of #528DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DCE

Black with #528DCE

Text Example


Text Example

White with #528DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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