#594DB1

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

Shades of Rich Blue #594DB1

Tints of Rich Blue #594DB1

Color information

#594DB1 (or 0x594DB1) is unknown color: approx Rich Blue. HEX triplet: 59, 4D and B1. RGB value is (89,77,177). Sum of RGB (Red+Green+Blue) = 89+77+177=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #594DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594DB1 is #A6B24E. Grayscale: #5B5B5B. Windows color (decimal): -10924623 or 11619673. OLE color: 11619673.

HSL color Cylindrical-coordinate representation of color #594DB1: hue angle of 247.2º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #594DB1 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8977177-
CMYK0.500.5600.31
HSL247.2º39.37%49.8%-
HSV(B)247.2º56.5%69.41%-
XYZ14.7110.6142.87-
YUV91.99175.98125.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 177 (69.53% from 255) = 51.60%
R=25.95%
G=22.45%
B=51.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89771770.500.5600.31247.239.3749.8
Hex594DB1323801Ff72732
Octal13111526162700373674762
Binary101100110011011011000111001011100001111111110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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