Color Hex Logo

#53628c Color Hex

#53628C
(83,98,140)
0 Favorites   0 Comments

Color spaces of #53628c

RGB 8398140
HSL0.620.260.44
HSV224°41°55°
CMYK 0.410.300.00   0.45
XYZ12.668612.467826.5498
Yxy12.46780.24510.2412
Hunter Lab35.30982.2509-19.8640
CIE-Lab41.95025.6222-25.0343

#53628c color RGB value is (83,98,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 10001100
Octal 123 142 214
Decimal 83 98 140
Hex 53 62 8C

RGB Percentages of Color #53628c

%25.86
%30.53
%43.61

CMYK Percentages of Color #53628c

%41
%30
%0
%45

Triadic Colors of #53628c

#53628c #8c5362 #628c53

Analogous Colors of #53628c

#53628c #61538c #537f8c

Monochromatic Colors of #53628c

#53628c

Complementary Color

#53628c #8c7d53

#53628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53628c Color CSS Codes

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

#53628c Text Font Color

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

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


#53628c Background Color

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

This div background color is #53628c


#53628c Border Color

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

This div border color is #53628c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53628c


Comments

No comments written yet.

Please login to write comment.