Color Hex Logo

#5692ad Color Hex

#5692AD
(86,146,173)
0 Favorites   0 Comments

Color spaces of #5692ad

RGB 86146173
HSL0.550.350.51
HSV199°50°68°
CMYK 0.500.160.00   0.32
XYZ21.659525.553343.3259
Yxy25.55330.23920.2822
Hunter Lab50.5503-11.9803-15.4314
CIE-Lab57.6106-11.8840-20.1896

#5692ad color RGB value is (86,146,173).

#5692ad hex color red value is 86, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5692ad hue: 0.55 , saturation: 0.35 and the lightness value of 5692ad is 0.51.

The process color (four color CMYK) of #5692ad color hex is 0.50, 0.16, 0.00, 0.32. Web safe color of #5692ad is #669999. Color #5692ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10010010 10101101
Octal 126 222 255
Decimal 86 146 173
Hex 56 92 AD

RGB Percentages of Color #5692ad

%21.23
%36.05
%42.72

CMYK Percentages of Color #5692ad

%50
%16
%0
%32

Triadic Colors of #5692ad

#5692ad #ad5692 #92ad56

Analogous Colors of #5692ad

#5692ad #5667ad #56ad9d

Monochromatic Colors of #5692ad

#5692ad

Complementary Color

#5692ad #ad7156

#5692ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5692ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5692ad Color CSS Codes

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

#5692ad Text Font Color

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

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


#5692ad Background Color

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

This div background color is #5692ad


#5692ad Border Color

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

This div border color is #5692ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,146,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5692ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5692ad;
  -webkit-box-shadow: 1px 1px 3px 2px #5692ad;
  box-shadow:         1px 1px 3px 2px #5692ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,146,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5692ad


Comments

No comments written yet.

Please login to write comment.