Color Hex Logo

#255359 Color Hex

#255359
(37,83,89)
0 Favorites   0 Comments

Color spaces of #255359

RGB 378389
HSL0.520.410.25
HSV187°58°35°
CMYK 0.580.070.00   0.65
XYZ5.65947.301110.5622
Yxy7.30110.24060.3104
Hunter Lab27.0205-9.8995-4.2618
CIE-Lab32.4828-13.7321-8.3046

#255359 color RGB value is (37,83,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010011 01011001
Octal 45 123 131
Decimal 37 83 89
Hex 25 53 59

RGB Percentages of Color #255359

%17.70
%39.71
%42.58

CMYK Percentages of Color #255359

%58
%7
%0
%65

Triadic Colors of #255359

#255359 #592553 #535925

Analogous Colors of #255359

#255359 #253959 #255945

Monochromatic Colors of #255359

#255359

Complementary Color

#255359 #592b25

#255359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255359 Color CSS Codes

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

#255359 Text Font Color

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

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


#255359 Background Color

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

This div background color is #255359


#255359 Border Color

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

This div border color is #255359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255359


Comments

No comments written yet.

Please login to write comment.