#594EAB

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

Shades of Rich Blue #594EAB

Tints of Rich Blue #594EAB

Color information

#594EAB (or 0x594EAB) is unknown color: approx Rich Blue. HEX triplet: 59, 4E and AB. RGB value is (89,78,171). Sum of RGB (Red+Green+Blue) = 89+78+171=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #594EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594EAB is #A6B154. Grayscale: #5B5B5B. Windows color (decimal): -10924373 or 11226713. OLE color: 11226713.

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

Color convert

RGB8978171-
CMYK0.480.5400.33
HSL247.1º37.35%48.82%-
HSV(B)247.1º54.39%67.06%-
XYZ14.1910.5139.81-
YUV91.89172.64125.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.33%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=26.33%
G=23.08%
B=50.59%

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
Decimal89781710.480.5400.33247.137.3548.82
Hex594EAB3036021f72531
Octal13111625360660413674561
Binary1011001100111010101011110000110110010000111110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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