Color Hex Logo

#525b90 Color Hex

#525B90
(82,91,144)
0 Favorites   0 Comments

Color spaces of #525b90

RGB 8291144
HSL0.640.270.44
HSV231°43°56°
CMYK 0.430.370.00   0.44
XYZ12.254811.289627.9188
Yxy11.28960.23810.2194
Hunter Lab33.60006.3036-25.7450
CIE-Lab40.064010.9405-30.3979

#525b90 color RGB value is (82,91,144).

#525b90 hex color red value is 82, green value is 91 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #525b90 hue: 0.64 , saturation: 0.27 and the lightness value of 525b90 is 0.44.

The process color (four color CMYK) of #525b90 color hex is 0.43, 0.37, 0.00, 0.44. Web safe color of #525b90 is #666699. Color #525b90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011011 10010000
Octal 122 133 220
Decimal 82 91 144
Hex 52 5B 90

RGB Percentages of Color #525b90

%25.87
%28.71
%45.43

CMYK Percentages of Color #525b90

%43
%37
%0
%44

Triadic Colors of #525b90

#525b90 #90525b #5b9052

Analogous Colors of #525b90

#525b90 #685290 #527a90

Monochromatic Colors of #525b90

#525b90

Complementary Color

#525b90 #908752

#525b90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525b90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525b90 Color CSS Codes

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

#525b90 Text Font Color

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

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


#525b90 Background Color

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

This div background color is #525b90


#525b90 Border Color

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

This div border color is #525b90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,91,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525b90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525b90;
  -webkit-box-shadow: 1px 1px 3px 2px #525b90;
  box-shadow:         1px 1px 3px 2px #525b90; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525b90


Comments

No comments written yet.

Please login to write comment.