Color Hex Logo

#505f88 Color Hex

#505F88
(80,95,136)
0 Favorites   0 Comments

Color spaces of #505f88

RGB 8095136
HSL0.620.260.42
HSV224°41°53°
CMYK 0.410.300.00   0.47
XYZ11.844411.667524.9203
Yxy11.66750.24460.2409
Hunter Lab34.15772.1200-19.3455
CIE-Lab40.68275.4219-24.6091

#505f88 color RGB value is (80,95,136).

#505f88 hex color red value is 80, green value is 95 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #505f88 hue: 0.62 , saturation: 0.26 and the lightness value of 505f88 is 0.42.

The process color (four color CMYK) of #505f88 color hex is 0.41, 0.30, 0.00, 0.47. Web safe color of #505f88 is #666699. Color #505f88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011111 10001000
Octal 120 137 210
Decimal 80 95 136
Hex 50 5F 88

RGB Percentages of Color #505f88

%25.72
%30.55
%43.73

CMYK Percentages of Color #505f88

%41
%30
%0
%47

Triadic Colors of #505f88

#505f88 #88505f #5f8850

Analogous Colors of #505f88

#505f88 #5d5088 #507b88

Monochromatic Colors of #505f88

#505f88

Complementary Color

#505f88 #887950

#505f88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505f88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505f88 Color CSS Codes

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

#505f88 Text Font Color

<p style="color:#505f88">Text here</p>

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


#505f88 Background Color

<div style="background-color:#505f88">
Div content here</div>

This div background color is #505f88


#505f88 Border Color

<div style="border:3px solid #505f88">
Div here</div>

This div border color is #505f88


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,95,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 #505f88">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505f88


Comments

No comments written yet.

Please login to write comment.