Color Hex Logo

#5969ba Color Hex

#5969BA
(89,105,186)
0 Favorites   0 Comments

Color spaces of #5969ba

RGB 89105186
HSL0.640.410.54
HSV230°52°73°
CMYK 0.520.440.00   0.27
XYZ18.034315.772248.5482
Yxy15.77220.21900.1915
Hunter Lab39.714211.5573-44.6784
CIE-Lab46.674217.1667-44.7332

#5969ba color RGB value is (89,105,186).

#5969ba hex color red value is 89, green value is 105 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5969ba hue: 0.64 , saturation: 0.41 and the lightness value of 5969ba is 0.54.

The process color (four color CMYK) of #5969ba color hex is 0.52, 0.44, 0.00, 0.27. Web safe color of #5969ba is #6666cc. Color #5969ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101001 10111010
Octal 131 151 272
Decimal 89 105 186
Hex 59 69 BA

RGB Percentages of Color #5969ba

%23.42
%27.63
%48.95

CMYK Percentages of Color #5969ba

%52
%44
%0
%27

Triadic Colors of #5969ba

#5969ba #ba5969 #69ba59

Analogous Colors of #5969ba

#5969ba #7a59ba #599aba

Monochromatic Colors of #5969ba

#5969ba

Complementary Color

#5969ba #baaa59

#5969ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5969ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5969ba Color CSS Codes

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

#5969ba Text Font Color

<p style="color:#5969ba">Text here</p>

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


#5969ba Background Color

<div style="background-color:#5969ba">
Div content here</div>

This div background color is #5969ba


#5969ba Border Color

<div style="border:3px solid #5969ba">
Div here</div>

This div border color is #5969ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,105,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5969ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5969ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5969ba;
  box-shadow:         1px 1px 3px 2px #5969ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5969ba


Comments

No comments written yet.

Please login to write comment.