Color Hex Logo

#535bad Color Hex

#535BAD
(83,91,173)
0 Favorites   0 Comments

Color spaces of #535bad

RGB 8391173
HSL0.650.350.50
HSV235°52°68°
CMYK 0.520.470.00   0.32
XYZ14.851212.338341.1340
Yxy12.33830.21740.1806
Hunter Lab35.125913.9993-44.8431
CIE-Lab41.748820.3877-45.0138

#535bad color RGB value is (83,91,173).

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

The process color (four color CMYK) of #535bad color hex is 0.52, 0.47, 0.00, 0.32. Web safe color of #535bad is #666699. Color #535bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011011 10101101
Octal 123 133 255
Decimal 83 91 173
Hex 53 5B AD

RGB Percentages of Color #535bad

%23.92
%26.22
%49.86

CMYK Percentages of Color #535bad

%52
%47
%0
%32

Triadic Colors of #535bad

#535bad #ad535b #5bad53

Analogous Colors of #535bad

#535bad #7853ad #5388ad

Monochromatic Colors of #535bad

#535bad

Complementary Color

#535bad #ada553

#535bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#535bad Color CSS Codes

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

#535bad Text Font Color

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

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


#535bad Background Color

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

This div background color is #535bad


#535bad Border Color

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

This div border color is #535bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535bad


Comments

No comments written yet.

Please login to write comment.