Color Hex Logo

#056153 Color Hex

#056153
(5,97,83)
0 Favorites   0 Comments

Color spaces of #056153

RGB 59783
HSL0.470.900.20
HSV171°95°38°
CMYK 0.950.000.14   0.62
XYZ5.89869.20629.6497
Yxy9.20620.23830.3719
Hunter Lab30.3417-18.39662.3830
CIE-Lab36.3783-27.81041.1383

#056153 color RGB value is (5,97,83).

#056153 hex color red value is 5, green value is 97 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #056153 hue: 0.47 , saturation: 0.90 and the lightness value of 056153 is 0.20.

The process color (four color CMYK) of #056153 color hex is 0.95, 0.00, 0.14, 0.62. Web safe color of #056153 is #006666. Color #056153 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100001 01010011
Octal 5 141 123
Decimal 5 97 83
Hex 5 61 53

RGB Percentages of Color #056153

%2.70
%52.43
%44.86

CMYK Percentages of Color #056153

%95
%0
%14
%62

Triadic Colors of #056153

#056153 #530561 #615305

Analogous Colors of #056153

#056153 #054161 #056125

Monochromatic Colors of #056153

#056153

Complementary Color

#056153 #610513

#056153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056153 Color CSS Codes

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

#056153 Text Font Color

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

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


#056153 Background Color

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

This div background color is #056153


#056153 Border Color

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

This div border color is #056153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056153


Comments

No comments written yet.

Please login to write comment.