Color Hex Logo

#567498 Color Hex

#567498
(86,116,152)
0 Favorites   0 Comments

Color spaces of #567498

RGB 86116152
HSL0.590.280.47
HSV213°43°60°
CMYK 0.430.240.00   0.40
XYZ15.750616.736232.1060
Yxy16.73620.24380.2591
Hunter Lab40.9099-2.8686-17.8937
CIE-Lab47.9259-0.9075-22.9015

#567498 color RGB value is (86,116,152).

#567498 hex color red value is 86, green value is 116 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #567498 hue: 0.59 , saturation: 0.28 and the lightness value of 567498 is 0.47.

The process color (four color CMYK) of #567498 color hex is 0.43, 0.24, 0.00, 0.40. Web safe color of #567498 is #666699. Color #567498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110100 10011000
Octal 126 164 230
Decimal 86 116 152
Hex 56 74 98

RGB Percentages of Color #567498

%24.29
%32.77
%42.94

CMYK Percentages of Color #567498

%43
%24
%0
%40

Triadic Colors of #567498

#567498 #985674 #749856

Analogous Colors of #567498

#567498 #595698 #569598

Monochromatic Colors of #567498

#567498

Complementary Color

#567498 #987a56

#567498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#567498 Color CSS Codes

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

#567498 Text Font Color

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

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


#567498 Background Color

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

This div background color is #567498


#567498 Border Color

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

This div border color is #567498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,116,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #567498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #567498;
  -webkit-box-shadow: 1px 1px 3px 2px #567498;
  box-shadow:         1px 1px 3px 2px #567498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567498


Comments

No comments written yet.

Please login to write comment.