Color Hex Logo

#5781af Color Hex

#5781AF
(87,129,175)
0 Favorites   0 Comments

Color spaces of #5781af

RGB 87129175
HSL0.590.350.51
HSV211°50°69°
CMYK 0.500.260.00   0.31
XYZ19.518620.821943.5477
Yxy20.82190.23270.2482
Hunter Lab45.6310-3.5012-24.6414
CIE-Lab52.7540-1.3639-28.8136

#5781af color RGB value is (87,129,175).

#5781af hex color red value is 87, green value is 129 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5781af hue: 0.59 , saturation: 0.35 and the lightness value of 5781af is 0.51.

The process color (four color CMYK) of #5781af color hex is 0.50, 0.26, 0.00, 0.31. Web safe color of #5781af is #669999. Color #5781af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000001 10101111
Octal 127 201 257
Decimal 87 129 175
Hex 57 81 AF

RGB Percentages of Color #5781af

%22.25
%32.99
%44.76

CMYK Percentages of Color #5781af

%50
%26
%0
%31

Triadic Colors of #5781af

#5781af #af5781 #81af57

Analogous Colors of #5781af

#5781af #5957af #57adaf

Monochromatic Colors of #5781af

#5781af

Complementary Color

#5781af #af8557

#5781af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5781af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5781af Color CSS Codes

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

#5781af Text Font Color

<p style="color:#5781af">Text here</p>

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


#5781af Background Color

<div style="background-color:#5781af">
Div content here</div>

This div background color is #5781af


#5781af Border Color

<div style="border:3px solid #5781af">
Div here</div>

This div border color is #5781af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,129,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5781af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5781af;
  -webkit-box-shadow: 1px 1px 3px 2px #5781af;
  box-shadow:         1px 1px 3px 2px #5781af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,129,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5781af


Comments

No comments written yet.

Please login to write comment.