Color Hex Logo

#555fac Color Hex

#555FAC
(85,95,172)
0 Favorites   0 Comments

Color spaces of #555fac

RGB 8595172
HSL0.650.340.50
HSV233°51°67°
CMYK 0.510.450.00   0.33
XYZ15.284913.094340.7516
Yxy13.09430.22110.1894
Hunter Lab36.186012.0724-41.4403
CIE-Lab42.905018.0006-42.5709

#555fac color RGB value is (85,95,172).

#555fac hex color red value is 85, green value is 95 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #555fac hue: 0.65 , saturation: 0.34 and the lightness value of 555fac is 0.50.

The process color (four color CMYK) of #555fac color hex is 0.51, 0.45, 0.00, 0.33. Web safe color of #555fac is #666699. Color #555fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011111 10101100
Octal 125 137 254
Decimal 85 95 172
Hex 55 5F AC

RGB Percentages of Color #555fac

%24.15
%26.99
%48.86

CMYK Percentages of Color #555fac

%51
%45
%0
%33

Triadic Colors of #555fac

#555fac #ac555f #5fac55

Analogous Colors of #555fac

#555fac #7755ac #558bac

Monochromatic Colors of #555fac

#555fac

Complementary Color

#555fac #aca255

#555fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#555fac Color CSS Codes

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

#555fac Text Font Color

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

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


#555fac Background Color

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

This div background color is #555fac


#555fac Border Color

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

This div border color is #555fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,95,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555fac;
  -webkit-box-shadow: 1px 1px 3px 2px #555fac;
  box-shadow:         1px 1px 3px 2px #555fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555fac


Comments

No comments written yet.

Please login to write comment.