Color Hex Logo

#5b5ddc Color Hex

#5B5DDC
(91,93,220)
0 Favorites   0 Comments

Color spaces of #5b5ddc

RGB 9193220
HSL0.660.650.61
HSV239°59°86°
CMYK 0.590.580.00   0.14
XYZ21.147015.220269.5334
Yxy15.22020.19970.1437
Hunter Lab39.013128.4829-78.3640
CIE-Lab45.934336.0167-65.4463

#5b5ddc color RGB value is (91,93,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 01011101 11011100
Octal 133 135 334
Decimal 91 93 220
Hex 5B 5D DC

RGB Percentages of Color #5b5ddc

%22.52
%23.02
%54.46

CMYK Percentages of Color #5b5ddc

%59
%58
%0
%14

Triadic Colors of #5b5ddc

#5b5ddc #dc5b5d #5ddc5b

Analogous Colors of #5b5ddc

#5b5ddc #9a5bdc #5b9edc

Monochromatic Colors of #5b5ddc

#5b5ddc

Complementary Color

#5b5ddc #dcda5b

#5b5ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b5ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b5ddc Color CSS Codes

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

#5b5ddc Text Font Color

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

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


#5b5ddc Background Color

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

This div background color is #5b5ddc


#5b5ddc Border Color

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

This div border color is #5b5ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b5ddc


Comments

No comments written yet.

Please login to write comment.