#594EAA

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

Shades of Rich Blue #594EAA

Tints of Rich Blue #594EAA

Color information

#594EAA (or 0x594EAA) is unknown color: approx Rich Blue. HEX triplet: 59, 4E and AA. RGB value is (89,78,170). Sum of RGB (Red+Green+Blue) = 89+78+170=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #594EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594EAA is #A6B155. Grayscale: #5B5B5B. Windows color (decimal): -10924374 or 11161177. OLE color: 11161177.

HSL color Cylindrical-coordinate representation of color #594EAA: hue angle of 247.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #594EAA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8978170-
CMYK0.480.5400.33
HSL247.17º37.1%48.63%-
HSV(B)247.17º54.12%66.67%-
XYZ14.110.4739.31-
YUV91.78172.14126.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.41%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=26.41%
G=23.15%
B=50.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89781700.480.5400.33247.1737.148.63
Hex594EAA3036021f72531
Octal13111625260660413674561
Binary1011001100111010101010110000110110010000111110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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