Color Hex Logo

#536bae Color Hex

#536BAE
(83,107,174)
0 Favorites   0 Comments

Color spaces of #536bae

RGB 83107174
HSL0.620.360.50
HSV224°52°68°
CMYK 0.520.390.00   0.32
XYZ16.465015.410442.1511
Yxy15.41040.22240.2082
Hunter Lab39.25616.1693-36.1832
CIE-Lab46.191310.6605-38.5364

#536bae color RGB value is (83,107,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101011 10101110
Octal 123 153 256
Decimal 83 107 174
Hex 53 6B AE

RGB Percentages of Color #536bae

%22.80
%29.40
%47.80

CMYK Percentages of Color #536bae

%52
%39
%0
%32

Triadic Colors of #536bae

#536bae #ae536b #6bae53

Analogous Colors of #536bae

#536bae #6953ae #5399ae

Monochromatic Colors of #536bae

#536bae

Complementary Color

#536bae #ae9653

#536bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#536bae Color CSS Codes

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

#536bae Text Font Color

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

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


#536bae Background Color

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

This div background color is #536bae


#536bae Border Color

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

This div border color is #536bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536bae


Comments

No comments written yet.

Please login to write comment.