Color Hex Logo

#5975c8 Color Hex

#5975C8
(89,117,200)
0 Favorites   0 Comments

Color spaces of #5975c8

RGB 89117200
HSL0.620.500.57
HSV225°56°78°
CMYK 0.560.420.00   0.22
XYZ20.906419.016657.2123
Yxy19.01660.21520.1958
Hunter Lab43.60809.2618-47.2609
CIE-Lab50.706614.2930-46.3773

#5975c8 color RGB value is (89,117,200).

#5975c8 hex color red value is 89, green value is 117 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #5975c8 hue: 0.62 , saturation: 0.50 and the lightness value of 5975c8 is 0.57.

The process color (four color CMYK) of #5975c8 color hex is 0.56, 0.42, 0.00, 0.22. Web safe color of #5975c8 is #6666cc. Color #5975c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110101 11001000
Octal 131 165 310
Decimal 89 117 200
Hex 59 75 C8

RGB Percentages of Color #5975c8

%21.92
%28.82
%49.26

CMYK Percentages of Color #5975c8

%56
%42
%0
%22

Triadic Colors of #5975c8

#5975c8 #c85975 #75c859

Analogous Colors of #5975c8

#5975c8 #7559c8 #59adc8

Monochromatic Colors of #5975c8

#5975c8

Complementary Color

#5975c8 #c8ac59

#5975c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5975c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5975c8 Color CSS Codes

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

#5975c8 Text Font Color

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

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


#5975c8 Background Color

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

This div background color is #5975c8


#5975c8 Border Color

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

This div border color is #5975c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,117,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5975c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5975c8;
  -webkit-box-shadow: 1px 1px 3px 2px #5975c8;
  box-shadow:         1px 1px 3px 2px #5975c8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5975c8


Comments

No comments written yet.

Please login to write comment.