Html Css Color HEX #527ACC Havelock Blue

📋 copy color: '#527ACC'

red 82 ◦ green 122 ◦ blue 204

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

Shades of Havelock Blue #527ACC

Tints of Havelock Blue #527ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.9%

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

R = 20.1%
G = 29.9%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#527ACC (or 0x527ACC) is known color: Havelock Blue. HEX triplet: 52, 7A and CC. RGB value is (82,122,204). Sum of RGB (Red+Green+Blue) = 82+122+204=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #527ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ACC is #AD8533. Grayscale: #777777. Windows color (decimal): -11371828 or 13400658. OLE color: 13400658.

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

Color convert

RGB 82 122 204 -
CMYK 0.60 0.40 0 0.2
HSL 220.33º 0.54% 0.56% -
HSV(B) 220.33º 0.6% 0.8% -
XYZ 21.34 20.07 59.88 -
YUV 119.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 82 122 204 0.60 0.40 0 0.2 220.33 0.54 0.56
Hex 52 7A CC 3C 28 0 14 DC 36 38
Octal 122 172 314 74 50 0 24 334 66 70
Binary 1010010 1111010 11001100 111100 101000 0 10100 11011100 110110 111000

Color Harmonies of #527ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ACC

Black with #527ACC

Text Example


Text Example

White with #527ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527ACC; }

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

 H1.HeaderClassName
 {
   color: #527ACC;
 }
 .AnyTagClassName
 {
   color: #527ACC;
 }
</style>

background-color css

<style>
 a { background-color: #527ACC; }

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

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

border-color css

<style>
 span { border-color: #527ACC; }

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

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