Color Hex Logo

#5d7bba Color Hex

#5D7BBA
(93,123,186)
0 Favorites   0 Comments

Color spaces of #5d7bba

RGB 93123186
HSL0.610.400.55
HSV221°50°73°
CMYK 0.500.340.00   0.27
XYZ20.460120.038249.2438
Yxy20.03820.22800.2233
Hunter Lab44.76403.2491-33.8886
CIE-Lab51.88047.0706-36.4833

#5d7bba color RGB value is (93,123,186).

#5d7bba hex color red value is 93, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5d7bba hue: 0.61 , saturation: 0.40 and the lightness value of 5d7bba is 0.55.

The process color (four color CMYK) of #5d7bba color hex is 0.50, 0.34, 0.00, 0.27. Web safe color of #5d7bba is #6666cc. Color #5d7bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01111011 10111010
Octal 135 173 272
Decimal 93 123 186
Hex 5D 7B BA

RGB Percentages of Color #5d7bba

%23.13
%30.60
%46.27

CMYK Percentages of Color #5d7bba

%50
%34
%0
%27

Triadic Colors of #5d7bba

#5d7bba #ba5d7b #7bba5d

Analogous Colors of #5d7bba

#5d7bba #6e5dba #5daaba

Monochromatic Colors of #5d7bba

#5d7bba

Complementary Color

#5d7bba #ba9c5d

#5d7bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d7bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d7bba Color CSS Codes

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

#5d7bba Text Font Color

<p style="color:#5d7bba">Text here</p>

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


#5d7bba Background Color

<div style="background-color:#5d7bba">
Div content here</div>

This div background color is #5d7bba


#5d7bba Border Color

<div style="border:3px solid #5d7bba">
Div here</div>

This div border color is #5d7bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,123,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d7bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d7bba;
  -webkit-box-shadow: 1px 1px 3px 2px #5d7bba;
  box-shadow:         1px 1px 3px 2px #5d7bba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,123,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 #5d7bba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d7bba


Comments

No comments written yet.

Please login to write comment.