Color Hex Logo

#554dba Color Hex

#554DBA
(85,77,186)
0 Favorites   0 Comments

Color spaces of #554dba

RGB 8577186
HSL0.680.440.52
HSV244°59°73°
CMYK 0.540.590.00   0.27
XYZ15.263110.784247.7315
Yxy10.78420.20690.1462
Hunter Lab32.839325.4947-63.1897
CIE-Lab39.214633.7781-56.7329

#554dba color RGB value is (85,77,186).

#554dba hex color red value is 85, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #554dba hue: 0.68 , saturation: 0.44 and the lightness value of 554dba is 0.52.

The process color (four color CMYK) of #554dba color hex is 0.54, 0.59, 0.00, 0.27. Web safe color of #554dba is #6666cc. Color #554dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 10111010
Octal 125 115 272
Decimal 85 77 186
Hex 55 4D BA

RGB Percentages of Color #554dba

%24.43
%22.13
%53.45

CMYK Percentages of Color #554dba

%54
%59
%0
%27

Triadic Colors of #554dba

#554dba #ba554d #4dba55

Analogous Colors of #554dba

#554dba #8c4dba #4d7cba

Monochromatic Colors of #554dba

#554dba

Complementary Color

#554dba #b2ba4d

#554dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#554dba Color CSS Codes

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

#554dba Text Font Color

<p style="color:#554dba">Text here</p>

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


#554dba Background Color

<div style="background-color:#554dba">
Div content here</div>

This div background color is #554dba


#554dba Border Color

<div style="border:3px solid #554dba">
Div here</div>

This div border color is #554dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,77,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #554dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #554dba;
  -webkit-box-shadow: 1px 1px 3px 2px #554dba;
  box-shadow:         1px 1px 3px 2px #554dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,77,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 #554dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554dba


Comments

No comments written yet.

Please login to write comment.