Color Hex Logo

#567dbe Color Hex

#567DBE
(86,125,190)
0 Favorites   0 Comments

Color spaces of #567dbe

RGB 86125190
HSL0.600.440.54
HSV218°55°75°
CMYK 0.550.340.00   0.25
XYZ20.465620.363451.5671
Yxy20.36340.22150.2204
Hunter Lab45.12581.9837-36.1650
CIE-Lab52.24565.5231-38.2309

#567dbe color RGB value is (86,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111101 10111110
Octal 126 175 276
Decimal 86 125 190
Hex 56 7D BE

RGB Percentages of Color #567dbe

%21.45
%31.17
%47.38

CMYK Percentages of Color #567dbe

%55
%34
%0
%25

Triadic Colors of #567dbe

#567dbe #be567d #7dbe56

Analogous Colors of #567dbe

#567dbe #6356be #56b1be

Monochromatic Colors of #567dbe

#567dbe

Complementary Color

#567dbe #be9756

#567dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#567dbe Color CSS Codes

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

#567dbe Text Font Color

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

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


#567dbe Background Color

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

This div background color is #567dbe


#567dbe Border Color

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

This div border color is #567dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,125,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 #567dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567dbe


Comments

No comments written yet.

Please login to write comment.