Color Hex Logo

#5499cd Color Hex

#5499CD
(84,153,205)
0 Favorites   0 Comments

Color spaces of #5499cd

RGB 84153205
HSL0.570.550.57
HSV206°59°80°
CMYK 0.590.250.00   0.20
XYZ26.066829.075161.9958
Yxy29.07510.22250.2482
Hunter Lab53.9213-8.0714-30.4235
CIE-Lab60.8479-6.3881-33.2704

#5499cd color RGB value is (84,153,205).

#5499cd hex color red value is 84, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5499cd hue: 0.57 , saturation: 0.55 and the lightness value of 5499cd is 0.57.

The process color (four color CMYK) of #5499cd color hex is 0.59, 0.25, 0.00, 0.20. Web safe color of #5499cd is #6699cc. Color #5499cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011001 11001101
Octal 124 231 315
Decimal 84 153 205
Hex 54 99 CD

RGB Percentages of Color #5499cd

%19.00
%34.62
%46.38

CMYK Percentages of Color #5499cd

%59
%25
%0
%20

Triadic Colors of #5499cd

#5499cd #cd5499 #99cd54

Analogous Colors of #5499cd

#5499cd #545dcd #54cdc5

Monochromatic Colors of #5499cd

#5499cd

Complementary Color

#5499cd #cd8854

#5499cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5499cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5499cd Color CSS Codes

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

#5499cd Text Font Color

<p style="color:#5499cd">Text here</p>

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


#5499cd Background Color

<div style="background-color:#5499cd">
Div content here</div>

This div background color is #5499cd


#5499cd Border Color

<div style="border:3px solid #5499cd">
Div here</div>

This div border color is #5499cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,153,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5499cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5499cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5499cd;
  box-shadow:         1px 1px 3px 2px #5499cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,153,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5499cd


Comments

No comments written yet.

Please login to write comment.