Html Css Color HEX #594ED3 Slate Blue

📋 copy color: '#594ED3'

red 89 ◦ green 78 ◦ blue 211

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

Shades of Slate Blue #594ED3

Tints of Slate Blue #594ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 55.82%

R = 23.54%
G = 20.63%
B = 55.82%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#594ED3 (or 0x594ED3) is known color: Slate Blue. HEX triplet: 59, 4E and D3. RGB value is (89,78,211). Sum of RGB (Red+Green+Blue) = 89+78+211=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #594ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ED3 is #A6B12C. Grayscale: #5F5F5F. Windows color (decimal): -10924333 or 13848153. OLE color: 13848153.

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

Color convert

RGB 89 78 211 -
CMYK 0.58 0.63 0 0.17
HSL 244.96º 0.6% 0.57% -
HSV(B) 244.96º 0.63% 0.83% -
XYZ 18.6 12.28 63.02 -
YUV 96.45 192.64 122.69 -
System Red Green Blue C M Y K H S L
Decimal 89 78 211 0.58 0.63 0 0.17 244.96 0.6 0.57
Hex 59 4E D3 3A 3F 0 11 F5 3C 39
Octal 131 116 323 72 77 0 21 365 74 71
Binary 1011001 1001110 11010011 111010 111111 0 10001 11110101 111100 111001

Color Harmonies of #594ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ED3

Black with #594ED3

Text Example


Text Example

White with #594ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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