Color Hex Logo

#053238 Color Hex

#053238
(5,50,56)
0 Favorites   0 Comments

Color spaces of #053238

RGB 55056
HSL0.520.840.12
HSV187°91°22°
CMYK 0.910.110.00   0.78
XYZ1.91702.59904.1420
Yxy2.59900.22140.3002
Hunter Lab16.1214-6.9870-3.9481
CIE-Lab18.3605-12.0038-8.0213

#053238 color RGB value is (5,50,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110010 00111000
Octal 5 62 70
Decimal 5 50 56
Hex 5 32 38

RGB Percentages of Color #053238

%4.50
%45.05
%50.45

CMYK Percentages of Color #053238

%91
%11
%0
%78

Triadic Colors of #053238

#053238 #380532 #323805

Analogous Colors of #053238

#053238 #051938 #053825

Monochromatic Colors of #053238

#053238

Complementary Color

#053238 #380b05

#053238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053238 Color CSS Codes

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

#053238 Text Font Color

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

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


#053238 Background Color

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

This div background color is #053238


#053238 Border Color

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

This div border color is #053238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053238


Comments

No comments written yet.

Please login to write comment.