Color Hex Logo

#255564 Color Hex

#255564
(37,85,100)
0 Favorites   0 Comments

Color spaces of #255564

RGB 3785100
HSL0.540.460.27
HSV194°63°39°
CMYK 0.630.150.00   0.61
XYZ6.31177.810413.2315
Yxy7.81040.23070.2855
Hunter Lab27.9471-8.5942-8.5078
CIE-Lab33.5849-11.2523-13.5722

#255564 color RGB value is (37,85,100).

#255564 hex color red value is 37, green value is 85 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #255564 hue: 0.54 , saturation: 0.46 and the lightness value of 255564 is 0.27.

The process color (four color CMYK) of #255564 color hex is 0.63, 0.15, 0.00, 0.61. Web safe color of #255564 is #336666. Color #255564 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010101 01100100
Octal 45 125 144
Decimal 37 85 100
Hex 25 55 64

RGB Percentages of Color #255564

%16.67
%38.29
%45.05

CMYK Percentages of Color #255564

%63
%15
%0
%61

Triadic Colors of #255564

#255564 #642555 #556425

Analogous Colors of #255564

#255564 #253664 #256454

Monochromatic Colors of #255564

#255564

Complementary Color

#255564 #643425

#255564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255564 Color CSS Codes

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

#255564 Text Font Color

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

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


#255564 Background Color

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

This div background color is #255564


#255564 Border Color

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

This div border color is #255564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255564


Comments

No comments written yet.

Please login to write comment.