Color Hex Logo

#526289 Color Hex

#526289
(82,98,137)
0 Favorites   0 Comments

Color spaces of #526289

RGB 8298137
HSL0.620.250.43
HSV223°40°54°
CMYK 0.400.280.00   0.46
XYZ12.362712.335325.3963
Yxy12.33530.24680.2462
Hunter Lab35.12161.3685-18.2872
CIE-Lab41.74414.4377-23.5531

#526289 color RGB value is (82,98,137).

#526289 hex color red value is 82, green value is 98 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #526289 hue: 0.62 , saturation: 0.25 and the lightness value of 526289 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100010 10001001
Octal 122 142 211
Decimal 82 98 137
Hex 52 62 89

RGB Percentages of Color #526289

%25.87
%30.91
%43.22

CMYK Percentages of Color #526289

%40
%28
%0
%46

Triadic Colors of #526289

#526289 #895262 #628952

Analogous Colors of #526289

#526289 #5e5289 #527e89

Monochromatic Colors of #526289

#526289

Complementary Color

#526289 #897952

#526289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526289 Color CSS Codes

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

#526289 Text Font Color

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

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


#526289 Background Color

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

This div background color is #526289


#526289 Border Color

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

This div border color is #526289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526289


Comments

No comments written yet.

Please login to write comment.