Color Hex Logo

#53558b Color Hex

#53558B
(83,85,139)
0 Favorites   0 Comments

Color spaces of #53558b

RGB 8385139
HSL0.660.250.44
HSV238°40°55°
CMYK 0.400.390.00   0.45
XYZ11.476010.200125.7901
Yxy10.20010.24180.2149
Hunter Lab31.93768.2489-25.5213
CIE-Lab38.199213.5101-30.2981

#53558b color RGB value is (83,85,139).

#53558b hex color red value is 83, green value is 85 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #53558b hue: 0.66 , saturation: 0.25 and the lightness value of 53558b is 0.44.

The process color (four color CMYK) of #53558b color hex is 0.40, 0.39, 0.00, 0.45. Web safe color of #53558b is #666699. Color #53558b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010101 10001011
Octal 123 125 213
Decimal 83 85 139
Hex 53 55 8B

RGB Percentages of Color #53558b

%27.04
%27.69
%45.28

CMYK Percentages of Color #53558b

%40
%39
%0
%45

Triadic Colors of #53558b

#53558b #8b5355 #558b53

Analogous Colors of #53558b

#53558b #6d538b #53718b

Monochromatic Colors of #53558b

#53558b

Complementary Color

#53558b #8b8953

#53558b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53558b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53558b Color CSS Codes

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

#53558b Text Font Color

<p style="color:#53558b">Text here</p>

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


#53558b Background Color

<div style="background-color:#53558b">
Div content here</div>

This div background color is #53558b


#53558b Border Color

<div style="border:3px solid #53558b">
Div here</div>

This div border color is #53558b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,85,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53558b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53558b;
  -webkit-box-shadow: 1px 1px 3px 2px #53558b;
  box-shadow:         1px 1px 3px 2px #53558b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53558b


Comments

No comments written yet.

Please login to write comment.