Color Hex Logo

#5584cf Color Hex

#5584CF
(85,132,207)
0 Favorites   0 Comments

Color spaces of #5584cf

RGB 85132207
HSL0.600.560.57
HSV217°59°81°
CMYK 0.590.360.00   0.19
XYZ23.260122.938862.2332
Yxy22.93880.21450.2115
Hunter Lab47.89452.8738-43.5142
CIE-Lab55.00926.6736-43.5483

#5584cf color RGB value is (85,132,207).

#5584cf hex color red value is 85, green value is 132 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5584cf hue: 0.60 , saturation: 0.56 and the lightness value of 5584cf is 0.57.

The process color (four color CMYK) of #5584cf color hex is 0.59, 0.36, 0.00, 0.19. Web safe color of #5584cf is #6699cc. Color #5584cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000100 11001111
Octal 125 204 317
Decimal 85 132 207
Hex 55 84 CF

RGB Percentages of Color #5584cf

%20.05
%31.13
%48.82

CMYK Percentages of Color #5584cf

%59
%36
%0
%19

Triadic Colors of #5584cf

#5584cf #cf5584 #84cf55

Analogous Colors of #5584cf

#5584cf #6355cf #55c1cf

Monochromatic Colors of #5584cf

#5584cf

Complementary Color

#5584cf #cfa055

#5584cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5584cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5584cf Color CSS Codes

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

#5584cf Text Font Color

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

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


#5584cf Background Color

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

This div background color is #5584cf


#5584cf Border Color

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

This div border color is #5584cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,132,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5584cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5584cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5584cf;
  box-shadow:         1px 1px 3px 2px #5584cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5584cf


Comments

No comments written yet.

Please login to write comment.