Color Hex Logo

#555275 Color Hex

#555275
(85,82,117)
0 Favorites   0 Comments

Color spaces of #555275

RGB 8582117
HSL0.680.180.39
HSV245°30°46°
CMYK 0.270.300.00   0.54
XYZ9.97459.250218.0894
Yxy9.25020.26730.2479
Hunter Lab30.41415.3154-13.9740
CIE-Lab36.46169.7142-19.4963

#555275 color RGB value is (85,82,117).

#555275 hex color red value is 85, green value is 82 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #555275 hue: 0.68 , saturation: 0.18 and the lightness value of 555275 is 0.39.

The process color (four color CMYK) of #555275 color hex is 0.27, 0.30, 0.00, 0.54. Web safe color of #555275 is #666666. Color #555275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 01110101
Octal 125 122 165
Decimal 85 82 117
Hex 55 52 75

RGB Percentages of Color #555275

%29.93
%28.87
%41.20

CMYK Percentages of Color #555275

%27
%30
%0
%54

Triadic Colors of #555275

#555275 #755552 #527555

Analogous Colors of #555275

#555275 #675275 #526175

Monochromatic Colors of #555275

#555275

Complementary Color

#555275 #727552

#555275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555275 Color CSS Codes

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

#555275 Text Font Color

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

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


#555275 Background Color

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

This div background color is #555275


#555275 Border Color

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

This div border color is #555275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555275


Comments

No comments written yet.

Please login to write comment.