#594BA3

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

Shades of Rich Blue #594BA3

Tints of Rich Blue #594BA3

Color information

#594BA3 (or 0x594BA3) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and A3. RGB value is (89,75,163). Sum of RGB (Red+Green+Blue) = 89+75+163=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #594BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594BA3 is #A6B45C. Grayscale: #585858. Windows color (decimal): -10925149 or 10701657. OLE color: 10701657.

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

Color convert

RGB8975163-
CMYK0.450.5400.36
HSL249.55º36.97%46.67%-
HSV(B)249.55º53.99%63.92%-
XYZ13.259.835.84-
YUV89.22169.64127.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.22%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 163 (64.06% from 255) = 49.85%
R=27.22%
G=22.94%
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
Decimal89751630.450.5400.36249.5536.9746.67
Hex594BA32D36024fa252f
Octal13111324355660443724557
Binary1011001100101110100011101101110110010010011111010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,163); }

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

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

 a { background-color: rgb(89,75,163); }

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

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

 span { border-color: rgb(89,75,163); }

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