Color Hex Logo

#5183cc Color Hex

#5183CC
(81,131,204)
0 Favorites   0 Comments

Color spaces of #5183cc

RGB 81131204
HSL0.600.550.56
HSV216°60°80°
CMYK 0.600.360.00   0.20
XYZ22.408722.341660.2580
Yxy22.34160.21340.2128
Hunter Lab47.26691.9077-42.4988
CIE-Lab54.38765.4897-42.8453

#5183cc color RGB value is (81,131,204).

#5183cc hex color red value is 81, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5183cc hue: 0.60 , saturation: 0.55 and the lightness value of 5183cc is 0.56.

The process color (four color CMYK) of #5183cc color hex is 0.60, 0.36, 0.00, 0.20. Web safe color of #5183cc is #6699cc. Color #5183cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000011 11001100
Octal 121 203 314
Decimal 81 131 204
Hex 51 83 CC

RGB Percentages of Color #5183cc

%19.47
%31.49
%49.04

CMYK Percentages of Color #5183cc

%60
%36
%0
%20

Triadic Colors of #5183cc

#5183cc #cc5183 #83cc51

Analogous Colors of #5183cc

#5183cc #5c51cc #51c1cc

Monochromatic Colors of #5183cc

#5183cc

Complementary Color

#5183cc #cc9a51

#5183cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5183cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5183cc Color CSS Codes

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

#5183cc Text Font Color

<p style="color:#5183cc">Text here</p>

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


#5183cc Background Color

<div style="background-color:#5183cc">
Div content here</div>

This div background color is #5183cc


#5183cc Border Color

<div style="border:3px solid #5183cc">
Div here</div>

This div border color is #5183cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,131,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5183cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5183cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5183cc;
  box-shadow:         1px 1px 3px 2px #5183cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,131,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5183cc


Comments

No comments written yet.

Please login to write comment.