#594DB5

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

Shades of Rich Blue #594DB5

Tints of Rich Blue #594DB5

Color information

#594DB5 (or 0x594DB5) is unknown color: approx Rich Blue. HEX triplet: 59, 4D and B5. RGB value is (89,77,181). Sum of RGB (Red+Green+Blue) = 89+77+181=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #594DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DB5 is #A6B24A. Grayscale: #5C5C5C. Windows color (decimal): -10924619 or 11881817. OLE color: 11881817.

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

Color convert

RGB8977181-
CMYK0.510.5700.29
HSL246.92º41.27%50.59%-
HSV(B)246.92º57.46%70.98%-
XYZ15.1110.7745-
YUV92.44177.98125.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 77 (30.47% from 255) = 22.19%
BLUE value IS 181 (71.09% from 255) = 52.16%
R=25.65%
G=22.19%
B=52.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89771810.510.5700.29246.9241.2750.59
Hex594DB5333901Df72933
Octal13111526563710353675163
Binary101100110011011011010111001111100101110111110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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