Color Hex Logo

#5391af Color Hex

#5391AF
(83,145,175)
0 Favorites   0 Comments

Color spaces of #5391af

RGB 83145175
HSL0.550.370.51
HSV200°53°69°
CMYK 0.530.170.00   0.31
XYZ21.430525.184944.2891
Yxy25.18490.23570.2770
Hunter Lab50.1846-11.5975-17.1957
CIE-Lab57.2551-11.4320-21.8846

#5391af color RGB value is (83,145,175).

#5391af hex color red value is 83, green value is 145 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5391af hue: 0.55 , saturation: 0.37 and the lightness value of 5391af is 0.51.

The process color (four color CMYK) of #5391af color hex is 0.53, 0.17, 0.00, 0.31. Web safe color of #5391af is #669999. Color #5391af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010001 10101111
Octal 123 221 257
Decimal 83 145 175
Hex 53 91 AF

RGB Percentages of Color #5391af

%20.60
%35.98
%43.42

CMYK Percentages of Color #5391af

%53
%17
%0
%31

Triadic Colors of #5391af

#5391af #af5391 #91af53

Analogous Colors of #5391af

#5391af #5363af #53af9f

Monochromatic Colors of #5391af

#5391af

Complementary Color

#5391af #af7153

#5391af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5391af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5391af Color CSS Codes

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

#5391af Text Font Color

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

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


#5391af Background Color

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

This div background color is #5391af


#5391af Border Color

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

This div border color is #5391af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,145,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5391af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5391af;
  -webkit-box-shadow: 1px 1px 3px 2px #5391af;
  box-shadow:         1px 1px 3px 2px #5391af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,145,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5391af


Comments

No comments written yet.

Please login to write comment.