Color Hex Logo

#526fbb Color Hex

#526FBB
(82,111,187)
0 Favorites   0 Comments

Color spaces of #526fbb

RGB 82111187
HSL0.620.440.53
HSV223°56°73°
CMYK 0.560.410.00   0.27
XYZ18.133816.750649.2911
Yxy16.75060.21540.1990
Hunter Lab40.92757.4651-42.7568
CIE-Lab47.944212.2198-43.3189

#526fbb color RGB value is (82,111,187).

#526fbb hex color red value is 82, green value is 111 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #526fbb hue: 0.62 , saturation: 0.44 and the lightness value of 526fbb is 0.53.

The process color (four color CMYK) of #526fbb color hex is 0.56, 0.41, 0.00, 0.27. Web safe color of #526fbb is #6666cc. Color #526fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101111 10111011
Octal 122 157 273
Decimal 82 111 187
Hex 52 6F BB

RGB Percentages of Color #526fbb

%21.58
%29.21
%49.21

CMYK Percentages of Color #526fbb

%56
%41
%0
%27

Triadic Colors of #526fbb

#526fbb #bb526f #6fbb52

Analogous Colors of #526fbb

#526fbb #6a52bb #52a4bb

Monochromatic Colors of #526fbb

#526fbb

Complementary Color

#526fbb #bb9e52

#526fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#526fbb Color CSS Codes

.mybgcolor {background-color:#526fbb; } 
.myforecolor {color:#526fbb; }
.mybordercolor {border:3px solid #526fbb; }

#526fbb Text Font Color

<p style="color:#526fbb">Text here</p>

This sample text font color is #526fbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#526fbb Background Color

<div style="background-color:#526fbb">
Div content here</div>

This div background color is #526fbb


#526fbb Border Color

<div style="border:3px solid #526fbb">
Div here</div>

This div border color is #526fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,111,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #526fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #526fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #526fbb;
  box-shadow:         1px 1px 3px 2px #526fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,111,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #526fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #526fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #526fbb;
  box-shadow:         1px 1px 3px 2px #526fbb;">
Div content here</div>

This div box has shadow with color #526fbb


Comments

No comments written yet.

Please login to write comment.