Color Hex Logo

#567481 Color Hex

#567481
(86,116,129)
0 Favorites   0 Comments

Color spaces of #567481

RGB 86116129
HSL0.550.200.42
HSV198°33°51°
CMYK 0.330.100.00   0.49
XYZ14.045616.054223.1274
Yxy16.05420.26390.3016
Hunter Lab40.0677-7.5459-6.1753
CIE-Lab47.0455-7.4032-10.6315

#567481 color RGB value is (86,116,129).

#567481 hex color red value is 86, green value is 116 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #567481 hue: 0.55 , saturation: 0.20 and the lightness value of 567481 is 0.42.

The process color (four color CMYK) of #567481 color hex is 0.33, 0.10, 0.00, 0.49. Web safe color of #567481 is #666699. Color #567481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110100 10000001
Octal 126 164 201
Decimal 86 116 129
Hex 56 74 81

RGB Percentages of Color #567481

%25.98
%35.05
%38.97

CMYK Percentages of Color #567481

%33
%10
%0
%49

Triadic Colors of #567481

#567481 #815674 #748156

Analogous Colors of #567481

#567481 #565f81 #568179

Monochromatic Colors of #567481

#567481

Complementary Color

#567481 #816356

#567481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#567481 Color CSS Codes

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

#567481 Text Font Color

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

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


#567481 Background Color

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

This div background color is #567481


#567481 Border Color

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

This div border color is #567481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567481


Comments

No comments written yet.

Please login to write comment.