Html Css Color HEX #594EC1 Slate Blue

📋 copy color: '#594EC1'

red 89 ◦ green 78 ◦ blue 193

#594EC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #594EC1

Tints of Slate Blue #594EC1

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 value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#594EC1 (or 0x594EC1) is known color: 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

RGB 89 78 193 -
CMYK 0.54 0.60 0 0.24
HSL 245.74º 0.48% 0.53% -
HSV(B) 245.74º 0.6% 0.76% -
XYZ 16.47 11.42 51.79 -
YUV 94.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 89 78 193 0.54 0.60 0 0.24 245.74 0.48 0.53
Hex 59 4E C1 36 3C 0 18 F6 30 35
Octal 131 116 301 66 74 0 30 366 60 65
Binary 1011001 1001110 11000001 110110 111100 0 11000 11110110 110000 110101

Color Harmonies of #594EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594EC1

Black with #594EC1

Text Example


Text Example

White with #594EC1

Text Example


Text Example

HTML Codes & Css Web 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>