Color Hex Logo

#555098 Color Hex

#555098
(85,80,152)
0 Favorites   0 Comments

Color spaces of #555098

RGB 8580152
HSL0.680.310.45
HSV244°47°60°
CMYK 0.440.470.00   0.40
XYZ12.28259.935630.9762
Yxy9.93560.23090.1868
Hunter Lab31.520814.3936-36.2011
CIE-Lab37.726621.2057-38.9064

#555098 color RGB value is (85,80,152).

#555098 hex color red value is 85, green value is 80 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #555098 hue: 0.68 , saturation: 0.31 and the lightness value of 555098 is 0.45.

The process color (four color CMYK) of #555098 color hex is 0.44, 0.47, 0.00, 0.40. Web safe color of #555098 is #666699. Color #555098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 10011000
Octal 125 120 230
Decimal 85 80 152
Hex 55 50 98

RGB Percentages of Color #555098

%26.81
%25.24
%47.95

CMYK Percentages of Color #555098

%44
%47
%0
%40

Triadic Colors of #555098

#555098 #985550 #509855

Analogous Colors of #555098

#555098 #795098 #506f98

Monochromatic Colors of #555098

#555098

Complementary Color

#555098 #939850

#555098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555098 Color CSS Codes

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

#555098 Text Font Color

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

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


#555098 Background Color

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

This div background color is #555098


#555098 Border Color

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

This div border color is #555098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555098


Comments

No comments written yet.

Please login to write comment.