Html Css Color HEX #528ACB Havelock Blue

📋 copy color: '#528ACB'

red 82 ◦ green 138 ◦ blue 203

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

Shades of Havelock Blue #528ACB

Tints of Havelock Blue #528ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

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

R = 19.39%
G = 32.62%
B = 47.99%

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

#528ACB (or 0x528ACB) is known color: Havelock Blue. HEX triplet: 52, 8A and CB. RGB value is (82,138,203). Sum of RGB (Red+Green+Blue) = 82+138+203=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #528ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ACB is #AD7534. Grayscale: #808080. Windows color (decimal): -11367733 or 13339218. OLE color: 13339218.

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

Color convert

RGB 82 138 203 -
CMYK 0.60 0.32 0 0.20
HSL 212.23º 0.54% 0.56% -
HSV(B) 212.23º 0.6% 0.8% -
XYZ 23.35 24.28 59.96 -
YUV 128.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 82 138 203 0.60 0.32 0 0.20 212.23 0.54 0.56
Hex 52 8A CB 3C 20 0 14 D4 36 38
Octal 122 212 313 74 40 0 24 324 66 70
Binary 1010010 10001010 11001011 111100 100000 0 10100 11010100 110110 111000

Color Harmonies of #528ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ACB

Black with #528ACB

Text Example


Text Example

White with #528ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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