Color Hex Logo

#536990 Color Hex

#536990
(83,105,144)
0 Favorites   0 Comments

Color spaces of #536990

RGB 83105144
HSL0.610.270.45
HSV218°42°56°
CMYK 0.420.270.00   0.44
XYZ13.652913.955828.3597
Yxy13.95580.24390.2494
Hunter Lab37.3575-0.1398-18.8594
CIE-Lab44.16952.5066-23.9849

#536990 color RGB value is (83,105,144).

#536990 hex color red value is 83, green value is 105 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #536990 hue: 0.61 , saturation: 0.27 and the lightness value of 536990 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101001 10010000
Octal 123 151 220
Decimal 83 105 144
Hex 53 69 90

RGB Percentages of Color #536990

%25.00
%31.63
%43.37

CMYK Percentages of Color #536990

%42
%27
%0
%44

Triadic Colors of #536990

#536990 #905369 #699053

Analogous Colors of #536990

#536990 #5b5390 #538890

Monochromatic Colors of #536990

#536990

Complementary Color

#536990 #907a53

#536990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536990 Color CSS Codes

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

#536990 Text Font Color

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

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


#536990 Background Color

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

This div background color is #536990


#536990 Border Color

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

This div border color is #536990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536990


Comments

No comments written yet.

Please login to write comment.