Color Hex Logo

#5f8088 Color Hex

#5F8088
(95,128,136)
0 Favorites   0 Comments

Color spaces of #5f8088

RGB 95128136
HSL0.530.180.45
HSV192°30°53°
CMYK 0.300.060.00   0.47
XYZ16.882419.648826.1954
Yxy19.64880.26910.3132
Hunter Lab44.3270-9.5886-4.0091
CIE-Lab51.4378-9.6183-8.1178

#5f8088 color RGB value is (95,128,136).

#5f8088 hex color red value is 95, green value is 128 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #5f8088 hue: 0.53 , saturation: 0.18 and the lightness value of 5f8088 is 0.45.

The process color (four color CMYK) of #5f8088 color hex is 0.30, 0.06, 0.00, 0.47. Web safe color of #5f8088 is #669999. Color #5f8088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10000000 10001000
Octal 137 200 210
Decimal 95 128 136
Hex 5F 80 88

RGB Percentages of Color #5f8088

%26.46
%35.65
%37.88

CMYK Percentages of Color #5f8088

%30
%6
%0
%47

Triadic Colors of #5f8088

#5f8088 #885f80 #80885f

Analogous Colors of #5f8088

#5f8088 #5f6c88 #5f887c

Monochromatic Colors of #5f8088

#5f8088

Complementary Color

#5f8088 #88675f

#5f8088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f8088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f8088 Color CSS Codes

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

#5f8088 Text Font Color

<p style="color:#5f8088">Text here</p>

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


#5f8088 Background Color

<div style="background-color:#5f8088">
Div content here</div>

This div background color is #5f8088


#5f8088 Border Color

<div style="border:3px solid #5f8088">
Div here</div>

This div border color is #5f8088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,128,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f8088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f8088;
  -webkit-box-shadow: 1px 1px 3px 2px #5f8088;
  box-shadow:         1px 1px 3px 2px #5f8088; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,128,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f8088


Comments

No comments written yet.

Please login to write comment.