Color Hex Logo

#5965bc Color Hex

#5965BC
(89,101,188)
0 Favorites   0 Comments

Color spaces of #5965bc

RGB 89101188
HSL0.650.420.54
HSV233°53°74°
CMYK 0.530.460.00   0.26
XYZ17.850615.062049.5434
Yxy15.06200.21650.1827
Hunter Lab38.809814.1841-48.5210
CIE-Lab45.719020.3051-47.4171

#5965bc color RGB value is (89,101,188).

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

The process color (four color CMYK) of #5965bc color hex is 0.53, 0.46, 0.00, 0.26. Web safe color of #5965bc is #6666cc. Color #5965bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100101 10111100
Octal 131 145 274
Decimal 89 101 188
Hex 59 65 BC

RGB Percentages of Color #5965bc

%23.54
%26.72
%49.74

CMYK Percentages of Color #5965bc

%53
%46
%0
%26

Triadic Colors of #5965bc

#5965bc #bc5965 #65bc59

Analogous Colors of #5965bc

#5965bc #7f59bc #5997bc

Monochromatic Colors of #5965bc

#5965bc

Complementary Color

#5965bc #bcb059

#5965bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5965bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5965bc Color CSS Codes

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

#5965bc Text Font Color

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

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


#5965bc Background Color

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

This div background color is #5965bc


#5965bc Border Color

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

This div border color is #5965bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5965bc


Comments

No comments written yet.

Please login to write comment.