Color Hex Logo

#554fbe Color Hex

#554FBE
(85,79,190)
0 Favorites   0 Comments

Color spaces of #554fbe

RGB 8579190
HSL0.680.460.53
HSV243°58°75°
CMYK 0.550.580.00   0.25
XYZ15.836611.241050.0502
Yxy11.24100.20530.1457
Hunter Lab33.527625.6403-65.0391
CIE-Lab39.983433.8262-57.8287

#554fbe color RGB value is (85,79,190).

#554fbe hex color red value is 85, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #554fbe hue: 0.68 , saturation: 0.46 and the lightness value of 554fbe is 0.53.

The process color (four color CMYK) of #554fbe color hex is 0.55, 0.58, 0.00, 0.25. Web safe color of #554fbe is #6666cc. Color #554fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001111 10111110
Octal 125 117 276
Decimal 85 79 190
Hex 55 4F BE

RGB Percentages of Color #554fbe

%24.01
%22.32
%53.67

CMYK Percentages of Color #554fbe

%55
%58
%0
%25

Triadic Colors of #554fbe

#554fbe #be554f #4fbe55

Analogous Colors of #554fbe

#554fbe #8d4fbe #4f81be

Monochromatic Colors of #554fbe

#554fbe

Complementary Color

#554fbe #b8be4f

#554fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#554fbe Color CSS Codes

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

#554fbe Text Font Color

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

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


#554fbe Background Color

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

This div background color is #554fbe


#554fbe Border Color

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

This div border color is #554fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554fbe


Comments

No comments written yet.

Please login to write comment.