Color Hex Logo

#5b82dd Color Hex

#5B82DD
(91,130,221)
0 Favorites   0 Comments

Color spaces of #5b82dd

RGB 91130221
HSL0.620.660.61
HSV222°59°87°
CMYK 0.590.410.00   0.13
XYZ25.348223.409971.5892
Yxy23.40990.21060.1945
Hunter Lab48.38388.8443-53.8575
CIE-Lab55.492113.6842-50.6483

#5b82dd color RGB value is (91,130,221).

#5b82dd hex color red value is 91, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5b82dd hue: 0.62 , saturation: 0.66 and the lightness value of 5b82dd is 0.61.

The process color (four color CMYK) of #5b82dd color hex is 0.59, 0.41, 0.00, 0.13. Web safe color of #5b82dd is #6699cc. Color #5b82dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10000010 11011101
Octal 133 202 335
Decimal 91 130 221
Hex 5B 82 DD

RGB Percentages of Color #5b82dd

%20.59
%29.41
%50.00

CMYK Percentages of Color #5b82dd

%59
%41
%0
%13

Triadic Colors of #5b82dd

#5b82dd #dd5b82 #82dd5b

Analogous Colors of #5b82dd

#5b82dd #755bdd #5bc3dd

Monochromatic Colors of #5b82dd

#5b82dd

Complementary Color

#5b82dd #ddb65b

#5b82dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b82dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b82dd Color CSS Codes

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

#5b82dd Text Font Color

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

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


#5b82dd Background Color

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

This div background color is #5b82dd


#5b82dd Border Color

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

This div border color is #5b82dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,130,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b82dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b82dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5b82dd;
  box-shadow:         1px 1px 3px 2px #5b82dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,130,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b82dd


Comments

No comments written yet.

Please login to write comment.