Color Hex Logo

#53859a Color Hex

#53859A
(83,133,154)
0 Favorites   0 Comments

Color spaces of #53859a

RGB 83133154
HSL0.550.300.46
HSV198°46°60°
CMYK 0.460.140.00   0.40
XYZ17.787520.947233.6776
Yxy20.94720.24560.2893
Hunter Lab45.7681-10.7212-11.5897
CIE-Lab52.8917-10.9494-16.4774

#53859a color RGB value is (83,133,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000101 10011010
Octal 123 205 232
Decimal 83 133 154
Hex 53 85 9A

RGB Percentages of Color #53859a

%22.43
%35.95
%41.62

CMYK Percentages of Color #53859a

%46
%14
%0
%40

Triadic Colors of #53859a

#53859a #9a5385 #859a53

Analogous Colors of #53859a

#53859a #53629a #539a8c

Monochromatic Colors of #53859a

#53859a

Complementary Color

#53859a #9a6853

#53859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53859a Color CSS Codes

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

#53859a Text Font Color

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

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


#53859a Background Color

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

This div background color is #53859a


#53859a Border Color

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

This div border color is #53859a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53859a


Comments

No comments written yet.

Please login to write comment.