Color Hex Logo

#05384d Color Hex

#05384D
(5,56,77)
0 Favorites   0 Comments

Color spaces of #05384d

RGB 55677
HSL0.550.880.16
HSV198°94°30°
CMYK 0.940.270.00   0.70
XYZ2.81633.39647.5283
Yxy3.39640.20500.2472
Hunter Lab18.4293-4.9736-11.3192
CIE-Lab21.5662-7.2021-17.3179

#05384d color RGB value is (5,56,77).

#05384d hex color red value is 5, green value is 56 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #05384d hue: 0.55 , saturation: 0.88 and the lightness value of 05384d is 0.16.

The process color (four color CMYK) of #05384d color hex is 0.94, 0.27, 0.00, 0.70. Web safe color of #05384d is #003366. Color #05384d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111000 01001101
Octal 5 70 115
Decimal 5 56 77
Hex 5 38 4D

RGB Percentages of Color #05384d

%3.62
%40.58
%55.80

CMYK Percentages of Color #05384d

%94
%27
%0
%70

Triadic Colors of #05384d

#05384d #4d0538 #384d05

Analogous Colors of #05384d

#05384d #05144d #054d3e

Monochromatic Colors of #05384d

#05384d

Complementary Color

#05384d #4d1a05

#05384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05384d Color CSS Codes

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

#05384d Text Font Color

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

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


#05384d Background Color

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

This div background color is #05384d


#05384d Border Color

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

This div border color is #05384d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,56,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05384d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05384d;
  -webkit-box-shadow: 1px 1px 3px 2px #05384d;
  box-shadow:         1px 1px 3px 2px #05384d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05384d


Comments

No comments written yet.

Please login to write comment.