Color Hex Logo

#53618b Color Hex

#53618B
(83,97,139)
0 Favorites   0 Comments

Color spaces of #53618b

RGB 8397139
HSL0.630.250.44
HSV225°40°55°
CMYK 0.400.300.00   0.45
XYZ12.502212.252526.1321
Yxy12.25250.24570.2408
Hunter Lab35.00362.4985-19.7608
CIE-Lab41.61465.9452-24.9540

#53618b color RGB value is (83,97,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100001 10001011
Octal 123 141 213
Decimal 83 97 139
Hex 53 61 8B

RGB Percentages of Color #53618b

%26.02
%30.41
%43.57

CMYK Percentages of Color #53618b

%40
%30
%0
%45

Triadic Colors of #53618b

#53618b #8b5361 #618b53

Analogous Colors of #53618b

#53618b #61538b #537d8b

Monochromatic Colors of #53618b

#53618b

Complementary Color

#53618b #8b7d53

#53618b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53618b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53618b Color CSS Codes

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

#53618b Text Font Color

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

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


#53618b Background Color

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

This div background color is #53618b


#53618b Border Color

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

This div border color is #53618b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,97,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 #53618b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53618b


Comments

No comments written yet.

Please login to write comment.