Color Hex Logo

#53909c Color Hex

#53909C
(83,144,156)
0 Favorites   0 Comments

Color spaces of #53909c

RGB 83144156
HSL0.530.310.47
HSV190°47°61°
CMYK 0.470.080.00   0.39
XYZ19.541324.185835.0909
Yxy24.18580.24790.3069
Hunter Lab49.1791-15.1364-7.8801
CIE-Lab56.2733-16.4191-12.5131

#53909c color RGB value is (83,144,156).

#53909c hex color red value is 83, green value is 144 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #53909c hue: 0.53 , saturation: 0.31 and the lightness value of 53909c is 0.47.

The process color (four color CMYK) of #53909c color hex is 0.47, 0.08, 0.00, 0.39. Web safe color of #53909c is #669999. Color #53909c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010000 10011100
Octal 123 220 234
Decimal 83 144 156
Hex 53 90 9C

RGB Percentages of Color #53909c

%21.67
%37.60
%40.73

CMYK Percentages of Color #53909c

%47
%8
%0
%39

Triadic Colors of #53909c

#53909c #9c5390 #909c53

Analogous Colors of #53909c

#53909c #536c9c #539c84

Monochromatic Colors of #53909c

#53909c

Complementary Color

#53909c #9c5f53

#53909c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53909c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53909c Color CSS Codes

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

#53909c Text Font Color

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

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


#53909c Background Color

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

This div background color is #53909c


#53909c Border Color

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

This div border color is #53909c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53909c


Comments

No comments written yet.

Please login to write comment.