Color Hex Logo

#536cbe Color Hex

#536CBE
(83,108,190)
0 Favorites   0 Comments

Color spaces of #536cbe

RGB 83108190
HSL0.630.450.54
HSV226°56°75°
CMYK 0.560.430.00   0.25
XYZ18.224116.281850.8974
Yxy16.28180.21340.1906
Hunter Lab40.350710.0045-46.5415
CIE-Lab47.342115.2924-46.0075

#536cbe color RGB value is (83,108,190).

#536cbe hex color red value is 83, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #536cbe hue: 0.63 , saturation: 0.45 and the lightness value of 536cbe is 0.54.

The process color (four color CMYK) of #536cbe color hex is 0.56, 0.43, 0.00, 0.25. Web safe color of #536cbe is #6666cc. Color #536cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101100 10111110
Octal 123 154 276
Decimal 83 108 190
Hex 53 6C BE

RGB Percentages of Color #536cbe

%21.78
%28.35
%49.87

CMYK Percentages of Color #536cbe

%56
%43
%0
%25

Triadic Colors of #536cbe

#536cbe #be536c #6cbe53

Analogous Colors of #536cbe

#536cbe #7053be #53a2be

Monochromatic Colors of #536cbe

#536cbe

Complementary Color

#536cbe #bea553

#536cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#536cbe Color CSS Codes

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

#536cbe Text Font Color

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

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


#536cbe Background Color

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

This div background color is #536cbe


#536cbe Border Color

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

This div border color is #536cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536cbe


Comments

No comments written yet.

Please login to write comment.