Color Hex Logo

#549bbe Color Hex

#549BBE
(84,155,190)
0 Favorites   0 Comments

Color spaces of #549bbe

RGB 84155190
HSL0.560.450.54
HSV200°56°75°
CMYK 0.560.180.00   0.25
XYZ24.671829.045253.0211
Yxy29.04520.23110.2721
Hunter Lab53.8936-12.5988-20.6046
CIE-Lab60.8215-12.1760-24.8965

#549bbe color RGB value is (84,155,190).

#549bbe hex color red value is 84, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #549bbe hue: 0.56 , saturation: 0.45 and the lightness value of 549bbe is 0.54.

The process color (four color CMYK) of #549bbe color hex is 0.56, 0.18, 0.00, 0.25. Web safe color of #549bbe is #6699cc. Color #549bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10011011 10111110
Octal 124 233 276
Decimal 84 155 190
Hex 54 9B BE

RGB Percentages of Color #549bbe

%19.58
%36.13
%44.29

CMYK Percentages of Color #549bbe

%56
%18
%0
%25

Triadic Colors of #549bbe

#549bbe #be549b #9bbe54

Analogous Colors of #549bbe

#549bbe #5466be #54beac

Monochromatic Colors of #549bbe

#549bbe

Complementary Color

#549bbe #be7754

#549bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#549bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#549bbe Color CSS Codes

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

#549bbe Text Font Color

<p style="color:#549bbe">Text here</p>

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


#549bbe Background Color

<div style="background-color:#549bbe">
Div content here</div>

This div background color is #549bbe


#549bbe Border Color

<div style="border:3px solid #549bbe">
Div here</div>

This div border color is #549bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,155,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #549bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #549bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #549bbe;
  box-shadow:         1px 1px 3px 2px #549bbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #549bbe


Comments

No comments written yet.

Please login to write comment.