Color Hex Logo

#5965c5 Color Hex

#5965C5
(89,101,197)
0 Favorites   0 Comments

Color spaces of #5965c5

RGB 89101197
HSL0.650.480.56
HSV233°55°77°
CMYK 0.550.490.00   0.23
XYZ18.851515.462454.8143
Yxy15.46240.21150.1735
Hunter Lab39.322316.7608-55.1233
CIE-Lab46.261123.2230-51.7549

#5965c5 color RGB value is (89,101,197).

#5965c5 hex color red value is 89, green value is 101 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #5965c5 hue: 0.65 , saturation: 0.48 and the lightness value of 5965c5 is 0.56.

The process color (four color CMYK) of #5965c5 color hex is 0.55, 0.49, 0.00, 0.23. Web safe color of #5965c5 is #6666cc. Color #5965c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100101 11000101
Octal 131 145 305
Decimal 89 101 197
Hex 59 65 C5

RGB Percentages of Color #5965c5

%23.00
%26.10
%50.90

CMYK Percentages of Color #5965c5

%55
%49
%0
%23

Triadic Colors of #5965c5

#5965c5 #c55965 #65c559

Analogous Colors of #5965c5

#5965c5 #8359c5 #599bc5

Monochromatic Colors of #5965c5

#5965c5

Complementary Color

#5965c5 #c5b959

#5965c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5965c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5965c5 Color CSS Codes

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

#5965c5 Text Font Color

<p style="color:#5965c5">Text here</p>

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


#5965c5 Background Color

<div style="background-color:#5965c5">
Div content here</div>

This div background color is #5965c5


#5965c5 Border Color

<div style="border:3px solid #5965c5">
Div here</div>

This div border color is #5965c5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,101,197, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5965c5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5965c5;
  -webkit-box-shadow: 1px 1px 3px 2px #5965c5;
  box-shadow:         1px 1px 3px 2px #5965c5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,101,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5965c5


Comments

No comments written yet.

Please login to write comment.