Color Hex Logo

#579bdc Color Hex

#579BDC
(87,155,220)
0 Favorites   0 Comments

Color spaces of #579bdc

RGB 87155220
HSL0.580.660.60
HSV209°60°86°
CMYK 0.600.300.00   0.14
XYZ28.570130.636272.1177
Yxy30.63620.21760.2333
Hunter Lab55.3500-4.7258-38.5063
CIE-Lab62.1993-2.1306-39.5110

#579bdc color RGB value is (87,155,220).

#579bdc hex color red value is 87, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #579bdc hue: 0.58 , saturation: 0.66 and the lightness value of 579bdc is 0.60.

The process color (four color CMYK) of #579bdc color hex is 0.60, 0.30, 0.00, 0.14. Web safe color of #579bdc is #6699cc. Color #579bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10011011 11011100
Octal 127 233 334
Decimal 87 155 220
Hex 57 9B DC

RGB Percentages of Color #579bdc

%18.83
%33.55
%47.62

CMYK Percentages of Color #579bdc

%60
%30
%0
%14

Triadic Colors of #579bdc

#579bdc #dc579b #9bdc57

Analogous Colors of #579bdc

#579bdc #5759dc #57dcdb

Monochromatic Colors of #579bdc

#579bdc

Complementary Color

#579bdc #dc9857

#579bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#579bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#579bdc Color CSS Codes

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

#579bdc Text Font Color

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

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


#579bdc Background Color

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

This div background color is #579bdc


#579bdc Border Color

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

This div border color is #579bdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,155,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #579bdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #579bdc;
  -webkit-box-shadow: 1px 1px 3px 2px #579bdc;
  box-shadow:         1px 1px 3px 2px #579bdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #579bdc


Comments

No comments written yet.

Please login to write comment.