Color Hex Logo

#535897 Color Hex

#535897
(83,88,151)
0 Favorites   0 Comments

Color spaces of #535897

RGB 8388151
HSL0.650.290.46
HSV236°45°59°
CMYK 0.450.420.00   0.41
XYZ12.642911.052830.7452
Yxy11.05280.23220.2030
Hunter Lab33.24589.7010-31.5585
CIE-Lab39.669315.2808-35.2292

#535897 color RGB value is (83,88,151).

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

The process color (four color CMYK) of #535897 color hex is 0.45, 0.42, 0.00, 0.41. Web safe color of #535897 is #666699. Color #535897 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011000 10010111
Octal 123 130 227
Decimal 83 88 151
Hex 53 58 97

RGB Percentages of Color #535897

%25.78
%27.33
%46.89

CMYK Percentages of Color #535897

%45
%42
%0
%41

Triadic Colors of #535897

#535897 #975358 #589753

Analogous Colors of #535897

#535897 #705397 #537a97

Monochromatic Colors of #535897

#535897

Complementary Color

#535897 #979253

#535897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535897 Color CSS Codes

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

#535897 Text Font Color

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

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


#535897 Background Color

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

This div background color is #535897


#535897 Border Color

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

This div border color is #535897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535897


Comments

No comments written yet.

Please login to write comment.