Color Hex Logo

#658596 Color Hex

#658596
(101,133,150)
0 Favorites   0 Comments

Color spaces of #658596

RGB 101133150
HSL0.560.200.49
HSV201°33°59°
CMYK 0.330.110.00   0.41
XYZ19.259421.743832.0361
Yxy21.74380.26370.2977
Hunter Lab46.6302-7.8782-8.0925
CIE-Lab53.7541-6.9862-12.7562

#658596 color RGB value is (101,133,150).

#658596 hex color red value is 101, green value is 133 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #658596 hue: 0.56 , saturation: 0.20 and the lightness value of 658596 is 0.49.

The process color (four color CMYK) of #658596 color hex is 0.33, 0.11, 0.00, 0.41. Web safe color of #658596 is #669999. Color #658596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10000101 10010110
Octal 145 205 226
Decimal 101 133 150
Hex 65 85 96

RGB Percentages of Color #658596

%26.30
%34.64
%39.06

CMYK Percentages of Color #658596

%33
%11
%0
%41

Triadic Colors of #658596

#658596 #966585 #859665

Analogous Colors of #658596

#658596 #656d96 #65968f

Monochromatic Colors of #658596

#658596

Complementary Color

#658596 #967665

#658596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#658596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#658596 Color CSS Codes

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

#658596 Text Font Color

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

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


#658596 Background Color

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

This div background color is #658596


#658596 Border Color

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

This div border color is #658596


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,133,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #658596; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #658596;
  -webkit-box-shadow: 1px 1px 3px 2px #658596;
  box-shadow:         1px 1px 3px 2px #658596; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,133,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #658596


Comments

No comments written yet.

Please login to write comment.