Color Hex Logo

#553099 Color Hex

#553099
(85,48,153)
0 Favorites   0 Comments

Color spaces of #553099

RGB 8548153
HSL0.730.520.39
HSV261°69°60°
CMYK 0.440.690.00   0.40
XYZ10.55306.345130.8055
Yxy6.34510.22120.1330
Hunter Lab25.189530.7000-54.8761
CIE-Lab30.266940.8894-51.5258

#553099 color RGB value is (85,48,153).

#553099 hex color red value is 85, green value is 48 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #553099 hue: 0.73 , saturation: 0.52 and the lightness value of 553099 is 0.39.

The process color (four color CMYK) of #553099 color hex is 0.44, 0.69, 0.00, 0.40. Web safe color of #553099 is #663399. Color #553099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110000 10011001
Octal 125 60 231
Decimal 85 48 153
Hex 55 30 99

RGB Percentages of Color #553099

%29.72
%16.78
%53.50

CMYK Percentages of Color #553099

%44
%69
%0
%40

Triadic Colors of #553099

#553099 #995530 #309955

Analogous Colors of #553099

#553099 #8a3099 #304099

Monochromatic Colors of #553099

#553099

Complementary Color

#553099 #749930

#553099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553099 Color CSS Codes

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

#553099 Text Font Color

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

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


#553099 Background Color

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

This div background color is #553099


#553099 Border Color

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

This div border color is #553099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553099


Comments

No comments written yet.

Please login to write comment.