Color Hex Logo

#255059 Color Hex

#255059
(37,80,89)
0 Favorites   0 Comments

Color spaces of #255059

RGB 378089
HSL0.530.410.25
HSV190°58°35°
CMYK 0.580.100.00   0.65
XYZ5.43486.851910.4873
Yxy6.85190.23860.3009
Hunter Lab26.1761-8.7473-5.4309
CIE-Lab31.4674-11.9731-9.8376

#255059 color RGB value is (37,80,89).

#255059 hex color red value is 37, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #255059 hue: 0.53 , saturation: 0.41 and the lightness value of 255059 is 0.25.

The process color (four color CMYK) of #255059 color hex is 0.58, 0.10, 0.00, 0.65. Web safe color of #255059 is #336666. Color #255059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010000 01011001
Octal 45 120 131
Decimal 37 80 89
Hex 25 50 59

RGB Percentages of Color #255059

%17.96
%38.83
%43.20

CMYK Percentages of Color #255059

%58
%10
%0
%65

Triadic Colors of #255059

#255059 #592550 #505925

Analogous Colors of #255059

#255059 #253659 #255948

Monochromatic Colors of #255059

#255059

Complementary Color

#255059 #592e25

#255059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255059 Color CSS Codes

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

#255059 Text Font Color

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

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


#255059 Background Color

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

This div background color is #255059


#255059 Border Color

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

This div border color is #255059


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,80,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255059; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255059;
  -webkit-box-shadow: 1px 1px 3px 2px #255059;
  box-shadow:         1px 1px 3px 2px #255059; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,80,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255059


Comments

No comments written yet.

Please login to write comment.