Color Hex Logo

#053853 Color Hex

#053853
(5,56,83)
1 Favorites   0 Comments

Color spaces of #053853

RGB 55683
HSL0.560.890.17
HSV201°94°33°
CMYK 0.940.330.00   0.67
XYZ3.03813.48518.6962
Yxy3.48510.19960.2290
Hunter Lab18.6684-3.6206-14.5508
CIE-Lab21.8904-4.6400-20.8014

#053853 color RGB value is (5,56,83).

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

The process color (four color CMYK) of #053853 color hex is 0.94, 0.33, 0.00, 0.67. Web safe color of #053853 is #003366. Color #053853 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111000 01010011
Octal 5 70 123
Decimal 5 56 83
Hex 5 38 53

RGB Percentages of Color #053853

%3.47
%38.89
%57.64

CMYK Percentages of Color #053853

%94
%33
%0
%67

Triadic Colors of #053853

#053853 #530538 #385305

Analogous Colors of #053853

#053853 #051153 #055347

Monochromatic Colors of #053853

#053853

Complementary Color

#053853 #532005

#053853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053853 Color CSS Codes

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

#053853 Text Font Color

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

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


#053853 Background Color

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

This div background color is #053853


#053853 Border Color

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

This div border color is #053853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053853

#053853 Color Palettes


Comments

No comments written yet.

Please login to write comment.