Color Hex Logo

#00586b Color Hex

#00586B
(0,88,107)
0 Favorites   0 Comments

Color spaces of #00586b

RGB 088107
HSL0.531.000.21
HSV191°100°42°
CMYK 1.000.180.00   0.58
XYZ6.14368.041015.1382
Yxy8.04100.20950.2742
Hunter Lab28.3567-10.9513-11.8023
CIE-Lab34.0681-15.1490-17.2856

#00586b color RGB value is (0,88,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011000 01101011
Octal 0 130 153
Decimal 0 88 107
Hex 0 58 6B

RGB Percentages of Color #00586b

%0.00
%45.13
%54.87

CMYK Percentages of Color #00586b

%100
%18
%0
%58

Triadic Colors of #00586b

#00586b #6b0058 #586b00

Analogous Colors of #00586b

#00586b #00226b #006b49

Monochromatic Colors of #00586b

#00586b

Complementary Color

#00586b #6b1300

#00586b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00586b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00586b Color CSS Codes

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

#00586b Text Font Color

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

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


#00586b Background Color

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

This div background color is #00586b


#00586b Border Color

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

This div border color is #00586b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #00586b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00586b

#00586b Color Palettes


Comments

No comments written yet.

Please login to write comment.