Color Hex Logo

#597bbc Color Hex

#597BBC
(89,123,188)
0 Favorites   0 Comments

Color spaces of #597bbc

RGB 89123188
HSL0.610.420.54
HSV219°53°74°
CMYK 0.530.350.00   0.26
XYZ20.279919.920650.3531
Yxy19.92060.22400.2200
Hunter Lab44.63252.9991-35.6465
CIE-Lab51.74736.7617-37.8569

#597bbc color RGB value is (89,123,188).

#597bbc hex color red value is 89, green value is 123 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #597bbc hue: 0.61 , saturation: 0.42 and the lightness value of 597bbc is 0.54.

The process color (four color CMYK) of #597bbc color hex is 0.53, 0.35, 0.00, 0.26. Web safe color of #597bbc is #6666cc. Color #597bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111011 10111100
Octal 131 173 274
Decimal 89 123 188
Hex 59 7B BC

RGB Percentages of Color #597bbc

%22.25
%30.75
%47.00

CMYK Percentages of Color #597bbc

%53
%35
%0
%26

Triadic Colors of #597bbc

#597bbc #bc597b #7bbc59

Analogous Colors of #597bbc

#597bbc #6959bc #59adbc

Monochromatic Colors of #597bbc

#597bbc

Complementary Color

#597bbc #bc9a59

#597bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#597bbc Color CSS Codes

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

#597bbc Text Font Color

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

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


#597bbc Background Color

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

This div background color is #597bbc


#597bbc Border Color

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

This div border color is #597bbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,123,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #597bbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #597bbc;
  -webkit-box-shadow: 1px 1px 3px 2px #597bbc;
  box-shadow:         1px 1px 3px 2px #597bbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597bbc


Comments

No comments written yet.

Please login to write comment.