Color Hex Logo

#555dba Color Hex

#555DBA
(85,93,186)
0 Favorites   0 Comments

Color spaces of #555dba

RGB 8593186
HSL0.650.420.53
HSV235°54°73°
CMYK 0.540.500.00   0.27
XYZ16.523613.305248.1516
Yxy13.30520.21190.1706
Hunter Lab36.476317.0262-52.7341
CIE-Lab43.219623.7998-50.2723

#555dba color RGB value is (85,93,186).

#555dba hex color red value is 85, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #555dba hue: 0.65 , saturation: 0.42 and the lightness value of 555dba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011101 10111010
Octal 125 135 272
Decimal 85 93 186
Hex 55 5D BA

RGB Percentages of Color #555dba

%23.35
%25.55
%51.10

CMYK Percentages of Color #555dba

%54
%50
%0
%27

Triadic Colors of #555dba

#555dba #ba555d #5dba55

Analogous Colors of #555dba

#555dba #8055ba #5590ba

Monochromatic Colors of #555dba

#555dba

Complementary Color

#555dba #bab255

#555dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#555dba Color CSS Codes

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

#555dba Text Font Color

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

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


#555dba Background Color

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

This div background color is #555dba


#555dba Border Color

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

This div border color is #555dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555dba


Comments

No comments written yet.

Please login to write comment.