Color Hex Logo

#05356e Color Hex

#05356E
(5,53,110)
0 Favorites   0 Comments

Color spaces of #05356e

RGB 553110
HSL0.590.910.23
HSV213°95°43°
CMYK 0.950.520.00   0.57
XYZ4.15023.704315.2481
Yxy3.70430.17960.1603
Hunter Lab19.24664.8091-33.5000
CIE-Lab22.66879.3923-37.1898

#05356e color RGB value is (5,53,110).

#05356e hex color red value is 5, green value is 53 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #05356e hue: 0.59 , saturation: 0.91 and the lightness value of 05356e is 0.23.

The process color (four color CMYK) of #05356e color hex is 0.95, 0.52, 0.00, 0.57. Web safe color of #05356e is #003366. Color #05356e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110101 01101110
Octal 5 65 156
Decimal 5 53 110
Hex 5 35 6E

RGB Percentages of Color #05356e

%2.98
%31.55
%65.48

CMYK Percentages of Color #05356e

%95
%52
%0
%57

Triadic Colors of #05356e

#05356e #6e0535 #356e05

Analogous Colors of #05356e

#05356e #09056e #056a6e

Monochromatic Colors of #05356e

#05356e

Complementary Color

#05356e #6e3e05

#05356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05356e Color CSS Codes

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

#05356e Text Font Color

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

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


#05356e Background Color

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

This div background color is #05356e


#05356e Border Color

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

This div border color is #05356e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,53,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05356e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05356e;
  -webkit-box-shadow: 1px 1px 3px 2px #05356e;
  box-shadow:         1px 1px 3px 2px #05356e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05356e


Comments

No comments written yet.

Please login to write comment.