Color Hex Logo

#58a5c3 Color Hex

#58A5C3
(88,165,195)
0 Favorites   0 Comments

Color spaces of #58a5c3

RGB 88165195
HSL0.550.470.55
HSV197°55°76°
CMYK 0.550.150.00   0.24
XYZ27.330032.925156.5445
Yxy32.92510.23400.2819
Hunter Lab57.3804-15.3970-18.2600
CIE-Lab64.1002-15.2420-22.6545

#58a5c3 color RGB value is (88,165,195).

#58a5c3 hex color red value is 88, green value is 165 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #58a5c3 hue: 0.55 , saturation: 0.47 and the lightness value of 58a5c3 is 0.55.

The process color (four color CMYK) of #58a5c3 color hex is 0.55, 0.15, 0.00, 0.24. Web safe color of #58a5c3 is #6699cc. Color #58a5c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10100101 11000011
Octal 130 245 303
Decimal 88 165 195
Hex 58 A5 C3

RGB Percentages of Color #58a5c3

%19.64
%36.83
%43.53

CMYK Percentages of Color #58a5c3

%55
%15
%0
%24

Triadic Colors of #58a5c3

#58a5c3 #c358a5 #a5c358

Analogous Colors of #58a5c3

#58a5c3 #5870c3 #58c3ac

Monochromatic Colors of #58a5c3

#58a5c3

Complementary Color

#58a5c3 #c37658

#58a5c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a5c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a5c3 Color CSS Codes

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

#58a5c3 Text Font Color

<p style="color:#58a5c3">Text here</p>

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


#58a5c3 Background Color

<div style="background-color:#58a5c3">
Div content here</div>

This div background color is #58a5c3


#58a5c3 Border Color

<div style="border:3px solid #58a5c3">
Div here</div>

This div border color is #58a5c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,165,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58a5c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58a5c3;
  -webkit-box-shadow: 1px 1px 3px 2px #58a5c3;
  box-shadow:         1px 1px 3px 2px #58a5c3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a5c3

#58a5c3 Color Palettes


Comments

No comments written yet.

Please login to write comment.