Color Hex Logo

#589cbc Color Hex

#589CBC
(88,156,188)
0 Favorites   0 Comments

Color spaces of #589cbc

RGB 88156188
HSL0.550.430.54
HSV199°53°74°
CMYK 0.530.170.00   0.26
XYZ24.990129.482551.9505
Yxy29.48250.23480.2770
Hunter Lab54.2978-12.8680-18.7184
CIE-Lab61.2051-12.4638-23.1689

#589cbc color RGB value is (88,156,188).

#589cbc hex color red value is 88, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #589cbc hue: 0.55 , saturation: 0.43 and the lightness value of 589cbc is 0.54.

The process color (four color CMYK) of #589cbc color hex is 0.53, 0.17, 0.00, 0.26. Web safe color of #589cbc is #6699cc. Color #589cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011100 10111100
Octal 130 234 274
Decimal 88 156 188
Hex 58 9C BC

RGB Percentages of Color #589cbc

%20.37
%36.11
%43.52

CMYK Percentages of Color #589cbc

%53
%17
%0
%26

Triadic Colors of #589cbc

#589cbc #bc589c #9cbc58

Analogous Colors of #589cbc

#589cbc #586abc #58bcaa

Monochromatic Colors of #589cbc

#589cbc

Complementary Color

#589cbc #bc7858

#589cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#589cbc Color CSS Codes

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

#589cbc Text Font Color

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

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


#589cbc Background Color

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

This div background color is #589cbc


#589cbc Border Color

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

This div border color is #589cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,156,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #589cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #589cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #589cbc;
  box-shadow:         1px 1px 3px 2px #589cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,156,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 #589cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589cbc


Comments

No comments written yet.

Please login to write comment.