Color Hex Logo

#155573 Color Hex

#155573
(21,85,115)
0 Favorites   0 Comments

Color spaces of #155573

RGB 2185115
HSL0.550.690.27
HSV199°82°45°
CMYK 0.820.260.00   0.55
XYZ6.65237.894217.3928
Yxy7.89420.20830.2472
Hunter Lab28.0966-6.9065-17.0350
CIE-Lab33.7616-8.4355-22.7217

#155573 color RGB value is (21,85,115).

#155573 hex color red value is 21, green value is 85 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #155573 hue: 0.55 , saturation: 0.69 and the lightness value of 155573 is 0.27.

The process color (four color CMYK) of #155573 color hex is 0.82, 0.26, 0.00, 0.55. Web safe color of #155573 is #006666. Color #155573 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010101 01110011
Octal 25 125 163
Decimal 21 85 115
Hex 15 55 73

RGB Percentages of Color #155573

%9.50
%38.46
%52.04

CMYK Percentages of Color #155573

%82
%26
%0
%55

Triadic Colors of #155573

#155573 #731555 #557315

Analogous Colors of #155573

#155573 #152673 #157362

Monochromatic Colors of #155573

#155573

Complementary Color

#155573 #733315

#155573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155573 Color CSS Codes

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

#155573 Text Font Color

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

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


#155573 Background Color

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

This div background color is #155573


#155573 Border Color

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

This div border color is #155573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155573


Comments

No comments written yet.

Please login to write comment.