Color Hex Logo

#526880 Color Hex

#526880
(82,104,128)
0 Favorites   0 Comments

Color spaces of #526880

RGB 82104128
HSL0.590.220.41
HSV211°36°50°
CMYK 0.360.190.00   0.50
XYZ12.326313.253022.3305
Yxy13.25300.25730.2766
Hunter Lab36.4047-3.2696-10.8850
CIE-Lab43.1420-1.8364-15.9751

#526880 color RGB value is (82,104,128).

#526880 hex color red value is 82, green value is 104 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #526880 hue: 0.59 , saturation: 0.22 and the lightness value of 526880 is 0.41.

The process color (four color CMYK) of #526880 color hex is 0.36, 0.19, 0.00, 0.50. Web safe color of #526880 is #666699. Color #526880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 10000000
Octal 122 150 200
Decimal 82 104 128
Hex 52 68 80

RGB Percentages of Color #526880

%26.11
%33.12
%40.76

CMYK Percentages of Color #526880

%36
%19
%0
%50

Triadic Colors of #526880

#526880 #805268 #688052

Analogous Colors of #526880

#526880 #535280 #527f80

Monochromatic Colors of #526880

#526880

Complementary Color

#526880 #806a52

#526880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526880 Color CSS Codes

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

#526880 Text Font Color

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

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


#526880 Background Color

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

This div background color is #526880


#526880 Border Color

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

This div border color is #526880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526880


Comments

No comments written yet.

Please login to write comment.