Color Hex Logo

#5361c0 Color Hex

#5361C0
(83,97,192)
0 Favorites   0 Comments

Color spaces of #5361c0

RGB 8397192
HSL0.650.460.54
HSV232°57°75°
CMYK 0.570.490.00   0.25
XYZ17.356414.194251.6941
Yxy14.19420.20850.1705
Hunter Lab37.675216.3007-54.9791
CIE-Lab44.510222.8484-51.6957

#5361c0 color RGB value is (83,97,192).

#5361c0 hex color red value is 83, green value is 97 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #5361c0 hue: 0.65 , saturation: 0.46 and the lightness value of 5361c0 is 0.54.

The process color (four color CMYK) of #5361c0 color hex is 0.57, 0.49, 0.00, 0.25. Web safe color of #5361c0 is #6666cc. Color #5361c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100001 11000000
Octal 123 141 300
Decimal 83 97 192
Hex 53 61 C0

RGB Percentages of Color #5361c0

%22.31
%26.08
%51.61

CMYK Percentages of Color #5361c0

%57
%49
%0
%25

Triadic Colors of #5361c0

#5361c0 #c05361 #61c053

Analogous Colors of #5361c0

#5361c0 #7c53c0 #5398c0

Monochromatic Colors of #5361c0

#5361c0

Complementary Color

#5361c0 #c0b253

#5361c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5361c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5361c0 Color CSS Codes

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

#5361c0 Text Font Color

<p style="color:#5361c0">Text here</p>

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


#5361c0 Background Color

<div style="background-color:#5361c0">
Div content here</div>

This div background color is #5361c0


#5361c0 Border Color

<div style="border:3px solid #5361c0">
Div here</div>

This div border color is #5361c0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,97,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5361c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5361c0;
  -webkit-box-shadow: 1px 1px 3px 2px #5361c0;
  box-shadow:         1px 1px 3px 2px #5361c0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5361c0


Comments

No comments written yet.

Please login to write comment.