Html Css Color HEX #528BCB Havelock Blue

📋 copy color: '#528BCB'

red 82 ◦ green 139 ◦ blue 203

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

Shades of Havelock Blue #528BCB

Tints of Havelock Blue #528BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 19.34%
G = 32.78%
B = 47.88%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#528BCB (or 0x528BCB) is known color: Havelock Blue. HEX triplet: 52, 8B and CB. RGB value is (82,139,203). Sum of RGB (Red+Green+Blue) = 82+139+203=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #528BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BCB is #AD7434. Grayscale: #808080. Windows color (decimal): -11367477 or 13339474. OLE color: 13339474.

HSL color Cylindrical-coordinate representation of color #528BCB: hue angle of 211.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528BCB is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 139 203 -
CMYK 0.60 0.32 0 0.20
HSL 211.74º 0.54% 0.56% -
HSV(B) 211.74º 0.6% 0.8% -
XYZ 23.49 24.57 60 -
YUV 129.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 82 139 203 0.60 0.32 0 0.20 211.74 0.54 0.56
Hex 52 8B CB 3C 20 0 14 D4 36 38
Octal 122 213 313 74 40 0 24 324 66 70
Binary 1010010 10001011 11001011 111100 100000 0 10100 11010100 110110 111000

Color Harmonies of #528BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BCB

Black with #528BCB

Text Example


Text Example

White with #528BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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