Color Hex Logo

#5969be Color Hex

#5969BE
(89,105,190)
0 Favorites   0 Comments

Color spaces of #5969be

RGB 89105190
HSL0.640.440.55
HSV230°53°75°
CMYK 0.530.450.00   0.25
XYZ18.465715.944750.8196
Yxy15.94470.21670.1871
Hunter Lab39.930812.6670-47.5063
CIE-Lab46.901918.4584-46.6873

#5969be color RGB value is (89,105,190).

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

The process color (four color CMYK) of #5969be color hex is 0.53, 0.45, 0.00, 0.25. Web safe color of #5969be is #6666cc. Color #5969be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101001 10111110
Octal 131 151 276
Decimal 89 105 190
Hex 59 69 BE

RGB Percentages of Color #5969be

%23.18
%27.34
%49.48

CMYK Percentages of Color #5969be

%53
%45
%0
%25

Triadic Colors of #5969be

#5969be #be5969 #69be59

Analogous Colors of #5969be

#5969be #7c59be #599cbe

Monochromatic Colors of #5969be

#5969be

Complementary Color

#5969be #beae59

#5969be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5969be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5969be Color CSS Codes

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

#5969be Text Font Color

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

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


#5969be Background Color

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

This div background color is #5969be


#5969be Border Color

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

This div border color is #5969be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5969be


Comments

No comments written yet.

Please login to write comment.