Color Hex Logo

#538285 Color Hex

#538285
(83,130,133)
0 Favorites   0 Comments

Color spaces of #538285

RGB 83130133
HSL0.510.230.42
HSV184°38°52°
CMYK 0.380.020.00   0.48
XYZ15.783519.497725.1219
Yxy19.49770.26130.3228
Hunter Lab44.1562-13.4691-2.8227
CIE-Lab51.2645-15.1068-6.6937

#538285 color RGB value is (83,130,133).

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

The process color (four color CMYK) of #538285 color hex is 0.38, 0.02, 0.00, 0.48. Web safe color of #538285 is #669999. Color #538285 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000010 10000101
Octal 123 202 205
Decimal 83 130 133
Hex 53 82 85

RGB Percentages of Color #538285

%23.99
%37.57
%38.44

CMYK Percentages of Color #538285

%38
%2
%0
%48

Triadic Colors of #538285

#538285 #855382 #828553

Analogous Colors of #538285

#538285 #536985 #53856f

Monochromatic Colors of #538285

#538285

Complementary Color

#538285 #855653

#538285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538285 Color CSS Codes

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

#538285 Text Font Color

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

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


#538285 Background Color

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

This div background color is #538285


#538285 Border Color

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

This div border color is #538285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538285


Comments

No comments written yet.

Please login to write comment.