Html Css Color HEX #526EC4 Havelock Blue

📋 copy color: '#526EC4'

red 82 ◦ green 110 ◦ blue 196

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

Shades of Havelock Blue #526EC4

Tints of Havelock Blue #526EC4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.35%

 BLUE value IS 196 (76.95% from 255) = 50.52%

R = 21.13%
G = 28.35%
B = 50.52%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#526EC4 (or 0x526EC4) is known color: Havelock Blue. HEX triplet: 52, 6E and C4. RGB value is (82,110,196). Sum of RGB (Red+Green+Blue) = 82+110+196=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #526EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EC4 is #AD913B. Grayscale: #6F6F6F. Windows color (decimal): -11374908 or 12873298. OLE color: 12873298.

HSL color Cylindrical-coordinate representation of color #526EC4: hue angle of 225.26º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #526EC4 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 110 196 -
CMYK 0.58 0.44 0 0.23
HSL 225.26º 0.49% 0.55% -
HSV(B) 225.26º 0.58% 0.77% -
XYZ 19.02 16.93 54.49 -
YUV 111.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 82 110 196 0.58 0.44 0 0.23 225.26 0.49 0.55
Hex 52 6E C4 3A 2C 0 17 E1 31 37
Octal 122 156 304 72 54 0 27 341 61 67
Binary 1010010 1101110 11000100 111010 101100 0 10111 11100001 110001 110111

Color Harmonies of #526EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526EC4

Black with #526EC4

Text Example


Text Example

White with #526EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526EC4; }

 p { color: rgb(82,110,196); }

 H1.HeaderClassName
 {
   color: #526EC4;
 }
 .AnyTagClassName
 {
   color: #526EC4;
 }
</style>

background-color css

<style>
 a { background-color: #526EC4; }

 a { background-color: rgb(82,110,196); }

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

border-color css

<style>
 span { border-color: #526EC4; }

 span { border-color: rgb(82,110,196); }

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