Color Hex Logo

#5567af Color Hex

#5567AF
(85,103,175)
0 Favorites   0 Comments

Color spaces of #5567af

RGB 85103175
HSL0.630.360.51
HSV228°51°69°
CMYK 0.510.410.00   0.31
XYZ16.334414.726942.5391
Yxy14.72690.22190.2001
Hunter Lab38.37568.8203-38.8596
CIE-Lab45.257913.9448-40.5916

#5567af color RGB value is (85,103,175).

#5567af hex color red value is 85, green value is 103 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5567af hue: 0.63 , saturation: 0.36 and the lightness value of 5567af is 0.51.

The process color (four color CMYK) of #5567af color hex is 0.51, 0.41, 0.00, 0.31. Web safe color of #5567af is #666699. Color #5567af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100111 10101111
Octal 125 147 257
Decimal 85 103 175
Hex 55 67 AF

RGB Percentages of Color #5567af

%23.42
%28.37
%48.21

CMYK Percentages of Color #5567af

%51
%41
%0
%31

Triadic Colors of #5567af

#5567af #af5567 #67af55

Analogous Colors of #5567af

#5567af #7055af #5594af

Monochromatic Colors of #5567af

#5567af

Complementary Color

#5567af #af9d55

#5567af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5567af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5567af Color CSS Codes

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

#5567af Text Font Color

<p style="color:#5567af">Text here</p>

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


#5567af Background Color

<div style="background-color:#5567af">
Div content here</div>

This div background color is #5567af


#5567af Border Color

<div style="border:3px solid #5567af">
Div here</div>

This div border color is #5567af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,103,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5567af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5567af;
  -webkit-box-shadow: 1px 1px 3px 2px #5567af;
  box-shadow:         1px 1px 3px 2px #5567af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5567af


Comments

No comments written yet.

Please login to write comment.