Color Hex Logo

#535faa Color Hex

#535FAA
(83,95,170)
0 Favorites   0 Comments

Color spaces of #535faa

RGB 8395170
HSL0.640.340.50
HSV232°51°67°
CMYK 0.510.440.00   0.33
XYZ14.915212.925739.7390
Yxy12.92570.22070.1913
Hunter Lab35.952311.1360-40.3681
CIE-Lab42.651116.8849-41.8049

#535faa color RGB value is (83,95,170).

#535faa hex color red value is 83, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #535faa hue: 0.64 , saturation: 0.34 and the lightness value of 535faa is 0.50.

The process color (four color CMYK) of #535faa color hex is 0.51, 0.44, 0.00, 0.33. Web safe color of #535faa is #666699. Color #535faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011111 10101010
Octal 123 137 252
Decimal 83 95 170
Hex 53 5F AA

RGB Percentages of Color #535faa

%23.85
%27.30
%48.85

CMYK Percentages of Color #535faa

%51
%44
%0
%33

Triadic Colors of #535faa

#535faa #aa535f #5faa53

Analogous Colors of #535faa

#535faa #7353aa #538baa

Monochromatic Colors of #535faa

#535faa

Complementary Color

#535faa #aa9e53

#535faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#535faa Color CSS Codes

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

#535faa Text Font Color

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

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


#535faa Background Color

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

This div background color is #535faa


#535faa Border Color

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

This div border color is #535faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,95,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535faa;
  -webkit-box-shadow: 1px 1px 3px 2px #535faa;
  box-shadow:         1px 1px 3px 2px #535faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535faa


Comments

No comments written yet.

Please login to write comment.