#594EA2

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

Shades of Rich Blue #594EA2

Tints of Rich Blue #594EA2

Color information

#594EA2 (or 0x594EA2) is unknown color: approx Rich Blue. HEX triplet: 59, 4E and A2. RGB value is (89,78,162). Sum of RGB (Red+Green+Blue) = 89+78+162=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #594EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594EA2 is #A6B15D. Grayscale: #5A5A5A. Windows color (decimal): -10924382 or 10636889. OLE color: 10636889.

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

Color convert

RGB8978162-
CMYK0.450.5200.36
HSL247.86º35%47.06%-
HSV(B)247.86º51.85%63.53%-
XYZ13.3710.1835.44-
YUV90.86168.14126.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=27.05%
G=23.71%
B=49.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89781620.450.5200.36247.863547.06
Hex594EA22D34024f8232f
Octal13111624255640443704357
Binary1011001100111010100010101101110100010010011111000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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