#594EC1

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

Shades of Slate Blue #594EC1

Tints of Slate Blue #594EC1

Color information

#594EC1 (or 0x594EC1) is unknown color: approx Slate Blue. HEX triplet: 59, 4E and C1. RGB value is (89,78,193). Sum of RGB (Red+Green+Blue) = 89+78+193=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #594EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EC1 is #A6B13E. Grayscale: #5D5D5D. Windows color (decimal): -10924351 or 12668505. OLE color: 12668505.

HSL color Cylindrical-coordinate representation of color #594EC1: hue angle of 245.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594EC1 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8978193-
CMYK0.540.6000.24
HSL245.74º48.12%53.14%-
HSV(B)245.74º59.59%75.69%-
XYZ16.4711.4251.79-
YUV94.4183.64124.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 193 (75.78% from 255) = 53.61%
R=24.72%
G=21.67%
B=53.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89781930.540.6000.24245.7448.1253.14
Hex594EC1363C018f63035
Octal13111630166740303666065
Binary101100110011101100000111011011110001100011110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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