Color Hex Logo

#538581 Color Hex

#538581
(83,133,129)
0 Favorites   0 Comments

Color spaces of #538581

RGB 83133129
HSL0.490.230.42
HSV175°38°52°
CMYK 0.380.000.03   0.48
XYZ15.917320.199023.8288
Yxy20.19900.26550.3370
Hunter Lab44.9433-15.43250.0249
CIE-Lab52.0615-17.7677-3.1777

#538581 color RGB value is (83,133,129).

#538581 hex color red value is 83, green value is 133 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #538581 hue: 0.49 , saturation: 0.23 and the lightness value of 538581 is 0.42.

The process color (four color CMYK) of #538581 color hex is 0.38, 0.00, 0.03, 0.48. Web safe color of #538581 is #669999. Color #538581 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000101 10000001
Octal 123 205 201
Decimal 83 133 129
Hex 53 85 81

RGB Percentages of Color #538581

%24.06
%38.55
%37.39

CMYK Percentages of Color #538581

%38
%0
%3
%48

Triadic Colors of #538581

#538581 #815385 #858153

Analogous Colors of #538581

#538581 #537085 #538568

Monochromatic Colors of #538581

#538581

Complementary Color

#538581 #855357

#538581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538581 Color CSS Codes

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

#538581 Text Font Color

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

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


#538581 Background Color

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

This div background color is #538581


#538581 Border Color

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

This div border color is #538581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538581


Comments

No comments written yet.

Please login to write comment.