Color Hex Logo

#554bbd Color Hex

#554BBD
(85,75,189)
0 Favorites   0 Comments

Color spaces of #554bbd

RGB 8575189
HSL0.680.460.52
HSV245°60°74°
CMYK 0.550.600.00   0.26
XYZ15.447710.637649.3832
Yxy10.63760.20470.1410
Hunter Lab32.615327.4667-66.9408
CIE-Lab38.963335.9527-58.8989

#554bbd color RGB value is (85,75,189).

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

The process color (four color CMYK) of #554bbd color hex is 0.55, 0.60, 0.00, 0.26. Web safe color of #554bbd is #6633cc. Color #554bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001011 10111101
Octal 125 113 275
Decimal 85 75 189
Hex 55 4B BD

RGB Percentages of Color #554bbd

%24.36
%21.49
%54.15

CMYK Percentages of Color #554bbd

%55
%60
%0
%26

Triadic Colors of #554bbd

#554bbd #bd554b #4bbd55

Analogous Colors of #554bbd

#554bbd #8e4bbd #4b7abd

Monochromatic Colors of #554bbd

#554bbd

Complementary Color

#554bbd #b3bd4b

#554bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#554bbd Color CSS Codes

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

#554bbd Text Font Color

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

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


#554bbd Background Color

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

This div background color is #554bbd


#554bbd Border Color

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

This div border color is #554bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,75,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554bbd


Comments

No comments written yet.

Please login to write comment.