Color Hex Logo

#5598dc Color Hex

#5598DC
(85,152,220)
0 Favorites   0 Comments

Color spaces of #5598dc

RGB 85152220
HSL0.580.660.60
HSV210°61°86°
CMYK 0.610.310.00   0.14
XYZ27.892829.555171.9447
Yxy29.55510.21560.2284
Hunter Lab54.3646-3.5552-40.4076
CIE-Lab61.2684-0.7861-40.9765

#5598dc color RGB value is (85,152,220).

#5598dc hex color red value is 85, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5598dc hue: 0.58 , saturation: 0.66 and the lightness value of 5598dc is 0.60.

The process color (four color CMYK) of #5598dc color hex is 0.61, 0.31, 0.00, 0.14. Web safe color of #5598dc is #6699cc. Color #5598dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011000 11011100
Octal 125 230 334
Decimal 85 152 220
Hex 55 98 DC

RGB Percentages of Color #5598dc

%18.60
%33.26
%48.14

CMYK Percentages of Color #5598dc

%61
%31
%0
%14

Triadic Colors of #5598dc

#5598dc #dc5598 #98dc55

Analogous Colors of #5598dc

#5598dc #5655dc #55dcdc

Monochromatic Colors of #5598dc

#5598dc

Complementary Color

#5598dc #dc9955

#5598dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5598dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5598dc Color CSS Codes

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

#5598dc Text Font Color

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

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


#5598dc Background Color

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

This div background color is #5598dc


#5598dc Border Color

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

This div border color is #5598dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,152,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5598dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5598dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5598dc;
  box-shadow:         1px 1px 3px 2px #5598dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5598dc


Comments

No comments written yet.

Please login to write comment.