Color Hex Logo

#553dba Color Hex

#553DBA
(85,61,186)
0 Favorites   0 Comments

Color spaces of #553dba

RGB 8561186
HSL0.700.510.48
HSV252°67°73°
CMYK 0.540.670.00   0.27
XYZ14.27808.814047.4031
Yxy8.81400.20250.1250
Hunter Lab29.688433.8911-73.8858
CIE-Lab35.623743.2788-62.5749

#553dba color RGB value is (85,61,186).

#553dba hex color red value is 85, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #553dba hue: 0.70 , saturation: 0.51 and the lightness value of 553dba is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111101 10111010
Octal 125 75 272
Decimal 85 61 186
Hex 55 3D BA

RGB Percentages of Color #553dba

%25.60
%18.37
%56.02

CMYK Percentages of Color #553dba

%54
%67
%0
%27

Triadic Colors of #553dba

#553dba #ba553d #3dba55

Analogous Colors of #553dba

#553dba #943dba #3d64ba

Monochromatic Colors of #553dba

#553dba

Complementary Color

#553dba #a2ba3d

#553dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#553dba Color CSS Codes

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

#553dba Text Font Color

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

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


#553dba Background Color

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

This div background color is #553dba


#553dba Border Color

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

This div border color is #553dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553dba


Comments

No comments written yet.

Please login to write comment.