Color Hex Logo

#554058 Color Hex

#554058
(85,64,88)
0 Favorites   0 Comments

Color spaces of #554058

RGB 856488
HSL0.810.160.30
HSV293°27°35°
CMYK 0.030.270.00   0.65
XYZ7.34126.302710.0621
Yxy6.30270.30970.2659
Hunter Lab25.10528.2625-6.1897
CIE-Lab30.163713.9533-10.8292

#554058 color RGB value is (85,64,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 01011000
Octal 125 100 130
Decimal 85 64 88
Hex 55 40 58

RGB Percentages of Color #554058

%35.86
%27.00
%37.13

CMYK Percentages of Color #554058

%3
%27
%0
%65

Triadic Colors of #554058

#554058 #585540 #405855

Analogous Colors of #554058

#554058 #58404f #494058

Monochromatic Colors of #554058

#554058

Complementary Color

#554058 #435840

#554058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554058 Color CSS Codes

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

#554058 Text Font Color

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

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


#554058 Background Color

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

This div background color is #554058


#554058 Border Color

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

This div border color is #554058


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,64,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 #554058">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554058


Comments

No comments written yet.

Please login to write comment.