Html Css Color HEX #528BCC Havelock Blue

📋 copy color: '#528BCC'

red 82 ◦ green 139 ◦ blue 204

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

Shades of Havelock Blue #528BCC

Tints of Havelock Blue #528BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 19.29%
G = 32.71%
B = 48%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#528BCC (or 0x528BCC) is known color: Havelock Blue. HEX triplet: 52, 8B and CC. RGB value is (82,139,204). Sum of RGB (Red+Green+Blue) = 82+139+204=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #528BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BCC is #AD7433. Grayscale: #818181. Windows color (decimal): -11367476 or 13405010. OLE color: 13405010.

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

Color convert

RGB 82 139 204 -
CMYK 0.60 0.32 0 0.2
HSL 211.97º 0.54% 0.56% -
HSV(B) 211.97º 0.6% 0.8% -
XYZ 23.61 24.62 60.63 -
YUV 129.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 82 139 204 0.60 0.32 0 0.2 211.97 0.54 0.56
Hex 52 8B CC 3C 20 0 14 D4 36 38
Octal 122 213 314 74 40 0 24 324 66 70
Binary 1010010 10001011 11001100 111100 100000 0 10100 11010100 110110 111000

Color Harmonies of #528BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BCC

Black with #528BCC

Text Example


Text Example

White with #528BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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