Color Hex Logo

#536cad Color Hex

#536CAD
(83,108,173)
0 Favorites   0 Comments

Color spaces of #536cad

RGB 83108173
HSL0.620.350.50
HSV223°52°68°
CMYK 0.520.380.00   0.32
XYZ16.472715.581341.6744
Yxy15.58130.22340.2113
Hunter Lab39.47325.4125-34.9651
CIE-Lab46.42039.7166-37.5899

#536cad color RGB value is (83,108,173).

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

The process color (four color CMYK) of #536cad color hex is 0.52, 0.38, 0.00, 0.32. Web safe color of #536cad is #666699. Color #536cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101100 10101101
Octal 123 154 255
Decimal 83 108 173
Hex 53 6C AD

RGB Percentages of Color #536cad

%22.80
%29.67
%47.53

CMYK Percentages of Color #536cad

%52
%38
%0
%32

Triadic Colors of #536cad

#536cad #ad536c #6cad53

Analogous Colors of #536cad

#536cad #6753ad #5399ad

Monochromatic Colors of #536cad

#536cad

Complementary Color

#536cad #ad9453

#536cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#536cad Color CSS Codes

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

#536cad Text Font Color

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

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


#536cad Background Color

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

This div background color is #536cad


#536cad Border Color

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

This div border color is #536cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,108,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 #536cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536cad


Comments

No comments written yet.

Please login to write comment.