Html Css Color HEX #594ED8 Slate Blue

📋 copy color: '#594ED8'

red 89 ◦ green 78 ◦ blue 216

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

Shades of Slate Blue #594ED8

Tints of Slate Blue #594ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.4%

R = 23.24%
G = 20.37%
B = 56.4%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#594ED8 (or 0x594ED8) is known color: Slate Blue. HEX triplet: 59, 4E and D8. RGB value is (89,78,216). Sum of RGB (Red+Green+Blue) = 89+78+216=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #594ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594ED8 is #A6B127. Grayscale: #606060. Windows color (decimal): -10924328 or 14175833. OLE color: 14175833.

HSL color Cylindrical-coordinate representation of color #594ED8: hue angle of 244.78º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #594ED8 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 78 216 -
CMYK 0.59 0.64 0 0.15
HSL 244.78º 0.64% 0.58% -
HSV(B) 244.78º 0.64% 0.85% -
XYZ 19.24 12.53 66.37 -
YUV 97.02 195.14 122.28 -
System Red Green Blue C M Y K H S L
Decimal 89 78 216 0.59 0.64 0 0.15 244.78 0.64 0.58
Hex 59 4E D8 3B 40 0 F F5 40 3A
Octal 131 116 330 73 100 0 17 365 100 72
Binary 1011001 1001110 11011000 111011 1000000 0 1111 11110101 1000000 111010

Color Harmonies of #594ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594ED8

Black with #594ED8

Text Example


Text Example

White with #594ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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