Color Hex Logo

#555368 Color Hex

#555368
(85,83,104)
0 Favorites   0 Comments

Color spaces of #555368

RGB 8583104
HSL0.680.110.37
HSV246°20°41°
CMYK 0.180.200.00   0.59
XYZ9.33839.117314.3643
Yxy9.11730.28450.2778
Hunter Lab30.19492.3633-7.0690
CIE-Lab36.20925.6776-11.7976

#555368 color RGB value is (85,83,104).

#555368 hex color red value is 85, green value is 83 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #555368 hue: 0.68 , saturation: 0.11 and the lightness value of 555368 is 0.37.

The process color (four color CMYK) of #555368 color hex is 0.18, 0.20, 0.00, 0.59. Web safe color of #555368 is #666666. Color #555368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010011 01101000
Octal 125 123 150
Decimal 85 83 104
Hex 55 53 68

RGB Percentages of Color #555368

%31.25
%30.51
%38.24

CMYK Percentages of Color #555368

%18
%20
%0
%59

Triadic Colors of #555368

#555368 #685553 #536855

Analogous Colors of #555368

#555368 #605368 #535c68

Monochromatic Colors of #555368

#555368

Complementary Color

#555368 #666853

#555368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555368 Color CSS Codes

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

#555368 Text Font Color

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

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


#555368 Background Color

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

This div background color is #555368


#555368 Border Color

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

This div border color is #555368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555368


Comments

No comments written yet.

Please login to write comment.