Html Css Color HEX #528ACF Havelock Blue

📋 copy color: '#528ACF'

red 82 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #528ACF

Tints of Havelock Blue #528ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 19.2%
G = 32.32%
B = 48.48%

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

#528ACF (or 0x528ACF) is known color: Havelock Blue. HEX triplet: 52, 8A and CF. RGB value is (82,138,207). Sum of RGB (Red+Green+Blue) = 82+138+207=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #528ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ACF is #AD7530. Grayscale: #808080. Windows color (decimal): -11367729 or 13601362. OLE color: 13601362.

HSL color Cylindrical-coordinate representation of color #528ACF: hue angle of 213.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528ACF is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 138 207 -
CMYK 0.60 0.33 0 0.19
HSL 213.12º 0.57% 0.57% -
HSV(B) 213.12º 0.6% 0.81% -
XYZ 23.83 24.48 62.5 -
YUV 129.12 171.95 94.39 -
System Red Green Blue C M Y K H S L
Decimal 82 138 207 0.60 0.33 0 0.19 213.12 0.57 0.57
Hex 52 8A CF 3C 21 0 13 D5 39 39
Octal 122 212 317 74 41 0 23 325 71 71
Binary 1010010 10001010 11001111 111100 100001 0 10011 11010101 111001 111001

Color Harmonies of #528ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ACF

Black with #528ACF

Text Example


Text Example

White with #528ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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