#594BA4

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

Shades of Rich Blue #594BA4

Tints of Rich Blue #594BA4

Color information

#594BA4 (or 0x594BA4) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and A4. RGB value is (89,75,164). Sum of RGB (Red+Green+Blue) = 89+75+164=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #594BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594BA4 is #A6B45B. Grayscale: #585858. Windows color (decimal): -10925148 or 10767193. OLE color: 10767193.

HSL color Cylindrical-coordinate representation of color #594BA4: hue angle of 249.44º 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 #594BA4 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8975164-
CMYK0.460.5400.36
HSL249.44º37.24%46.86%-
HSV(B)249.44º54.27%64.31%-
XYZ13.349.8436.32-
YUV89.33170.14127.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 164 (64.45% from 255) = 50%
R=27.13%
G=22.87%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89751640.460.5400.36249.4437.2446.86
Hex594BA42E36024f9252f
Octal13111324456660443714557
Binary1011001100101110100100101110110110010010011111001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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