Color Hex Logo

#5592ca Color Hex

#5592CA
(85,146,202)
0 Favorites   0 Comments

Color spaces of #5592ca

RGB 85146202
HSL0.580.520.56
HSV209°58°79°
CMYK 0.580.280.00   0.21
XYZ24.685926.753359.7399
Yxy26.75330.22200.2406
Hunter Lab51.7236-5.3243-32.2725
CIE-Lab58.7453-3.1661-34.8600

#5592ca color RGB value is (85,146,202).

#5592ca hex color red value is 85, green value is 146 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5592ca hue: 0.58 , saturation: 0.52 and the lightness value of 5592ca is 0.56.

The process color (four color CMYK) of #5592ca color hex is 0.58, 0.28, 0.00, 0.21. Web safe color of #5592ca is #6699cc. Color #5592ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010010 11001010
Octal 125 222 312
Decimal 85 146 202
Hex 55 92 CA

RGB Percentages of Color #5592ca

%19.63
%33.72
%46.65

CMYK Percentages of Color #5592ca

%58
%28
%0
%21

Triadic Colors of #5592ca

#5592ca #ca5592 #92ca55

Analogous Colors of #5592ca

#5592ca #5558ca #55cac8

Monochromatic Colors of #5592ca

#5592ca

Complementary Color

#5592ca #ca8d55

#5592ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5592ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5592ca Color CSS Codes

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

#5592ca Text Font Color

<p style="color:#5592ca">Text here</p>

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


#5592ca Background Color

<div style="background-color:#5592ca">
Div content here</div>

This div background color is #5592ca


#5592ca Border Color

<div style="border:3px solid #5592ca">
Div here</div>

This div border color is #5592ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,146,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5592ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5592ca;
  -webkit-box-shadow: 1px 1px 3px 2px #5592ca;
  box-shadow:         1px 1px 3px 2px #5592ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5592ca


Comments

No comments written yet.

Please login to write comment.