Html Css Color HEX #594ED5 Slate Blue

📋 copy color: '#594ED5'

red 89 ◦ green 78 ◦ blue 213

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

Shades of Slate Blue #594ED5

Tints of Slate Blue #594ED5

RGB

 RED value IS 89 (35.16% from 255) = 23.42%

 GREEN value IS 78 (30.86% from 255) = 20.53%

 BLUE value IS 213 (83.59% from 255) = 56.05%

R = 23.42%
G = 20.53%
B = 56.05%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#594ED5 (or 0x594ED5) is known color: Slate Blue. HEX triplet: 59, 4E and D5. RGB value is (89,78,213). Sum of RGB (Red+Green+Blue) = 89+78+213=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #594ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ED5 is #A6B12A. Grayscale: #606060. Windows color (decimal): -10924331 or 13979225. OLE color: 13979225.

HSL color Cylindrical-coordinate representation of color #594ED5: hue angle of 244.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594ED5 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 78 213 -
CMYK 0.58 0.63 0 0.16
HSL 244.89º 0.62% 0.57% -
HSV(B) 244.89º 0.63% 0.84% -
XYZ 18.85 12.38 64.35 -
YUV 96.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 89 78 213 0.58 0.63 0 0.16 244.89 0.62 0.57
Hex 59 4E D5 3A 3F 0 10 F5 3E 39
Octal 131 116 325 72 77 0 20 365 76 71
Binary 1011001 1001110 11010101 111010 111111 0 10000 11110101 111110 111001

Color Harmonies of #594ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ED5

Black with #594ED5

Text Example


Text Example

White with #594ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #594ED5;
 }
 .AnyTagClassName
 {
   color: #594ED5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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