Color Hex Logo

#53929a Color Hex

#53929A
(83,146,154)
0 Favorites   0 Comments

Color spaces of #53929a

RGB 83146154
HSL0.520.300.46
HSV187°46°60°
CMYK 0.460.050.00   0.40
XYZ19.678924.729934.3080
Yxy24.72990.25000.3142
Hunter Lab49.7292-16.3898-6.0936
CIE-Lab56.8113-18.0468-10.5582

#53929a color RGB value is (83,146,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010010 10011010
Octal 123 222 232
Decimal 83 146 154
Hex 53 92 9A

RGB Percentages of Color #53929a

%21.67
%38.12
%40.21

CMYK Percentages of Color #53929a

%46
%5
%0
%40

Triadic Colors of #53929a

#53929a #9a5392 #929a53

Analogous Colors of #53929a

#53929a #536f9a #539a7f

Monochromatic Colors of #53929a

#53929a

Complementary Color

#53929a #9a5b53

#53929a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53929a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53929a Color CSS Codes

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

#53929a Text Font Color

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

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


#53929a Background Color

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

This div background color is #53929a


#53929a Border Color

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

This div border color is #53929a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53929a


Comments

No comments written yet.

Please login to write comment.