Color Hex Logo

#536fbf Color Hex

#536FBF
(83,111,191)
0 Favorites   0 Comments

Color spaces of #536fbf

RGB 83111191
HSL0.620.460.54
HSV224°57°75°
CMYK 0.570.420.00   0.25
XYZ18.655716.969551.5824
Yxy16.96950.21390.1946
Hunter Lab41.19418.7483-45.4060
CIE-Lab48.221613.7597-45.1843

#536fbf color RGB value is (83,111,191).

#536fbf hex color red value is 83, green value is 111 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #536fbf hue: 0.62 , saturation: 0.46 and the lightness value of 536fbf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101111 10111111
Octal 123 157 277
Decimal 83 111 191
Hex 53 6F BF

RGB Percentages of Color #536fbf

%21.56
%28.83
%49.61

CMYK Percentages of Color #536fbf

%57
%42
%0
%25

Triadic Colors of #536fbf

#536fbf #bf536f #6fbf53

Analogous Colors of #536fbf

#536fbf #6d53bf #53a5bf

Monochromatic Colors of #536fbf

#536fbf

Complementary Color

#536fbf #bfa353

#536fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#536fbf Color CSS Codes

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

#536fbf Text Font Color

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

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


#536fbf Background Color

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

This div background color is #536fbf


#536fbf Border Color

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

This div border color is #536fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536fbf


Comments

No comments written yet.

Please login to write comment.