Color Hex Logo

#455259 Color Hex

#455259
(69,82,89)
0 Favorites   0 Comments

Color spaces of #455259

RGB 698289
HSL0.560.130.31
HSV201°22°35°
CMYK 0.220.080.00   0.65
XYZ7.27478.021110.6160
Yxy8.02110.28070.3096
Hunter Lab28.3215-3.7130-2.3991
CIE-Lab34.0268-3.3430-5.7983

#455259 color RGB value is (69,82,89).

#455259 hex color red value is 69, green value is 82 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #455259 hue: 0.56 , saturation: 0.13 and the lightness value of 455259 is 0.31.

The process color (four color CMYK) of #455259 color hex is 0.22, 0.08, 0.00, 0.65. Web safe color of #455259 is #336666. Color #455259 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01010010 01011001
Octal 105 122 131
Decimal 69 82 89
Hex 45 52 59

RGB Percentages of Color #455259

%28.75
%34.17
%37.08

CMYK Percentages of Color #455259

%22
%8
%0
%65

Triadic Colors of #455259

#455259 #594552 #525945

Analogous Colors of #455259

#455259 #454859 #455956

Monochromatic Colors of #455259

#455259

Complementary Color

#455259 #594c45

#455259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#455259 Color CSS Codes

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

#455259 Text Font Color

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

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


#455259 Background Color

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

This div background color is #455259


#455259 Border Color

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

This div border color is #455259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455259


Comments

No comments written yet.

Please login to write comment.