Color Hex Logo

#535bae Color Hex

#535BAE
(83,91,174)
0 Favorites   0 Comments

Color spaces of #535bae

RGB 8391174
HSL0.650.360.50
HSV235°52°68°
CMYK 0.520.480.00   0.32
XYZ14.948312.377241.6456
Yxy12.37720.21670.1795
Hunter Lab35.181214.2764-45.5573
CIE-Lab41.809420.7120-45.5062

#535bae color RGB value is (83,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011011 10101110
Octal 123 133 256
Decimal 83 91 174
Hex 53 5B AE

RGB Percentages of Color #535bae

%23.85
%26.15
%50.00

CMYK Percentages of Color #535bae

%52
%48
%0
%32

Triadic Colors of #535bae

#535bae #ae535b #5bae53

Analogous Colors of #535bae

#535bae #7953ae #5389ae

Monochromatic Colors of #535bae

#535bae

Complementary Color

#535bae #aea653

#535bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#535bae Color CSS Codes

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

#535bae Text Font Color

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

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


#535bae Background Color

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

This div background color is #535bae


#535bae Border Color

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

This div border color is #535bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535bae


Comments

No comments written yet.

Please login to write comment.