Color Hex Logo

#53809d Color Hex

#53809D
(83,128,157)
0 Favorites   0 Comments

Color spaces of #53809d

RGB 83128157
HSL0.570.310.47
HSV204°47°62°
CMYK 0.470.180.00   0.38
XYZ17.372319.711734.7874
Yxy19.71170.24170.2743
Hunter Lab44.3979-7.8515-15.3775
CIE-Lab51.5097-7.2353-20.3299

#53809d color RGB value is (83,128,157).

#53809d hex color red value is 83, green value is 128 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #53809d hue: 0.57 , saturation: 0.31 and the lightness value of 53809d is 0.47.

The process color (four color CMYK) of #53809d color hex is 0.47, 0.18, 0.00, 0.38. Web safe color of #53809d is #669999. Color #53809d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000000 10011101
Octal 123 200 235
Decimal 83 128 157
Hex 53 80 9D

RGB Percentages of Color #53809d

%22.55
%34.78
%42.66

CMYK Percentages of Color #53809d

%47
%18
%0
%38

Triadic Colors of #53809d

#53809d #9d5380 #809d53

Analogous Colors of #53809d

#53809d #535b9d #539d95

Monochromatic Colors of #53809d

#53809d

Complementary Color

#53809d #9d7053

#53809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53809d Color CSS Codes

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

#53809d Text Font Color

<p style="color:#53809d">Text here</p>

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


#53809d Background Color

<div style="background-color:#53809d">
Div content here</div>

This div background color is #53809d


#53809d Border Color

<div style="border:3px solid #53809d">
Div here</div>

This div border color is #53809d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,128,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53809d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53809d;
  -webkit-box-shadow: 1px 1px 3px 2px #53809d;
  box-shadow:         1px 1px 3px 2px #53809d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53809d


Comments

No comments written yet.

Please login to write comment.