Color Hex Logo

#05363b Color Hex

#05363B
(5,54,59)
0 Favorites   0 Comments

Color spaces of #05363b

RGB 55459
HSL0.520.840.13
HSV186°92°23°
CMYK 0.920.080.00   0.77
XYZ2.17122.98644.5997
Yxy2.98640.22250.3061
Hunter Lab17.2812-7.8155-3.6842
CIE-Lab19.9893-13.2565-7.6045

#05363b color RGB value is (5,54,59).

#05363b hex color red value is 5, green value is 54 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #05363b hue: 0.52 , saturation: 0.84 and the lightness value of 05363b is 0.13.

The process color (four color CMYK) of #05363b color hex is 0.92, 0.08, 0.00, 0.77. Web safe color of #05363b is #003333. Color #05363b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110110 00111011
Octal 5 66 73
Decimal 5 54 59
Hex 5 36 3B

RGB Percentages of Color #05363b

%4.24
%45.76
%50.00

CMYK Percentages of Color #05363b

%92
%8
%0
%77

Triadic Colors of #05363b

#05363b #3b0536 #363b05

Analogous Colors of #05363b

#05363b #051b3b #053b25

Monochromatic Colors of #05363b

#05363b

Complementary Color

#05363b #3b0a05

#05363b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05363b Color Preview on White Background

Lorem ipsum dolor sit amet.

#05363b Color CSS Codes

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

#05363b Text Font Color

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

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


#05363b Background Color

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

This div background color is #05363b


#05363b Border Color

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

This div border color is #05363b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,54,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05363b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05363b;
  -webkit-box-shadow: 1px 1px 3px 2px #05363b;
  box-shadow:         1px 1px 3px 2px #05363b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05363b


Comments

No comments written yet.

Please login to write comment.