Color Hex Logo

#53979f Color Hex

#53979F
(83,151,159)
0 Favorites   0 Comments

Color spaces of #53979f

RGB 83151159
HSL0.520.310.47
HSV186°48°62°
CMYK 0.480.050.00   0.38
XYZ20.891926.475436.8100
Yxy26.47540.24820.3145
Hunter Lab51.4543-17.5688-6.3977
CIE-Lab58.4856-19.3067-10.9025

#53979f color RGB value is (83,151,159).

#53979f hex color red value is 83, green value is 151 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #53979f hue: 0.52 , saturation: 0.31 and the lightness value of 53979f is 0.47.

The process color (four color CMYK) of #53979f color hex is 0.48, 0.05, 0.00, 0.38. Web safe color of #53979f is #669999. Color #53979f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10010111 10011111
Octal 123 227 237
Decimal 83 151 159
Hex 53 97 9F

RGB Percentages of Color #53979f

%21.12
%38.42
%40.46

CMYK Percentages of Color #53979f

%48
%5
%0
%38

Triadic Colors of #53979f

#53979f #9f5397 #979f53

Analogous Colors of #53979f

#53979f #53719f #539f81

Monochromatic Colors of #53979f

#53979f

Complementary Color

#53979f #9f5b53

#53979f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53979f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53979f Color CSS Codes

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

#53979f Text Font Color

<p style="color:#53979f">Text here</p>

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


#53979f Background Color

<div style="background-color:#53979f">
Div content here</div>

This div background color is #53979f


#53979f Border Color

<div style="border:3px solid #53979f">
Div here</div>

This div border color is #53979f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,151,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53979f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53979f;
  -webkit-box-shadow: 1px 1px 3px 2px #53979f;
  box-shadow:         1px 1px 3px 2px #53979f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53979f


Comments

No comments written yet.

Please login to write comment.