Color Hex Logo

#536eae Color Hex

#536EAE
(83,110,174)
0 Favorites   0 Comments

Color spaces of #536eae

RGB 83110174
HSL0.620.360.50
HSV222°52°68°
CMYK 0.520.370.00   0.32
XYZ16.783216.046942.2572
Yxy16.04690.22350.2137
Hunter Lab40.05864.6830-34.5031
CIE-Lab47.03608.8036-37.2022

#536eae color RGB value is (83,110,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101110 10101110
Octal 123 156 256
Decimal 83 110 174
Hex 53 6E AE

RGB Percentages of Color #536eae

%22.62
%29.97
%47.41

CMYK Percentages of Color #536eae

%52
%37
%0
%32

Triadic Colors of #536eae

#536eae #ae536e #6eae53

Analogous Colors of #536eae

#536eae #6653ae #539cae

Monochromatic Colors of #536eae

#536eae

Complementary Color

#536eae #ae9353

#536eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#536eae Color CSS Codes

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

#536eae Text Font Color

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

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


#536eae Background Color

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

This div background color is #536eae


#536eae Border Color

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

This div border color is #536eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536eae


Comments

No comments written yet.

Please login to write comment.