#595AAA

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

Shades of Rich Blue #595AAA

Tints of Rich Blue #595AAA

Color information

#595AAA (or 0x595AAA) is unknown color: approx Rich Blue. HEX triplet: 59, 5A and AA. RGB value is (89,90,170). Sum of RGB (Red+Green+Blue) = 89+90+170=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #595AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595AAA is #A6A555. Grayscale: #626262. Windows color (decimal): -10921302 or 11164249. OLE color: 11164249.

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

Color convert

RGB8990170-
CMYK0.480.4700.33
HSL239.26º32.27%50.78%-
HSV(B)239.26º47.65%66.67%-
XYZ15.0312.3439.62-
YUV98.82168.17121-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 90 (35.55% from 255) = 25.79%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=25.50%
G=25.79%
B=48.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89901700.480.4700.33239.2632.2750.78
Hex595AAA302F021ef2033
Octal13113225260570413574063
Binary1011001101101010101010110000101111010000111101111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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