Color Hex Logo

#53699b Color Hex

#53699B
(83,105,155)
0 Favorites   0 Comments

Color spaces of #53699b

RGB 83105155
HSL0.620.300.47
HSV222°46°61°
CMYK 0.460.320.00   0.39
XYZ14.535214.308733.0061
Yxy14.30870.23500.2313
Hunter Lab37.82682.3928-25.2552
CIE-Lab44.67245.8621-29.7435

#53699b color RGB value is (83,105,155).

#53699b hex color red value is 83, green value is 105 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #53699b hue: 0.62 , saturation: 0.30 and the lightness value of 53699b is 0.47.

The process color (four color CMYK) of #53699b color hex is 0.46, 0.32, 0.00, 0.39. Web safe color of #53699b is #666699. Color #53699b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01101001 10011011
Octal 123 151 233
Decimal 83 105 155
Hex 53 69 9B

RGB Percentages of Color #53699b

%24.20
%30.61
%45.19

CMYK Percentages of Color #53699b

%46
%32
%0
%39

Triadic Colors of #53699b

#53699b #9b5369 #699b53

Analogous Colors of #53699b

#53699b #61539b #538d9b

Monochromatic Colors of #53699b

#53699b

Complementary Color

#53699b #9b8553

#53699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53699b Color CSS Codes

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

#53699b Text Font Color

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

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


#53699b Background Color

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

This div background color is #53699b


#53699b Border Color

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

This div border color is #53699b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,105,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53699b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53699b;
  -webkit-box-shadow: 1px 1px 3px 2px #53699b;
  box-shadow:         1px 1px 3px 2px #53699b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53699b


Comments

No comments written yet.

Please login to write comment.