Color Hex Logo

#5574da Color Hex

#5574DA
(85,116,218)
0 Favorites   0 Comments

Color spaces of #5574da

RGB 85116218
HSL0.630.640.59
HSV226°61°85°
CMYK 0.610.470.00   0.15
XYZ22.646619.484068.8969
Yxy19.48400.20400.1755
Hunter Lab44.140714.3341-61.6442
CIE-Lab51.248720.1085-55.7564

#5574da color RGB value is (85,116,218).

#5574da hex color red value is 85, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5574da hue: 0.63 , saturation: 0.64 and the lightness value of 5574da is 0.59.

The process color (four color CMYK) of #5574da color hex is 0.61, 0.47, 0.00, 0.15. Web safe color of #5574da is #6666cc. Color #5574da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110100 11011010
Octal 125 164 332
Decimal 85 116 218
Hex 55 74 DA

RGB Percentages of Color #5574da

%20.29
%27.68
%52.03

CMYK Percentages of Color #5574da

%61
%47
%0
%15

Triadic Colors of #5574da

#5574da #da5574 #74da55

Analogous Colors of #5574da

#5574da #7955da #55b7da

Monochromatic Colors of #5574da

#5574da

Complementary Color

#5574da #dabb55

#5574da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5574da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5574da Color CSS Codes

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

#5574da Text Font Color

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

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


#5574da Background Color

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

This div background color is #5574da


#5574da Border Color

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

This div border color is #5574da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,116,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5574da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5574da;
  -webkit-box-shadow: 1px 1px 3px 2px #5574da;
  box-shadow:         1px 1px 3px 2px #5574da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5574da


Comments

No comments written yet.

Please login to write comment.