Color Hex Logo

#255771 Color Hex

#255771
(37,87,113)
0 Favorites   0 Comments

Color spaces of #255771

RGB 3787113
HSL0.560.510.29
HSV201°67°44°
CMYK 0.670.230.00   0.56
XYZ7.15188.402016.8676
Yxy8.40200.22060.2591
Hunter Lab28.9862-6.6843-14.2116
CIE-Lab34.8065-7.9059-19.8167

#255771 color RGB value is (37,87,113).

#255771 hex color red value is 37, green value is 87 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #255771 hue: 0.56 , saturation: 0.51 and the lightness value of 255771 is 0.29.

The process color (four color CMYK) of #255771 color hex is 0.67, 0.23, 0.00, 0.56. Web safe color of #255771 is #336666. Color #255771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010111 01110001
Octal 45 127 161
Decimal 37 87 113
Hex 25 57 71

RGB Percentages of Color #255771

%15.61
%36.71
%47.68

CMYK Percentages of Color #255771

%67
%23
%0
%56

Triadic Colors of #255771

#255771 #712557 #577125

Analogous Colors of #255771

#255771 #253171 #257165

Monochromatic Colors of #255771

#255771

Complementary Color

#255771 #713f25

#255771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255771 Color CSS Codes

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

#255771 Text Font Color

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

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


#255771 Background Color

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

This div background color is #255771


#255771 Border Color

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

This div border color is #255771


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,87,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255771; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255771;
  -webkit-box-shadow: 1px 1px 3px 2px #255771;
  box-shadow:         1px 1px 3px 2px #255771; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255771


Comments

No comments written yet.

Please login to write comment.