Color Hex Logo

#535993 Color Hex

#535993
(83,89,147)
0 Favorites   0 Comments

Color spaces of #535993

RGB 8389147
HSL0.650.280.45
HSV234°44°58°
CMYK 0.440.390.00   0.42
XYZ12.406111.090329.0905
Yxy11.09030.23590.2109
Hunter Lab33.30218.2183-28.4803
CIE-Lab39.732113.4062-32.7233

#535993 color RGB value is (83,89,147).

#535993 hex color red value is 83, green value is 89 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #535993 hue: 0.65 , saturation: 0.28 and the lightness value of 535993 is 0.45.

The process color (four color CMYK) of #535993 color hex is 0.44, 0.39, 0.00, 0.42. Web safe color of #535993 is #666699. Color #535993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011001 10010011
Octal 123 131 223
Decimal 83 89 147
Hex 53 59 93

RGB Percentages of Color #535993

%26.02
%27.90
%46.08

CMYK Percentages of Color #535993

%44
%39
%0
%42

Triadic Colors of #535993

#535993 #935359 #599353

Analogous Colors of #535993

#535993 #6d5393 #537993

Monochromatic Colors of #535993

#535993

Complementary Color

#535993 #938d53

#535993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535993 Color CSS Codes

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

#535993 Text Font Color

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

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


#535993 Background Color

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

This div background color is #535993


#535993 Border Color

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

This div border color is #535993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535993


Comments

No comments written yet.

Please login to write comment.