Color Hex Logo

#053335 Color Hex

#053335
(5,51,53)
0 Favorites   0 Comments

Color spaces of #053335

RGB 55153
HSL0.510.830.11
HSV183°91°21°
CMYK 0.910.040.00   0.79
XYZ1.88902.65703.7814
Yxy2.65700.22680.3191
Hunter Lab16.3003-7.8396-2.3441
CIE-Lab18.6143-13.7633-5.5723

#053335 color RGB value is (5,51,53).

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

The process color (four color CMYK) of #053335 color hex is 0.91, 0.04, 0.00, 0.79. Web safe color of #053335 is #003333. Color #053335 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110011 00110101
Octal 5 63 65
Decimal 5 51 53
Hex 5 33 35

RGB Percentages of Color #053335

%4.59
%46.79
%48.62

CMYK Percentages of Color #053335

%91
%4
%0
%79

Triadic Colors of #053335

#053335 #350533 #333505

Analogous Colors of #053335

#053335 #051b35 #05351f

Monochromatic Colors of #053335

#053335

Complementary Color

#053335 #350705

#053335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053335 Color CSS Codes

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

#053335 Text Font Color

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

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


#053335 Background Color

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

This div background color is #053335


#053335 Border Color

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

This div border color is #053335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053335


Comments

No comments written yet.

Please login to write comment.