#594ED1

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

Shades of Slate Blue #594ED1

Tints of Slate Blue #594ED1

Color information

#594ED1 (or 0x594ED1) is unknown color: approx Slate Blue. HEX triplet: 59, 4E and D1. RGB value is (89,78,209). Sum of RGB (Red+Green+Blue) = 89+78+209=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #594ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ED1 is #A6B12E. Grayscale: #5F5F5F. Windows color (decimal): -10924335 or 13717081. OLE color: 13717081.

HSL color Cylindrical-coordinate representation of color #594ED1: hue angle of 245.04º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594ED1 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8978209-
CMYK0.570.6300.18
HSL245.04º58.74%56.27%-
HSV(B)245.04º62.68%81.96%-
XYZ18.3512.1861.7-
YUV96.22191.64122.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 209 (82.03% from 255) = 55.59%
R=23.67%
G=20.74%
B=55.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal89782090.570.6300.18245.0458.7456.27
Hex594ED1393F012f53b38
Octal13111632171770223657370
Binary101100110011101101000111100111111101001011110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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