Color Hex Logo

#5388ab Color Hex

#5388AB
(83,136,171)
0 Favorites   0 Comments

Color spaces of #5388ab

RGB 83136171
HSL0.570.350.50
HSV204°51°67°
CMYK 0.510.200.00   0.33
XYZ19.722122.387641.8098
Yxy22.38760.23500.2668
Hunter Lab47.3155-8.3997-19.2700
CIE-Lab54.4359-7.5916-23.9270

#5388ab color RGB value is (83,136,171).

#5388ab hex color red value is 83, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5388ab hue: 0.57 , saturation: 0.35 and the lightness value of 5388ab is 0.50.

The process color (four color CMYK) of #5388ab color hex is 0.51, 0.20, 0.00, 0.33. Web safe color of #5388ab is #669999. Color #5388ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001000 10101011
Octal 123 210 253
Decimal 83 136 171
Hex 53 88 AB

RGB Percentages of Color #5388ab

%21.28
%34.87
%43.85

CMYK Percentages of Color #5388ab

%51
%20
%0
%33

Triadic Colors of #5388ab

#5388ab #ab5388 #88ab53

Analogous Colors of #5388ab

#5388ab #535cab #53aba2

Monochromatic Colors of #5388ab

#5388ab

Complementary Color

#5388ab #ab7653

#5388ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5388ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5388ab Color CSS Codes

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

#5388ab Text Font Color

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

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


#5388ab Background Color

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

This div background color is #5388ab


#5388ab Border Color

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

This div border color is #5388ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,136,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5388ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5388ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5388ab;
  box-shadow:         1px 1px 3px 2px #5388ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5388ab


Comments

No comments written yet.

Please login to write comment.