Color Hex Logo

#539893 Color Hex

#539893
(83,152,147)
0 Favorites   0 Comments

Color spaces of #539893

RGB 83152147
HSL0.490.290.46
HSV176°45°60°
CMYK 0.450.000.03   0.40
XYZ20.062026.402131.6425
Yxy26.40210.25690.3380
Hunter Lab51.3830-20.2266-0.5437
CIE-Lab58.4168-23.0598-4.1701

#539893 color RGB value is (83,152,147).

#539893 hex color red value is 83, green value is 152 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #539893 hue: 0.49 , saturation: 0.29 and the lightness value of 539893 is 0.46.

The process color (four color CMYK) of #539893 color hex is 0.45, 0.00, 0.03, 0.40. Web safe color of #539893 is #669999. Color #539893 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011000 10010011
Octal 123 230 223
Decimal 83 152 147
Hex 53 98 93

RGB Percentages of Color #539893

%21.73
%39.79
%38.48

CMYK Percentages of Color #539893

%45
%0
%3
%40

Triadic Colors of #539893

#539893 #935398 #989353

Analogous Colors of #539893

#539893 #537b98 #539871

Monochromatic Colors of #539893

#539893

Complementary Color

#539893 #985358

#539893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#539893 Color CSS Codes

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

#539893 Text Font Color

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

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


#539893 Background Color

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

This div background color is #539893


#539893 Border Color

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

This div border color is #539893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539893


Comments

No comments written yet.

Please login to write comment.