Color Hex Logo

#5367ab Color Hex

#5367AB
(83,103,171)
0 Favorites   0 Comments

Color spaces of #5367ab

RGB 83103171
HSL0.630.350.50
HSV226°51°67°
CMYK 0.510.400.00   0.33
XYZ15.768214.479840.4919
Yxy14.47980.22290.2047
Hunter Lab38.05237.3756-36.4545
CIE-Lab44.913312.1801-38.8015

#5367ab color RGB value is (83,103,171).

#5367ab hex color red value is 83, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5367ab hue: 0.63 , saturation: 0.35 and the lightness value of 5367ab is 0.50.

The process color (four color CMYK) of #5367ab color hex is 0.51, 0.40, 0.00, 0.33. Web safe color of #5367ab is #666699. Color #5367ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 10101011
Octal 123 147 253
Decimal 83 103 171
Hex 53 67 AB

RGB Percentages of Color #5367ab

%23.25
%28.85
%47.90

CMYK Percentages of Color #5367ab

%51
%40
%0
%33

Triadic Colors of #5367ab

#5367ab #ab5367 #67ab53

Analogous Colors of #5367ab

#5367ab #6b53ab #5393ab

Monochromatic Colors of #5367ab

#5367ab

Complementary Color

#5367ab #ab9753

#5367ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5367ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5367ab Color CSS Codes

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

#5367ab Text Font Color

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

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


#5367ab Background Color

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

This div background color is #5367ab


#5367ab Border Color

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

This div border color is #5367ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,103,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5367ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5367ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5367ab;
  box-shadow:         1px 1px 3px 2px #5367ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5367ab


Comments

No comments written yet.

Please login to write comment.