Color Hex Logo

#5c729b Color Hex

#5C729B
(92,114,155)
0 Favorites   0 Comments

Color spaces of #5c729b

RGB 92114155
HSL0.610.260.48
HSV219°41°61°
CMYK 0.410.260.00   0.39
XYZ16.347316.676533.3676
Yxy16.67650.24620.2512
Hunter Lab40.8369-0.0097-19.8597
CIE-Lab47.84982.8457-24.7540

#5c729b color RGB value is (92,114,155).

#5c729b hex color red value is 92, green value is 114 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5c729b hue: 0.61 , saturation: 0.26 and the lightness value of 5c729b is 0.48.

The process color (four color CMYK) of #5c729b color hex is 0.41, 0.26, 0.00, 0.39. Web safe color of #5c729b is #666699. Color #5c729b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01110010 10011011
Octal 134 162 233
Decimal 92 114 155
Hex 5C 72 9B

RGB Percentages of Color #5c729b

%25.48
%31.58
%42.94

CMYK Percentages of Color #5c729b

%41
%26
%0
%39

Triadic Colors of #5c729b

#5c729b #9b5c72 #729b5c

Analogous Colors of #5c729b

#5c729b #665c9b #5c929b

Monochromatic Colors of #5c729b

#5c729b

Complementary Color

#5c729b #9b855c

#5c729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c729b Color CSS Codes

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

#5c729b Text Font Color

<p style="color:#5c729b">Text here</p>

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


#5c729b Background Color

<div style="background-color:#5c729b">
Div content here</div>

This div background color is #5c729b


#5c729b Border Color

<div style="border:3px solid #5c729b">
Div here</div>

This div border color is #5c729b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,114,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c729b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c729b;
  -webkit-box-shadow: 1px 1px 3px 2px #5c729b;
  box-shadow:         1px 1px 3px 2px #5c729b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,114,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c729b


Comments

No comments written yet.

Please login to write comment.