Color Hex Logo

#053538 Color Hex

#053538
(5,53,56)
0 Favorites   0 Comments

Color spaces of #053538

RGB 55356
HSL0.510.840.12
HSV184°91°22°
CMYK 0.910.050.00   0.78
XYZ2.04952.86404.1862
Yxy2.86400.22520.3147
Hunter Lab16.9234-7.9987-2.8198
CIE-Lab19.4908-13.8094-6.3110

#053538 color RGB value is (5,53,56).

#053538 hex color red value is 5, green value is 53 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #053538 hue: 0.51 , saturation: 0.84 and the lightness value of 053538 is 0.12.

The process color (four color CMYK) of #053538 color hex is 0.91, 0.05, 0.00, 0.78. Web safe color of #053538 is #003333. Color #053538 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110101 00111000
Octal 5 65 70
Decimal 5 53 56
Hex 5 35 38

RGB Percentages of Color #053538

%4.39
%46.49
%49.12

CMYK Percentages of Color #053538

%91
%5
%0
%78

Triadic Colors of #053538

#053538 #380535 #353805

Analogous Colors of #053538

#053538 #051c38 #053822

Monochromatic Colors of #053538

#053538

Complementary Color

#053538 #380805

#053538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053538 Color CSS Codes

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

#053538 Text Font Color

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

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


#053538 Background Color

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

This div background color is #053538


#053538 Border Color

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

This div border color is #053538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053538


Comments

No comments written yet.

Please login to write comment.