Color Hex Logo

#526899 Color Hex

#526899
(82,104,153)
0 Favorites   0 Comments

Color spaces of #526899

RGB 82104153
HSL0.620.300.46
HSV221°46°60°
CMYK 0.460.320.00   0.40
XYZ14.179813.994432.0908
Yxy13.99440.23530.2322
Hunter Lab37.40912.1940-24.6746
CIE-Lab44.22495.5939-29.2615

#526899 color RGB value is (82,104,153).

#526899 hex color red value is 82, green value is 104 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #526899 hue: 0.62 , saturation: 0.30 and the lightness value of 526899 is 0.46.

The process color (four color CMYK) of #526899 color hex is 0.46, 0.32, 0.00, 0.40. Web safe color of #526899 is #666699. Color #526899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 10011001
Octal 122 150 231
Decimal 82 104 153
Hex 52 68 99

RGB Percentages of Color #526899

%24.19
%30.68
%45.13

CMYK Percentages of Color #526899

%46
%32
%0
%40

Triadic Colors of #526899

#526899 #995268 #689952

Analogous Colors of #526899

#526899 #605299 #528c99

Monochromatic Colors of #526899

#526899

Complementary Color

#526899 #998352

#526899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526899 Color CSS Codes

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

#526899 Text Font Color

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

This sample text font color is #526899
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.


#526899 Background Color

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

This div background color is #526899


#526899 Border Color

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

This div border color is #526899


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,104,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #526899; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #526899;
  -webkit-box-shadow: 1px 1px 3px 2px #526899;
  box-shadow:         1px 1px 3px 2px #526899; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526899


Comments

No comments written yet.

Please login to write comment.