Color Hex Logo

#5969db Color Hex

#5969DB
(89,105,219)
0 Favorites   0 Comments

Color spaces of #5969db

RGB 89105219
HSL0.650.640.60
HSV233°59°86°
CMYK 0.590.520.00   0.14
XYZ21.957617.341569.2078
Yxy17.34150.20240.1598
Hunter Lab41.643121.2441-69.3854
CIE-Lab48.687527.9724-60.4302

#5969db color RGB value is (89,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101001 11011011
Octal 131 151 333
Decimal 89 105 219
Hex 59 69 DB

RGB Percentages of Color #5969db

%21.55
%25.42
%53.03

CMYK Percentages of Color #5969db

%59
%52
%0
%14

Triadic Colors of #5969db

#5969db #db5969 #69db59

Analogous Colors of #5969db

#5969db #8a59db #59aadb

Monochromatic Colors of #5969db

#5969db

Complementary Color

#5969db #dbcb59

#5969db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5969db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5969db Color CSS Codes

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

#5969db Text Font Color

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

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


#5969db Background Color

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

This div background color is #5969db


#5969db Border Color

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

This div border color is #5969db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5969db


Comments

No comments written yet.

Please login to write comment.