Color Hex Logo

#566299 Color Hex

#566299
(86,98,153)
0 Favorites   0 Comments

Color spaces of #566299

RGB 8698153
HSL0.640.280.47
HSV229°44°60°
CMYK 0.440.360.00   0.40
XYZ13.955213.013731.9134
Yxy13.01370.23700.2210
Hunter Lab36.07455.9212-27.1989
CIE-Lab42.783910.3976-31.5003

#566299 color RGB value is (86,98,153).

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

The process color (four color CMYK) of #566299 color hex is 0.44, 0.36, 0.00, 0.40. Web safe color of #566299 is #666699. Color #566299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100010 10011001
Octal 126 142 231
Decimal 86 98 153
Hex 56 62 99

RGB Percentages of Color #566299

%25.52
%29.08
%45.40

CMYK Percentages of Color #566299

%44
%36
%0
%40

Triadic Colors of #566299

#566299 #995662 #629956

Analogous Colors of #566299

#566299 #6c5699 #568499

Monochromatic Colors of #566299

#566299

Complementary Color

#566299 #998d56

#566299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566299 Color CSS Codes

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

#566299 Text Font Color

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

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


#566299 Background Color

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

This div background color is #566299


#566299 Border Color

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

This div border color is #566299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566299


Comments

No comments written yet.

Please login to write comment.