Html Css Color HEX #528BCE Havelock Blue

📋 copy color: '#528BCE'

red 82 ◦ green 139 ◦ blue 206

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

Shades of Havelock Blue #528BCE

Tints of Havelock Blue #528BCE

RGB

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

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

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

R = 19.2%
G = 32.55%
B = 48.24%

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

#528BCE (or 0x528BCE) is known color: Havelock Blue. HEX triplet: 52, 8B and CE. RGB value is (82,139,206). Sum of RGB (Red+Green+Blue) = 82+139+206=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #528BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BCE is #AD7431. Grayscale: #818181. Windows color (decimal): -11367474 or 13536082. OLE color: 13536082.

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

Color convert

RGB 82 139 206 -
CMYK 0.60 0.33 0 0.19
HSL 212.42º 0.56% 0.56% -
HSV(B) 212.42º 0.6% 0.81% -
XYZ 23.85 24.72 61.91 -
YUV 129.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 82 139 206 0.60 0.33 0 0.19 212.42 0.56 0.56
Hex 52 8B CE 3C 21 0 13 D4 38 38
Octal 122 213 316 74 41 0 23 324 70 70
Binary 1010010 10001011 11001110 111100 100001 0 10011 11010100 111000 111000

Color Harmonies of #528BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BCE

Black with #528BCE

Text Example


Text Example

White with #528BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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