Color Hex Logo

#555388 Color Hex

#555388
(85,83,136)
0 Favorites   0 Comments

Color spaces of #555388

RGB 8583136
HSL0.670.240.43
HSV242°39°53°
CMYK 0.380.390.00   0.47
XYZ11.28359.895424.6078
Yxy9.89540.24640.2161
Hunter Lab31.45708.9777-24.3609
CIE-Lab37.654014.4703-29.3174

#555388 color RGB value is (85,83,136).

#555388 hex color red value is 85, green value is 83 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #555388 hue: 0.67 , saturation: 0.24 and the lightness value of 555388 is 0.43.

The process color (four color CMYK) of #555388 color hex is 0.38, 0.39, 0.00, 0.47. Web safe color of #555388 is #666699. Color #555388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 10001000
Octal 125 123 210
Decimal 85 83 136
Hex 55 53 88

RGB Percentages of Color #555388

%27.96
%27.30
%44.74

CMYK Percentages of Color #555388

%38
%39
%0
%47

Triadic Colors of #555388

#555388 #885553 #538855

Analogous Colors of #555388

#555388 #705388 #536c88

Monochromatic Colors of #555388

#555388

Complementary Color

#555388 #868853

#555388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555388 Color CSS Codes

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

#555388 Text Font Color

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

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


#555388 Background Color

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

This div background color is #555388


#555388 Border Color

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

This div border color is #555388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555388


Comments

No comments written yet.

Please login to write comment.