Html Css Color HEX #528BC8 Havelock Blue

📋 copy color: '#528BC8'

red 82 ◦ green 139 ◦ blue 200

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

Shades of Havelock Blue #528BC8

Tints of Havelock Blue #528BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.51%

R = 19.48%
G = 33.02%
B = 47.51%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#528BC8 (or 0x528BC8) is known color: Havelock Blue. HEX triplet: 52, 8B and C8. RGB value is (82,139,200). Sum of RGB (Red+Green+Blue) = 82+139+200=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #528BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BC8 is #AD7437. Grayscale: #808080. Windows color (decimal): -11367480 or 13142866. OLE color: 13142866.

HSL color Cylindrical-coordinate representation of color #528BC8: hue angle of 211.02º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528BC8 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 139 200 -
CMYK 0.59 0.30 0 0.22
HSL 211.02º 0.52% 0.55% -
HSV(B) 211.02º 0.59% 0.78% -
XYZ 23.14 24.43 58.14 -
YUV 128.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 82 139 200 0.59 0.30 0 0.22 211.02 0.52 0.55
Hex 52 8B C8 3B 1E 0 16 D3 34 37
Octal 122 213 310 73 36 0 26 323 64 67
Binary 1010010 10001011 11001000 111011 11110 0 10110 11010011 110100 110111

Color Harmonies of #528BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BC8

Black with #528BC8

Text Example


Text Example

White with #528BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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