#594AB5

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

Shades of Rich Blue #594AB5

Tints of Rich Blue #594AB5

Color information

#594AB5 (or 0x594AB5) is unknown color: approx Rich Blue. HEX triplet: 59, 4A and B5. RGB value is (89,74,181). Sum of RGB (Red+Green+Blue) = 89+74+181=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 181 (71.09% from 255 or 52.62% from 344); Max value from RGB is 181 - color contains mainly: blue. Hex color #594AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594AB5 is #A6B54A. Grayscale: #5A5A5A. Windows color (decimal): -10925387 or 11881049. OLE color: 11881049.

HSL color Cylindrical-coordinate representation of color #594AB5: hue angle of 248.41º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #594AB5 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8974181-
CMYK0.510.5900.29
HSL248.41º41.96%50%-
HSV(B)248.41º59.12%70.98%-
XYZ14.9110.3644.93-
YUV90.68178.97126.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.87%
GREEN value IS 74 (29.30% from 255) = 21.51%
BLUE value IS 181 (71.09% from 255) = 52.62%
R=25.87%
G=21.51%
B=52.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89741810.510.5900.29248.4141.9650
Hex594AB5333B01Df82a32
Octal13111226563730353705262
Binary101100110010101011010111001111101101110111111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,74,181); }

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

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

 a { background-color: rgb(89,74,181); }

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

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

 span { border-color: rgb(89,74,181); }

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