Color Hex Logo

#536283 Color Hex

#536283
(83,98,131)
3 Favorites   0 Comments

Color spaces of #536283

RGB 8398131
HSL0.610.220.42
HSV221°37°51°
CMYK 0.370.250.00   0.49
XYZ12.031712.213123.1959
Yxy12.21310.25360.2574
Hunter Lab34.94720.2966-14.8901
CIE-Lab41.55282.9809-20.2194

#536283 color RGB value is (83,98,131).

#536283 hex color red value is 83, green value is 98 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #536283 hue: 0.61 , saturation: 0.22 and the lightness value of 536283 is 0.42.

The process color (four color CMYK) of #536283 color hex is 0.37, 0.25, 0.00, 0.49. Web safe color of #536283 is #666699. Color #536283 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100010 10000011
Octal 123 142 203
Decimal 83 98 131
Hex 53 62 83

RGB Percentages of Color #536283

%26.60
%31.41
%41.99

CMYK Percentages of Color #536283

%37
%25
%0
%49

Triadic Colors of #536283

#536283 #835362 #628353

Analogous Colors of #536283

#536283 #5c5383 #537a83

Monochromatic Colors of #536283

#536283

Complementary Color

#536283 #837453

#536283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#536283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#536283 Color CSS Codes

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

#536283 Text Font Color

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

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


#536283 Background Color

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

This div background color is #536283


#536283 Border Color

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

This div border color is #536283


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,98,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #536283; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #536283;
  -webkit-box-shadow: 1px 1px 3px 2px #536283;
  box-shadow:         1px 1px 3px 2px #536283; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #536283

#536283 Color Palettes


Comments

No comments written yet.

Please login to write comment.