Color Hex Logo

#535baf Color Hex

#535BAF
(83,91,175)
0 Favorites   0 Comments

Color spaces of #535baf

RGB 8391175
HSL0.650.370.51
HSV235°53°69°
CMYK 0.530.480.00   0.31
XYZ15.046212.416342.1610
Yxy12.41630.21610.1783
Hunter Lab35.236814.5557-46.2751
CIE-Lab41.870321.0378-45.9978

#535baf color RGB value is (83,91,175).

#535baf hex color red value is 83, green value is 91 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #535baf hue: 0.65 , saturation: 0.37 and the lightness value of 535baf is 0.51.

The process color (four color CMYK) of #535baf color hex is 0.53, 0.48, 0.00, 0.31. Web safe color of #535baf is #666699. Color #535baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011011 10101111
Octal 123 133 257
Decimal 83 91 175
Hex 53 5B AF

RGB Percentages of Color #535baf

%23.78
%26.07
%50.14

CMYK Percentages of Color #535baf

%53
%48
%0
%31

Triadic Colors of #535baf

#535baf #af535b #5baf53

Analogous Colors of #535baf

#535baf #7953af #5389af

Monochromatic Colors of #535baf

#535baf

Complementary Color

#535baf #afa753

#535baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#535baf Color CSS Codes

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

#535baf Text Font Color

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

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


#535baf Background Color

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

This div background color is #535baf


#535baf Border Color

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

This div border color is #535baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535baf


Comments

No comments written yet.

Please login to write comment.