Color Hex Logo

#575bdb Color Hex

#575BDB
(87,91,219)
0 Favorites   0 Comments

Color spaces of #575bdb

RGB 8791219
HSL0.660.650.60
HSV238°60°86°
CMYK 0.600.580.00   0.14
XYZ20.457714.622968.7621
Yxy14.62290.19700.1408
Hunter Lab38.239928.5747-79.8460
CIE-Lab45.113336.2272-66.2226

#575bdb color RGB value is (87,91,219).

#575bdb hex color red value is 87, green value is 91 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #575bdb hue: 0.66 , saturation: 0.65 and the lightness value of 575bdb is 0.60.

The process color (four color CMYK) of #575bdb color hex is 0.60, 0.58, 0.00, 0.14. Web safe color of #575bdb is #6666cc. Color #575bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011011 11011011
Octal 127 133 333
Decimal 87 91 219
Hex 57 5B DB

RGB Percentages of Color #575bdb

%21.91
%22.92
%55.16

CMYK Percentages of Color #575bdb

%60
%58
%0
%14

Triadic Colors of #575bdb

#575bdb #db575b #5bdb57

Analogous Colors of #575bdb

#575bdb #9557db #579ddb

Monochromatic Colors of #575bdb

#575bdb

Complementary Color

#575bdb #dbd757

#575bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#575bdb Color CSS Codes

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

#575bdb Text Font Color

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

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


#575bdb Background Color

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

This div background color is #575bdb


#575bdb Border Color

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

This div border color is #575bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,91,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #575bdb;
  box-shadow:         1px 1px 3px 2px #575bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,91,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575bdb


Comments

No comments written yet.

Please login to write comment.