Color Hex Logo

#5582cd Color Hex

#5582CD
(85,130,205)
0 Favorites   0 Comments

Color spaces of #5582cd

RGB 85130205
HSL0.600.550.57
HSV218°59°80°
CMYK 0.590.370.00   0.20
XYZ22.748422.304360.8638
Yxy22.30430.21480.2106
Hunter Lab47.22743.3315-43.3501
CIE-Lab54.34847.2116-43.4613

#5582cd color RGB value is (85,130,205).

#5582cd hex color red value is 85, green value is 130 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5582cd hue: 0.60 , saturation: 0.55 and the lightness value of 5582cd is 0.57.

The process color (four color CMYK) of #5582cd color hex is 0.59, 0.37, 0.00, 0.20. Web safe color of #5582cd is #6699cc. Color #5582cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000010 11001101
Octal 125 202 315
Decimal 85 130 205
Hex 55 82 CD

RGB Percentages of Color #5582cd

%20.24
%30.95
%48.81

CMYK Percentages of Color #5582cd

%59
%37
%0
%20

Triadic Colors of #5582cd

#5582cd #cd5582 #82cd55

Analogous Colors of #5582cd

#5582cd #6455cd #55becd

Monochromatic Colors of #5582cd

#5582cd

Complementary Color

#5582cd #cda055

#5582cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5582cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5582cd Color CSS Codes

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

#5582cd Text Font Color

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

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


#5582cd Background Color

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

This div background color is #5582cd


#5582cd Border Color

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

This div border color is #5582cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,130,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5582cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5582cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5582cd;
  box-shadow:         1px 1px 3px 2px #5582cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5582cd


Comments

No comments written yet.

Please login to write comment.