Color Hex Logo

#5365af Color Hex

#5365AF
(83,101,175)
0 Favorites   0 Comments

Color spaces of #5365af

RGB 83101175
HSL0.630.370.51
HSV228°53°69°
CMYK 0.530.420.00   0.31
XYZ15.958814.241542.4652
Yxy14.24150.21960.1960
Hunter Lab37.73799.4436-40.3005
CIE-Lab44.577314.7310-41.6802

#5365af color RGB value is (83,101,175).

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

The process color (four color CMYK) of #5365af color hex is 0.53, 0.42, 0.00, 0.31. Web safe color of #5365af is #666699. Color #5365af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100101 10101111
Octal 123 145 257
Decimal 83 101 175
Hex 53 65 AF

RGB Percentages of Color #5365af

%23.12
%28.13
%48.75

CMYK Percentages of Color #5365af

%53
%42
%0
%31

Triadic Colors of #5365af

#5365af #af5365 #65af53

Analogous Colors of #5365af

#5365af #6f53af #5393af

Monochromatic Colors of #5365af

#5365af

Complementary Color

#5365af #af9d53

#5365af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5365af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5365af Color CSS Codes

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

#5365af Text Font Color

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

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


#5365af Background Color

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

This div background color is #5365af


#5365af Border Color

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

This div border color is #5365af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,101,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 #5365af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5365af


Comments

No comments written yet.

Please login to write comment.