Color Hex Logo

#589ac5 Color Hex

#589AC5
(88,154,197)
0 Favorites   0 Comments

Color spaces of #589ac5

RGB 88154197
HSL0.570.480.56
HSV204°55°77°
CMYK 0.550.220.00   0.23
XYZ25.658129.217157.1105
Yxy29.21710.22910.2609
Hunter Lab54.0528-9.8611-24.8069
CIE-Lab60.9728-8.6332-28.5813

#589ac5 color RGB value is (88,154,197).

#589ac5 hex color red value is 88, green value is 154 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #589ac5 hue: 0.57 , saturation: 0.48 and the lightness value of 589ac5 is 0.56.

The process color (four color CMYK) of #589ac5 color hex is 0.55, 0.22, 0.00, 0.23. Web safe color of #589ac5 is #6699cc. Color #589ac5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011010 11000101
Octal 130 232 305
Decimal 88 154 197
Hex 58 9A C5

RGB Percentages of Color #589ac5

%20.05
%35.08
%44.87

CMYK Percentages of Color #589ac5

%55
%22
%0
%23

Triadic Colors of #589ac5

#589ac5 #c5589a #9ac558

Analogous Colors of #589ac5

#589ac5 #5863c5 #58c5ba

Monochromatic Colors of #589ac5

#589ac5

Complementary Color

#589ac5 #c58358

#589ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#589ac5 Color CSS Codes

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

#589ac5 Text Font Color

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

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


#589ac5 Background Color

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

This div background color is #589ac5


#589ac5 Border Color

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

This div border color is #589ac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,154,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589ac5


Comments

No comments written yet.

Please login to write comment.