Color Hex Logo

#53678b Color Hex

#53678B
(83,103,139)
0 Favorites   0 Comments

Color spaces of #53678b

RGB 83103139
HSL0.610.250.44
HSV219°40°55°
CMYK 0.400.260.00   0.45
XYZ13.077713.403626.3240
Yxy13.40360.24770.2538
Hunter Lab36.6109-0.3076-17.0031
CIE-Lab43.36522.2431-22.2393

#53678b color RGB value is (83,103,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100111 10001011
Octal 123 147 213
Decimal 83 103 139
Hex 53 67 8B

RGB Percentages of Color #53678b

%25.54
%31.69
%42.77

CMYK Percentages of Color #53678b

%40
%26
%0
%45

Triadic Colors of #53678b

#53678b #8b5367 #678b53

Analogous Colors of #53678b

#53678b #5b538b #53838b

Monochromatic Colors of #53678b

#53678b

Complementary Color

#53678b #8b7753

#53678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53678b Color CSS Codes

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

#53678b Text Font Color

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

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


#53678b Background Color

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

This div background color is #53678b


#53678b Border Color

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

This div border color is #53678b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53678b


Comments

No comments written yet.

Please login to write comment.