Color Hex Logo

#558aed Color Hex

#558AED
(85,138,237)
0 Favorites   0 Comments

Color spaces of #558aed

RGB 85138237
HSL0.610.810.63
HSV219°64°93°
CMYK 0.640.420.00   0.07
XYZ28.120926.222783.7001
Yxy26.22270.20370.1900
Hunter Lab51.20818.4090-61.0644
CIE-Lab58.247813.1370-55.1977

#558aed color RGB value is (85,138,237).

#558aed hex color red value is 85, green value is 138 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #558aed hue: 0.61 , saturation: 0.81 and the lightness value of 558aed is 0.63.

The process color (four color CMYK) of #558aed color hex is 0.64, 0.42, 0.00, 0.07. Web safe color of #558aed is #6699ff. Color #558aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 11101101
Octal 125 212 355
Decimal 85 138 237
Hex 55 8A ED

RGB Percentages of Color #558aed

%18.48
%30.00
%51.52

CMYK Percentages of Color #558aed

%64
%42
%0
%7

Triadic Colors of #558aed

#558aed #ed558a #8aed55

Analogous Colors of #558aed

#558aed #6c55ed #55d6ed

Monochromatic Colors of #558aed

#558aed

Complementary Color

#558aed #edb855

#558aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#558aed Color CSS Codes

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

#558aed Text Font Color

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

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


#558aed Background Color

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

This div background color is #558aed


#558aed Border Color

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

This div border color is #558aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,138,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558aed;
  -webkit-box-shadow: 1px 1px 3px 2px #558aed;
  box-shadow:         1px 1px 3px 2px #558aed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558aed


Comments

No comments written yet.

Please login to write comment.