Color Hex Logo

#05354d Color Hex

#05354D
(5,53,77)
0 Favorites   0 Comments

Color spaces of #05354d

RGB 55377
HSL0.560.880.16
HSV200°94°30°
CMYK 0.940.310.00   0.70
XYZ2.67523.11437.4813
Yxy3.11430.20160.2347
Hunter Lab17.6474-3.8238-12.7818
CIE-Lab20.4960-5.2172-18.9920

#05354d color RGB value is (5,53,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110101 01001101
Octal 5 65 115
Decimal 5 53 77
Hex 5 35 4D

RGB Percentages of Color #05354d

%3.70
%39.26
%57.04

CMYK Percentages of Color #05354d

%94
%31
%0
%70

Triadic Colors of #05354d

#05354d #4d0535 #354d05

Analogous Colors of #05354d

#05354d #05114d #054d41

Monochromatic Colors of #05354d

#05354d

Complementary Color

#05354d #4d1d05

#05354d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05354d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05354d Color CSS Codes

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

#05354d Text Font Color

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

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


#05354d Background Color

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

This div background color is #05354d


#05354d Border Color

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

This div border color is #05354d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,53,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 #05354d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05354d


Comments

No comments written yet.

Please login to write comment.