#595AA5

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

Shades of Rich Blue #595AA5

Tints of Rich Blue #595AA5

Color information

#595AA5 (or 0x595AA5) is unknown color: approx Rich Blue. HEX triplet: 59, 5A and A5. RGB value is (89,90,165). Sum of RGB (Red+Green+Blue) = 89+90+165=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #595AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595AA5 is #A6A55A. Grayscale: #616161. Windows color (decimal): -10921307 or 10836569. OLE color: 10836569.

HSL color Cylindrical-coordinate representation of color #595AA5: hue angle of 239.21º 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 #595AA5 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8990165-
CMYK0.460.4500.35
HSL239.21º29.92%49.8%-
HSV(B)239.21º46.06%64.71%-
XYZ14.5712.1537.18-
YUV98.25165.67121.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.87%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=25.87%
G=26.16%
B=47.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal89901650.460.4500.35239.2129.9249.8
Hex595AA52E2D023ef1e32
Octal13113224556550433573662
Binary101100110110101010010110111010110101000111110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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