Color Hex Logo

#567cbe Color Hex

#567CBE
(86,124,190)
0 Favorites   0 Comments

Color spaces of #567cbe

RGB 86124190
HSL0.610.440.54
HSV218°55°75°
CMYK 0.550.350.00   0.25
XYZ20.339720.111451.5251
Yxy20.11140.22110.2187
Hunter Lab44.84572.4783-36.7287
CIE-Lab51.96296.1258-38.6759

#567cbe color RGB value is (86,124,190).

#567cbe hex color red value is 86, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #567cbe hue: 0.61 , saturation: 0.44 and the lightness value of 567cbe is 0.54.

The process color (four color CMYK) of #567cbe color hex is 0.55, 0.35, 0.00, 0.25. Web safe color of #567cbe is #6666cc. Color #567cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111100 10111110
Octal 126 174 276
Decimal 86 124 190
Hex 56 7C BE

RGB Percentages of Color #567cbe

%21.50
%31.00
%47.50

CMYK Percentages of Color #567cbe

%55
%35
%0
%25

Triadic Colors of #567cbe

#567cbe #be567c #7cbe56

Analogous Colors of #567cbe

#567cbe #6456be #56b0be

Monochromatic Colors of #567cbe

#567cbe

Complementary Color

#567cbe #be9856

#567cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#567cbe Color CSS Codes

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

#567cbe Text Font Color

<p style="color:#567cbe">Text here</p>

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


#567cbe Background Color

<div style="background-color:#567cbe">
Div content here</div>

This div background color is #567cbe


#567cbe Border Color

<div style="border:3px solid #567cbe">
Div here</div>

This div border color is #567cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,124,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #567cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #567cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #567cbe;
  box-shadow:         1px 1px 3px 2px #567cbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,124,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567cbe


Comments

No comments written yet.

Please login to write comment.