Color Hex Logo

#055868 Color Hex

#055868
(5,88,104)
0 Favorites   0 Comments

Color spaces of #055868

RGB 588104
HSL0.530.910.21
HSV190°95°41°
CMYK 0.950.150.00   0.59
XYZ6.05108.011214.3241
Yxy8.01120.21320.2822
Hunter Lab28.3041-11.3714-10.1926
CIE-Lab34.0062-15.8954-15.5007

#055868 color RGB value is (5,88,104).

#055868 hex color red value is 5, green value is 88 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #055868 hue: 0.53 , saturation: 0.91 and the lightness value of 055868 is 0.21.

The process color (four color CMYK) of #055868 color hex is 0.95, 0.15, 0.00, 0.59. Web safe color of #055868 is #006666. Color #055868 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011000 01101000
Octal 5 130 150
Decimal 5 88 104
Hex 5 58 68

RGB Percentages of Color #055868

%2.54
%44.67
%52.79

CMYK Percentages of Color #055868

%95
%15
%0
%59

Triadic Colors of #055868

#055868 #680558 #586805

Analogous Colors of #055868

#055868 #052768 #056846

Monochromatic Colors of #055868

#055868

Complementary Color

#055868 #681505

#055868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055868 Color CSS Codes

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

#055868 Text Font Color

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

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


#055868 Background Color

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

This div background color is #055868


#055868 Border Color

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

This div border color is #055868


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,88,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055868; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055868;
  -webkit-box-shadow: 1px 1px 3px 2px #055868;
  box-shadow:         1px 1px 3px 2px #055868; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,88,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055868


Comments

No comments written yet.

Please login to write comment.