Color Hex Logo

#596280 Color Hex

#596280
(89,98,128)
0 Favorites   0 Comments

Color spaces of #596280

RGB 8998128
HSL0.630.180.43
HSV226°30°50°
CMYK 0.300.230.00   0.50
XYZ12.383812.417722.1662
Yxy12.41770.26370.2644
Hunter Lab35.23881.0616-12.6280
CIE-Lab41.87244.0288-17.8740

#596280 color RGB value is (89,98,128).

#596280 hex color red value is 89, green value is 98 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #596280 hue: 0.63 , saturation: 0.18 and the lightness value of 596280 is 0.43.

The process color (four color CMYK) of #596280 color hex is 0.30, 0.23, 0.00, 0.50. Web safe color of #596280 is #666699. Color #596280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100010 10000000
Octal 131 142 200
Decimal 89 98 128
Hex 59 62 80

RGB Percentages of Color #596280

%28.25
%31.11
%40.63

CMYK Percentages of Color #596280

%30
%23
%0
%50

Triadic Colors of #596280

#596280 #805962 #628059

Analogous Colors of #596280

#596280 #645980 #597680

Monochromatic Colors of #596280

#596280

Complementary Color

#596280 #807759

#596280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596280 Color CSS Codes

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

#596280 Text Font Color

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

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


#596280 Background Color

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

This div background color is #596280


#596280 Border Color

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

This div border color is #596280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596280


Comments

No comments written yet.

Please login to write comment.