Color Hex Logo

#58929b Color Hex

#58929B
(88,146,155)
0 Favorites   0 Comments

Color spaces of #58929b

RGB 88146155
HSL0.520.280.48
HSV188°43°61°
CMYK 0.430.060.00   0.39
XYZ20.219824.999034.7699
Yxy24.99900.25280.3125
Hunter Lab49.9990-15.3121-6.2317
CIE-Lab57.0744-16.4954-10.7125

#58929b color RGB value is (88,146,155).

#58929b hex color red value is 88, green value is 146 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #58929b hue: 0.52 , saturation: 0.28 and the lightness value of 58929b is 0.48.

The process color (four color CMYK) of #58929b color hex is 0.43, 0.06, 0.00, 0.39. Web safe color of #58929b is #669999. Color #58929b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010010 10011011
Octal 130 222 233
Decimal 88 146 155
Hex 58 92 9B

RGB Percentages of Color #58929b

%22.62
%37.53
%39.85

CMYK Percentages of Color #58929b

%43
%6
%0
%39

Triadic Colors of #58929b

#58929b #9b5892 #929b58

Analogous Colors of #58929b

#58929b #58719b #589b83

Monochromatic Colors of #58929b

#58929b

Complementary Color

#58929b #9b6158

#58929b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58929b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58929b Color CSS Codes

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

#58929b Text Font Color

<p style="color:#58929b">Text here</p>

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


#58929b Background Color

<div style="background-color:#58929b">
Div content here</div>

This div background color is #58929b


#58929b Border Color

<div style="border:3px solid #58929b">
Div here</div>

This div border color is #58929b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,146,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58929b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58929b;
  -webkit-box-shadow: 1px 1px 3px 2px #58929b;
  box-shadow:         1px 1px 3px 2px #58929b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58929b


Comments

No comments written yet.

Please login to write comment.