#594EAE

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

Shades of Rich Blue #594EAE

Tints of Rich Blue #594EAE

Color information

#594EAE (or 0x594EAE) is unknown color: approx Rich Blue. HEX triplet: 59, 4E and AE. RGB value is (89,78,174). Sum of RGB (Red+Green+Blue) = 89+78+174=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #594EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594EAE is #A6B151. Grayscale: #5B5B5B. Windows color (decimal): -10924370 or 11423321. OLE color: 11423321.

HSL color Cylindrical-coordinate representation of color #594EAE: hue angle of 246.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594EAE is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8978174-
CMYK0.490.5500.32
HSL246.88º38.1%49.41%-
HSV(B)246.88º55.17%68.24%-
XYZ14.4810.6341.33-
YUV92.23174.14125.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=26.10%
G=22.87%
B=51.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89781740.490.5500.32246.8838.149.41
Hex594EAE3137020f72631
Octal13111625661670403674661
Binary1011001100111010101110110001110111010000011110111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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