#595EA5

Color #595EA5 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #595EA5

Tints of Rich Blue #595EA5

Color information

#595EA5 (or 0x595EA5) is unknown color: approx Rich Blue. HEX triplet: 59, 5E and A5. RGB value is (89,94,165). Sum of RGB (Red+Green+Blue) = 89+94+165=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #595EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595EA5 is #A6A15A. Grayscale: #646464. Windows color (decimal): -10920283 or 10837593. OLE color: 10837593.

HSL color Cylindrical-coordinate representation of color #595EA5: hue angle of 236.05º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595EA5 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8994165-
CMYK0.460.4300.35
HSL236.05º29.92%49.8%-
HSV(B)236.05º46.06%64.71%-
XYZ14.9112.8537.29-
YUV100.6164.34119.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=25.57%
G=27.01%
B=47.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89941650.460.4300.35236.0529.9249.8
Hex595EA52E2B023ec1e32
Octal13113624556530433543662
Binary101100110111101010010110111010101101000111110110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595EA5; }

 p { color: rgb(89,94,165); }

 H1.HeaderClassName
 {
   color: #595EA5;
 }
 .AnyTagClassName
 {
   color: #595EA5;
 }
</style>
background-color css

<style>
 a { background-color: #595EA5; }

 a { background-color: rgb(89,94,165); }

 div.DivClassName
 {
   background-color: #595EA5;
 }
 .BgClassName
 {
   background-color: #595EA5;
 }
</style>
border-color css

<style>
 span { border-color: #595EA5; }

 span { border-color: rgb(89,94,165); }

 td.TdClassName
 {
   border-color: #595EA5;
 }
 .TagClassName
 {
   border-color: #595EA5;
 }
</style>