Color Hex Logo

#5767bc Color Hex

#5767BC
(87,103,188)
0 Favorites   0 Comments

Color spaces of #5767bc

RGB 87103188
HSL0.640.430.54
HSV230°54°74°
CMYK 0.540.450.00   0.26
XYZ17.857815.357649.6001
Yxy15.35760.21560.1854
Hunter Lab39.188812.7597-47.6095
CIE-Lab46.120118.6145-46.7841

#5767bc color RGB value is (87,103,188).

#5767bc hex color red value is 87, green value is 103 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5767bc hue: 0.64 , saturation: 0.43 and the lightness value of 5767bc is 0.54.

The process color (four color CMYK) of #5767bc color hex is 0.54, 0.45, 0.00, 0.26. Web safe color of #5767bc is #6666cc. Color #5767bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100111 10111100
Octal 127 147 274
Decimal 87 103 188
Hex 57 67 BC

RGB Percentages of Color #5767bc

%23.02
%27.25
%49.74

CMYK Percentages of Color #5767bc

%54
%45
%0
%26

Triadic Colors of #5767bc

#5767bc #bc5767 #67bc57

Analogous Colors of #5767bc

#5767bc #7a57bc #579abc

Monochromatic Colors of #5767bc

#5767bc

Complementary Color

#5767bc #bcac57

#5767bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5767bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5767bc Color CSS Codes

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

#5767bc Text Font Color

<p style="color:#5767bc">Text here</p>

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


#5767bc Background Color

<div style="background-color:#5767bc">
Div content here</div>

This div background color is #5767bc


#5767bc Border Color

<div style="border:3px solid #5767bc">
Div here</div>

This div border color is #5767bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,103,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5767bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5767bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5767bc;
  box-shadow:         1px 1px 3px 2px #5767bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5767bc


Comments

No comments written yet.

Please login to write comment.