Color Hex Logo

#053350 Color Hex

#053350
(5,51,80)
0 Favorites   0 Comments

Color spaces of #053350

RGB 55180
HSL0.560.880.17
HSV203°94°31°
CMYK 0.940.360.00   0.69
XYZ2.69442.97918.0224
Yxy2.97910.19670.2175
Hunter Lab17.2601-2.3402-15.4757
CIE-Lab19.9600-2.5440-21.8452

#053350 color RGB value is (5,51,80).

#053350 hex color red value is 5, green value is 51 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #053350 hue: 0.56 , saturation: 0.88 and the lightness value of 053350 is 0.17.

The process color (four color CMYK) of #053350 color hex is 0.94, 0.36, 0.00, 0.69. Web safe color of #053350 is #003366. Color #053350 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110011 01010000
Octal 5 63 120
Decimal 5 51 80
Hex 5 33 50

RGB Percentages of Color #053350

%3.68
%37.50
%58.82

CMYK Percentages of Color #053350

%94
%36
%0
%69

Triadic Colors of #053350

#053350 #500533 #335005

Analogous Colors of #053350

#053350 #050e50 #055048

Monochromatic Colors of #053350

#053350

Complementary Color

#053350 #502205

#053350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053350 Color CSS Codes

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

#053350 Text Font Color

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

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


#053350 Background Color

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

This div background color is #053350


#053350 Border Color

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

This div border color is #053350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053350


Comments

No comments written yet.

Please login to write comment.