Color Hex Logo

#5972be Color Hex

#5972BE
(89,114,190)
0 Favorites   0 Comments

Color spaces of #5972be

RGB 89114190
HSL0.630.440.55
HSV225°53°75°
CMYK 0.530.400.00   0.25
XYZ19.431417.876251.1415
Yxy17.87620.21970.2021
Hunter Lab42.28038.0456-42.1200
CIE-Lab49.345612.8876-42.8008

#5972be color RGB value is (89,114,190).

#5972be hex color red value is 89, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5972be hue: 0.63 , saturation: 0.44 and the lightness value of 5972be is 0.55.

The process color (four color CMYK) of #5972be color hex is 0.53, 0.40, 0.00, 0.25. Web safe color of #5972be is #6666cc. Color #5972be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110010 10111110
Octal 131 162 276
Decimal 89 114 190
Hex 59 72 BE

RGB Percentages of Color #5972be

%22.65
%29.01
%48.35

CMYK Percentages of Color #5972be

%53
%40
%0
%25

Triadic Colors of #5972be

#5972be #be5972 #72be59

Analogous Colors of #5972be

#5972be #7359be #59a5be

Monochromatic Colors of #5972be

#5972be

Complementary Color

#5972be #bea559

#5972be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5972be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5972be Color CSS Codes

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

#5972be Text Font Color

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

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


#5972be Background Color

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

This div background color is #5972be


#5972be Border Color

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

This div border color is #5972be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,114,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5972be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5972be;
  -webkit-box-shadow: 1px 1px 3px 2px #5972be;
  box-shadow:         1px 1px 3px 2px #5972be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5972be


Comments

No comments written yet.

Please login to write comment.