Color Hex Logo

#09586b Color Hex

#09586B
(9,88,107)
0 Favorites   0 Comments

Color spaces of #09586b

RGB 988107
HSL0.530.840.23
HSV192°92°42°
CMYK 0.920.180.00   0.58
XYZ6.25628.099115.1435
Yxy8.09910.21210.2746
Hunter Lab28.4589-10.5630-11.6280
CIE-Lab34.1884-14.4491-17.0903

#09586b color RGB value is (9,88,107).

#09586b hex color red value is 9, green value is 88 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #09586b hue: 0.53 , saturation: 0.84 and the lightness value of 09586b is 0.23.

The process color (four color CMYK) of #09586b color hex is 0.92, 0.18, 0.00, 0.58. Web safe color of #09586b is #006666. Color #09586b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011000 01101011
Octal 11 130 153
Decimal 9 88 107
Hex 9 58 6B

RGB Percentages of Color #09586b

%4.41
%43.14
%52.45

CMYK Percentages of Color #09586b

%92
%18
%0
%58

Triadic Colors of #09586b

#09586b #6b0958 #586b09

Analogous Colors of #09586b

#09586b #09276b #096b4d

Monochromatic Colors of #09586b

#09586b

Complementary Color

#09586b #6b1c09

#09586b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09586b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09586b Color CSS Codes

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

#09586b Text Font Color

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

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


#09586b Background Color

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

This div background color is #09586b


#09586b Border Color

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

This div border color is #09586b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09586b


Comments

No comments written yet.

Please login to write comment.