#595AAD

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

Shades of Rich Blue #595AAD

Tints of Rich Blue #595AAD

Color information

#595AAD (or 0x595AAD) is unknown color: approx Rich Blue. HEX triplet: 59, 5A and AD. RGB value is (89,90,173). Sum of RGB (Red+Green+Blue) = 89+90+173=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #595AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595AAD is #A6A552. Grayscale: #626262. Windows color (decimal): -10921299 or 11360857. OLE color: 11360857.

HSL color Cylindrical-coordinate representation of color #595AAD: hue angle of 239.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595AAD is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8990173-
CMYK0.490.4800.32
HSL239.29º33.87%51.37%-
HSV(B)239.29º48.55%67.84%-
XYZ15.3212.4541.13-
YUV99.16169.67120.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=25.28%
G=25.57%
B=49.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89901730.490.4800.32239.2933.8751.37
Hex595AAD3130020ef2233
Octal13113225561600403574263
Binary1011001101101010101101110001110000010000011101111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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