Color Hex Logo

#53628d Color Hex

#53628D
(83,98,141)
0 Favorites   0 Comments

Color spaces of #53628d

RGB 8398141
HSL0.620.260.44
HSV224°41°55°
CMYK 0.410.300.00   0.45
XYZ12.742712.497526.9399
Yxy12.49750.24420.2395
Hunter Lab35.35182.4754-20.4358
CIE-Lab41.99615.9210-25.5640

#53628d color RGB value is (83,98,141).

#53628d hex color red value is 83, green value is 98 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #53628d hue: 0.62 , saturation: 0.26 and the lightness value of 53628d is 0.44.

The process color (four color CMYK) of #53628d color hex is 0.41, 0.30, 0.00, 0.45. Web safe color of #53628d is #666699. Color #53628d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 10001101
Octal 123 142 215
Decimal 83 98 141
Hex 53 62 8D

RGB Percentages of Color #53628d

%25.78
%30.43
%43.79

CMYK Percentages of Color #53628d

%41
%30
%0
%45

Triadic Colors of #53628d

#53628d #8d5362 #628d53

Analogous Colors of #53628d

#53628d #61538d #537f8d

Monochromatic Colors of #53628d

#53628d

Complementary Color

#53628d #8d7e53

#53628d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53628d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53628d Color CSS Codes

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

#53628d Text Font Color

<p style="color:#53628d">Text here</p>

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


#53628d Background Color

<div style="background-color:#53628d">
Div content here</div>

This div background color is #53628d


#53628d Border Color

<div style="border:3px solid #53628d">
Div here</div>

This div border color is #53628d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,98,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53628d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53628d;
  -webkit-box-shadow: 1px 1px 3px 2px #53628d;
  box-shadow:         1px 1px 3px 2px #53628d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53628d


Comments

No comments written yet.

Please login to write comment.