Html Css Color HEX #5A4ED5 Slate Blue

📋 copy color: '#5A4ED5'

red 90 ◦ green 78 ◦ blue 213

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

Shades of Slate Blue #5A4ED5

Tints of Slate Blue #5A4ED5

RGB

 RED value IS 90 (35.55% from 255) = 23.62%

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

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

R = 23.62%
G = 20.47%
B = 55.91%

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

#5A4ED5 (or 0x5A4ED5) is known color: Slate Blue. HEX triplet: 5A, 4E and D5. RGB value is (90,78,213). Sum of RGB (Red+Green+Blue) = 90+78+213=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 213 (83.59% from 255 or 55.91% from 381); Max value from RGB is 213 - color contains mainly: blue. Hex color #5A4ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4ED5 is #A5B12A. Grayscale: #606060. Windows color (decimal): -10858795 or 13979226. OLE color: 13979226.

HSL color Cylindrical-coordinate representation of color #5A4ED5: hue angle of 245.33º 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 #5A4ED5 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 78 213 -
CMYK 0.58 0.63 0 0.16
HSL 245.33º 0.62% 0.57% -
HSV(B) 245.33º 0.63% 0.84% -
XYZ 18.95 12.43 64.35 -
YUV 96.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 90 78 213 0.58 0.63 0 0.16 245.33 0.62 0.57
Hex 5A 4E D5 3A 3F 0 10 F5 3E 39
Octal 132 116 325 72 77 0 20 365 76 71
Binary 1011010 1001110 11010101 111010 111111 0 10000 11110101 111110 111001

Color Harmonies of #5A4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4ED5

Black with #5A4ED5

Text Example


Text Example

White with #5A4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4ED5; }

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

 H1.HeaderClassName
 {
   color: #5A4ED5;
 }
 .AnyTagClassName
 {
   color: #5A4ED5;
 }
</style>

background-color css

<style>
 a { background-color: #5A4ED5; }

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

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

border-color css

<style>
 span { border-color: #5A4ED5; }

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

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