Html Css Color HEX #526FC3 Havelock Blue

📋 copy color: '#526FC3'

red 82 ◦ green 111 ◦ blue 195

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

Shades of Havelock Blue #526FC3

Tints of Havelock Blue #526FC3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

 BLUE value IS 195 (76.56% from 255) = 50.26%

R = 21.13%
G = 28.61%
B = 50.26%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#526FC3 (or 0x526FC3) is known color: Havelock Blue. HEX triplet: 52, 6F and C3. RGB value is (82,111,195). Sum of RGB (Red+Green+Blue) = 82+111+195=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #526FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FC3 is #AD903C. Grayscale: #6F6F6F. Windows color (decimal): -11374653 or 12808018. OLE color: 12808018.

HSL color Cylindrical-coordinate representation of color #526FC3: hue angle of 224.6º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #526FC3 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 111 195 -
CMYK 0.58 0.43 0 0.24
HSL 224.6º 0.48% 0.54% -
HSV(B) 224.6º 0.58% 0.76% -
XYZ 19.01 17.1 53.93 -
YUV 111.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 82 111 195 0.58 0.43 0 0.24 224.6 0.48 0.54
Hex 52 6F C3 3A 2B 0 18 E1 30 36
Octal 122 157 303 72 53 0 30 341 60 66
Binary 1010010 1101111 11000011 111010 101011 0 11000 11100001 110000 110110

Color Harmonies of #526FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526FC3

Black with #526FC3

Text Example


Text Example

White with #526FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,195); }

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

background-color css

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

 a { background-color: rgb(82,111,195); }

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

border-color css

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

 span { border-color: rgb(82,111,195); }

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