Color Hex Logo

#53879a Color Hex

#53879A
(83,135,154)
0 Favorites   0 Comments

Color spaces of #53879a

RGB 83135154
HSL0.540.300.46
HSV196°46°60°
CMYK 0.460.120.00   0.40
XYZ18.064021.500033.7697
Yxy21.50000.24630.2932
Hunter Lab46.3681-11.6044-10.7230
CIE-Lab53.4924-12.0646-15.5648

#53879a color RGB value is (83,135,154).

#53879a hex color red value is 83, green value is 135 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #53879a hue: 0.54 , saturation: 0.30 and the lightness value of 53879a is 0.46.

The process color (four color CMYK) of #53879a color hex is 0.46, 0.12, 0.00, 0.40. Web safe color of #53879a is #669999. Color #53879a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000111 10011010
Octal 123 207 232
Decimal 83 135 154
Hex 53 87 9A

RGB Percentages of Color #53879a

%22.31
%36.29
%41.40

CMYK Percentages of Color #53879a

%46
%12
%0
%40

Triadic Colors of #53879a

#53879a #9a5387 #879a53

Analogous Colors of #53879a

#53879a #53649a #539a8a

Monochromatic Colors of #53879a

#53879a

Complementary Color

#53879a #9a6653

#53879a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53879a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53879a Color CSS Codes

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

#53879a Text Font Color

<p style="color:#53879a">Text here</p>

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


#53879a Background Color

<div style="background-color:#53879a">
Div content here</div>

This div background color is #53879a


#53879a Border Color

<div style="border:3px solid #53879a">
Div here</div>

This div border color is #53879a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,135,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53879a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53879a;
  -webkit-box-shadow: 1px 1px 3px 2px #53879a;
  box-shadow:         1px 1px 3px 2px #53879a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53879a


Comments

No comments written yet.

Please login to write comment.