Color Hex Logo

#526089 Color Hex

#526089
(82,96,137)
0 Favorites   0 Comments

Color spaces of #526089

RGB 8296137
HSL0.620.250.43
HSV225°40°54°
CMYK 0.400.300.00   0.46
XYZ12.177911.965725.3347
Yxy11.96570.24610.2418
Hunter Lab34.59152.3057-19.2098
CIE-Lab41.16165.6802-24.4579

#526089 color RGB value is (82,96,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 10001001
Octal 122 140 211
Decimal 82 96 137
Hex 52 60 89

RGB Percentages of Color #526089

%26.03
%30.48
%43.49

CMYK Percentages of Color #526089

%40
%30
%0
%46

Triadic Colors of #526089

#526089 #895260 #608952

Analogous Colors of #526089

#526089 #605289 #527c89

Monochromatic Colors of #526089

#526089

Complementary Color

#526089 #897b52

#526089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526089 Color CSS Codes

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

#526089 Text Font Color

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

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


#526089 Background Color

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

This div background color is #526089


#526089 Border Color

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

This div border color is #526089


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,96,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 #526089">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526089


Comments

No comments written yet.

Please login to write comment.