Color Hex Logo

#5395c1 Color Hex

#5395C1
(83,149,193)
0 Favorites   0 Comments

Color spaces of #5395c1

RGB 83149193
HSL0.570.470.54
HSV204°57°76°
CMYK 0.570.230.00   0.24
XYZ23.940427.184154.4374
Yxy27.18410.22680.2575
Hunter Lab52.1384-9.2802-25.4075
CIE-Lab59.1443-8.1304-29.1769

#5395c1 color RGB value is (83,149,193).

#5395c1 hex color red value is 83, green value is 149 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #5395c1 hue: 0.57 , saturation: 0.47 and the lightness value of 5395c1 is 0.54.

The process color (four color CMYK) of #5395c1 color hex is 0.57, 0.23, 0.00, 0.24. Web safe color of #5395c1 is #6699cc. Color #5395c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010101 11000001
Octal 123 225 301
Decimal 83 149 193
Hex 53 95 C1

RGB Percentages of Color #5395c1

%19.53
%35.06
%45.41

CMYK Percentages of Color #5395c1

%57
%23
%0
%24

Triadic Colors of #5395c1

#5395c1 #c15395 #95c153

Analogous Colors of #5395c1

#5395c1 #535ec1 #53c1b6

Monochromatic Colors of #5395c1

#5395c1

Complementary Color

#5395c1 #c17f53

#5395c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5395c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5395c1 Color CSS Codes

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

#5395c1 Text Font Color

<p style="color:#5395c1">Text here</p>

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


#5395c1 Background Color

<div style="background-color:#5395c1">
Div content here</div>

This div background color is #5395c1


#5395c1 Border Color

<div style="border:3px solid #5395c1">
Div here</div>

This div border color is #5395c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,149,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5395c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5395c1;
  -webkit-box-shadow: 1px 1px 3px 2px #5395c1;
  box-shadow:         1px 1px 3px 2px #5395c1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5395c1


Comments

No comments written yet.

Please login to write comment.