Color Hex Logo

#53909a Color Hex

#53909A
(83,144,154)
0 Favorites   0 Comments

Color spaces of #53909a

RGB 83144154
HSL0.520.300.46
HSV188°46°60°
CMYK 0.460.060.00   0.40
XYZ19.373324.118634.2061
Yxy24.11860.24930.3104
Hunter Lab49.1107-15.5286-6.9186
CIE-Lab56.2063-16.9784-11.4663

#53909a color RGB value is (83,144,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010000 10011010
Octal 123 220 232
Decimal 83 144 154
Hex 53 90 9A

RGB Percentages of Color #53909a

%21.78
%37.80
%40.42

CMYK Percentages of Color #53909a

%46
%6
%0
%40

Triadic Colors of #53909a

#53909a #9a5390 #909a53

Analogous Colors of #53909a

#53909a #536d9a #539a81

Monochromatic Colors of #53909a

#53909a

Complementary Color

#53909a #9a5d53

#53909a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53909a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53909a Color CSS Codes

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

#53909a Text Font Color

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

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


#53909a Background Color

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

This div background color is #53909a


#53909a Border Color

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

This div border color is #53909a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53909a


Comments

No comments written yet.

Please login to write comment.