Color Hex Logo

#525bac Color Hex

#525BAC
(82,91,172)
0 Favorites   0 Comments

Color spaces of #525bac

RGB 8291172
HSL0.650.350.50
HSV234°52°67°
CMYK 0.520.470.00   0.33
XYZ14.667212.254640.6220
Yxy12.25460.21720.1814
Hunter Lab35.006613.5272-44.2962
CIE-Lab41.617919.8350-44.6370

#525bac color RGB value is (82,91,172).

#525bac hex color red value is 82, green value is 91 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #525bac hue: 0.65 , saturation: 0.35 and the lightness value of 525bac is 0.50.

The process color (four color CMYK) of #525bac color hex is 0.52, 0.47, 0.00, 0.33. Web safe color of #525bac is #666699. Color #525bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011011 10101100
Octal 122 133 254
Decimal 82 91 172
Hex 52 5B AC

RGB Percentages of Color #525bac

%23.77
%26.38
%49.86

CMYK Percentages of Color #525bac

%52
%47
%0
%33

Triadic Colors of #525bac

#525bac #ac525b #5bac52

Analogous Colors of #525bac

#525bac #7652ac #5288ac

Monochromatic Colors of #525bac

#525bac

Complementary Color

#525bac #aca352

#525bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#525bac Color CSS Codes

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

#525bac Text Font Color

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

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


#525bac Background Color

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

This div background color is #525bac


#525bac Border Color

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

This div border color is #525bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525bac


Comments

No comments written yet.

Please login to write comment.