Color Hex Logo

#5499ba Color Hex

#5499BA
(84,153,186)
0 Favorites   0 Comments

Color spaces of #5499ba

RGB 84153186
HSL0.550.430.53
HSV199°55°73°
CMYK 0.550.180.00   0.27
XYZ23.910328.212550.6397
Yxy28.21250.23270.2745
Hunter Lab53.1154-12.5990-19.3457
CIE-Lab60.0802-12.2968-23.7827

#5499ba color RGB value is (84,153,186).

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

The process color (four color CMYK) of #5499ba color hex is 0.55, 0.18, 0.00, 0.27. Web safe color of #5499ba is #6699cc. Color #5499ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011001 10111010
Octal 124 231 272
Decimal 84 153 186
Hex 54 99 BA

RGB Percentages of Color #5499ba

%19.86
%36.17
%43.97

CMYK Percentages of Color #5499ba

%55
%18
%0
%27

Triadic Colors of #5499ba

#5499ba #ba5499 #99ba54

Analogous Colors of #5499ba

#5499ba #5466ba #54baa8

Monochromatic Colors of #5499ba

#5499ba

Complementary Color

#5499ba #ba7554

#5499ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5499ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5499ba Color CSS Codes

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

#5499ba Text Font Color

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

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


#5499ba Background Color

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

This div background color is #5499ba


#5499ba Border Color

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

This div border color is #5499ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,153,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 #5499ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5499ba


Comments

No comments written yet.

Please login to write comment.