Color Hex Logo

#5798bc Color Hex

#5798BC
(87,152,188)
0 Favorites   0 Comments

Color spaces of #5798bc

RGB 87152188
HSL0.560.430.54
HSV201°54°74°
CMYK 0.540.190.00   0.26
XYZ24.235828.113551.7260
Yxy28.11350.23290.2701
Hunter Lab53.0222-11.1986-20.7251
CIE-Lab59.9911-10.4869-25.0365

#5798bc color RGB value is (87,152,188).

#5798bc hex color red value is 87, green value is 152 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5798bc hue: 0.56 , saturation: 0.43 and the lightness value of 5798bc is 0.54.

The process color (four color CMYK) of #5798bc color hex is 0.54, 0.19, 0.00, 0.26. Web safe color of #5798bc is #6699cc. Color #5798bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10011000 10111100
Octal 127 230 274
Decimal 87 152 188
Hex 57 98 BC

RGB Percentages of Color #5798bc

%20.37
%35.60
%44.03

CMYK Percentages of Color #5798bc

%54
%19
%0
%26

Triadic Colors of #5798bc

#5798bc #bc5798 #98bc57

Analogous Colors of #5798bc

#5798bc #5766bc #57bcae

Monochromatic Colors of #5798bc

#5798bc

Complementary Color

#5798bc #bc7b57

#5798bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5798bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5798bc Color CSS Codes

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

#5798bc Text Font Color

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

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


#5798bc Background Color

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

This div background color is #5798bc


#5798bc Border Color

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

This div border color is #5798bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,152,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5798bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5798bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5798bc;
  box-shadow:         1px 1px 3px 2px #5798bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,152,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5798bc


Comments

No comments written yet.

Please login to write comment.