Color Hex Logo

#568993 Color Hex

#568993
(86,137,147)
0 Favorites   0 Comments

Color spaces of #568993

RGB 86137147
HSL0.530.260.46
HSV190°41°58°
CMYK 0.410.070.00   0.42
XYZ18.049921.976330.8943
Yxy21.97630.25450.3099
Hunter Lab46.8789-13.3097-6.2583
CIE-Lab54.0018-14.3352-10.7296

#568993 color RGB value is (86,137,147).

#568993 hex color red value is 86, green value is 137 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #568993 hue: 0.53 , saturation: 0.26 and the lightness value of 568993 is 0.46.

The process color (four color CMYK) of #568993 color hex is 0.41, 0.07, 0.00, 0.42. Web safe color of #568993 is #669999. Color #568993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10001001 10010011
Octal 126 211 223
Decimal 86 137 147
Hex 56 89 93

RGB Percentages of Color #568993

%23.24
%37.03
%39.73

CMYK Percentages of Color #568993

%41
%7
%0
%42

Triadic Colors of #568993

#568993 #935689 #899356

Analogous Colors of #568993

#568993 #566b93 #56937f

Monochromatic Colors of #568993

#568993

Complementary Color

#568993 #936056

#568993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#568993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#568993 Color CSS Codes

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

#568993 Text Font Color

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

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


#568993 Background Color

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

This div background color is #568993


#568993 Border Color

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

This div border color is #568993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #568993


Comments

No comments written yet.

Please login to write comment.