Color Hex Logo

#5965cd Color Hex

#5965CD
(89,101,205)
0 Favorites   0 Comments

Color spaces of #5965cd

RGB 89101205
HSL0.650.540.58
HSV234°57°80°
CMYK 0.570.510.00   0.20
XYZ19.792915.839059.7716
Yxy15.83900.20750.1660
Hunter Lab39.798219.1267-61.1868
CIE-Lab46.762525.8368-55.5489

#5965cd color RGB value is (89,101,205).

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

The process color (four color CMYK) of #5965cd color hex is 0.57, 0.51, 0.00, 0.20. Web safe color of #5965cd is #6666cc. Color #5965cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100101 11001101
Octal 131 145 315
Decimal 89 101 205
Hex 59 65 CD

RGB Percentages of Color #5965cd

%22.53
%25.57
%51.90

CMYK Percentages of Color #5965cd

%57
%51
%0
%20

Triadic Colors of #5965cd

#5965cd #cd5965 #65cd59

Analogous Colors of #5965cd

#5965cd #8759cd #599fcd

Monochromatic Colors of #5965cd

#5965cd

Complementary Color

#5965cd #cdc159

#5965cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5965cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5965cd Color CSS Codes

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

#5965cd Text Font Color

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

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


#5965cd Background Color

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

This div background color is #5965cd


#5965cd Border Color

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

This div border color is #5965cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5965cd


Comments

No comments written yet.

Please login to write comment.