#594DB9

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

Shades of Rich Blue #594DB9

Tints of Rich Blue #594DB9

Color information

#594DB9 (or 0x594DB9) is unknown color: approx Rich Blue. HEX triplet: 59, 4D and B9. RGB value is (89,77,185). Sum of RGB (Red+Green+Blue) = 89+77+185=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #594DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DB9 is #A6B246. Grayscale: #5C5C5C. Windows color (decimal): -10924615 or 12143961. OLE color: 12143961.

HSL color Cylindrical-coordinate representation of color #594DB9: hue angle of 246.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594DB9 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8977185-
CMYK0.520.5800.27
HSL246.67º43.55%51.37%-
HSV(B)246.67º58.38%72.55%-
XYZ15.5310.9347.19-
YUV92.9179.98125.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 185 (72.66% from 255) = 52.71%
R=25.36%
G=21.94%
B=52.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89771850.520.5800.27246.6743.5551.37
Hex594DB9343A01Bf72c33
Octal13111527164720333675463
Binary101100110011011011100111010011101001101111110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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