Color Hex Logo

#554358 Color Hex

#554358
(85,67,88)
0 Favorites   0 Comments

Color spaces of #554358

RGB 856788
HSL0.810.140.30
HSV291°24°35°
CMYK 0.030.240.00   0.65
XYZ7.51496.650210.1201
Yxy6.65020.30940.2738
Hunter Lab25.78806.8879-5.2159
CIE-Lab30.996912.0279-9.5659

#554358 color RGB value is (85,67,88).

#554358 hex color red value is 85, green value is 67 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #554358 hue: 0.81 , saturation: 0.14 and the lightness value of 554358 is 0.30.

The process color (four color CMYK) of #554358 color hex is 0.03, 0.24, 0.00, 0.65. Web safe color of #554358 is #663366. Color #554358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000011 01011000
Octal 125 103 130
Decimal 85 67 88
Hex 55 43 58

RGB Percentages of Color #554358

%35.42
%27.92
%36.67

CMYK Percentages of Color #554358

%3
%24
%0
%65

Triadic Colors of #554358

#554358 #585543 #435855

Analogous Colors of #554358

#554358 #584351 #4b4358

Monochromatic Colors of #554358

#554358

Complementary Color

#554358 #465843

#554358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554358 Color CSS Codes

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

#554358 Text Font Color

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

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


#554358 Background Color

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

This div background color is #554358


#554358 Border Color

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

This div border color is #554358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554358


Comments

No comments written yet.

Please login to write comment.