#594AA2

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

Shades of Rich Blue #594AA2

Tints of Rich Blue #594AA2

Color information

#594AA2 (or 0x594AA2) is unknown color: approx Rich Blue. HEX triplet: 59, 4A and A2. RGB value is (89,74,162). Sum of RGB (Red+Green+Blue) = 89+74+162=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #594AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594AA2 is #A6B55D. Grayscale: #585858. Windows color (decimal): -10925406 or 10635865. OLE color: 10635865.

HSL color Cylindrical-coordinate representation of color #594AA2: hue angle of 250.23º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #594AA2 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8974162-
CMYK0.450.5400.36
HSL250.23º37.29%46.27%-
HSV(B)250.23º54.32%63.53%-
XYZ13.099.6335.35-
YUV88.52169.47128.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=27.38%
G=22.77%
B=49.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89741620.450.5400.36250.2337.2946.27
Hex594AA22D36024fa252e
Octal13111224255660443724556
Binary1011001100101010100010101101110110010010011111010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594AA2; }

 p { color: rgb(89,74,162); }

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

<style>
 a { background-color: #594AA2; }

 a { background-color: rgb(89,74,162); }

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

<style>
 span { border-color: #594AA2; }

 span { border-color: rgb(89,74,162); }

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