Html Css Color HEX #594EDD Slate Blue

📋 copy color: '#594EDD'

red 89 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #594EDD

Tints of Slate Blue #594EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 22.94%
G = 20.1%
B = 56.96%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#594EDD (or 0x594EDD) is known color: Slate Blue. HEX triplet: 59, 4E and DD. RGB value is (89,78,221). Sum of RGB (Red+Green+Blue) = 89+78+221=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #594EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EDD is #A6B122. Grayscale: #616161. Windows color (decimal): -10924323 or 14503513. OLE color: 14503513.

HSL color Cylindrical-coordinate representation of color #594EDD: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #594EDD is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 78 221 -
CMYK 0.60 0.65 0 0.13
HSL 244.62º 0.68% 0.59% -
HSV(B) 244.62º 0.65% 0.87% -
XYZ 19.9 12.79 69.83 -
YUV 97.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 89 78 221 0.60 0.65 0 0.13 244.62 0.68 0.59
Hex 59 4E DD 3C 41 0 D F5 44 3B
Octal 131 116 335 74 101 0 15 365 104 73
Binary 1011001 1001110 11011101 111100 1000001 0 1101 11110101 1000100 111011

Color Harmonies of #594EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594EDD

Black with #594EDD

Text Example


Text Example

White with #594EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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